#c7c7c6 Color Hex Paternoster

Information about Paternoster Color | #0000FF

#c7c7c6 color RGB value is (199,199,198). #c7c7c6 color name is Paternoster color.

#c7c7c6 hex color red value is 199 , green value is 199 and the blue value of its RGB is 198 . Cylindrical-coordinate representations (also known as HSL) of color #c7c7c6 hue: 60 , saturation: 1 and the lightness value of #c7c7c6 is 78

The process color (four color CMYK) of #c7c7c6 color hex is 0 , 0 ,0, 9 .

#c7c7c6

~Paternoster

Color Converions

HEX
#c7c7c6
RGB
199,199,198
LAB
80,0,0
CMYK
0,0,1,22
LCH
80,0,106
XYZ
54,57,62
HSV
60,1,78
HSL
60,1,78

Base Numbers

Base Red Green Blue
Binary 11000111 11000111 11000110
Octal 307 307 306
Decimal 199 199 198
Hex c7 c7 c6

RGB Percentages of Color #c7c7c6

78%
78%
78%

CMYK Percentages of Color #c7c7c6

0%
0%
0%
9%

Color Variations

View this color variations of shades, tints, tones, hues and temperatures.

Shades of #c7c7c6

A shade is created by adding black to a base color, increasing its darkness. Shades appear more dramatic and richer.

10%
#c7c7c6
20%
#b3b3b2
30%
#9f9f9e
40%
#8b8b8b
50%
#777777
60%
#646463
70%
#50504f
80%
#3c3c3b
90%
#282828
100%
#141414

Tints of #c7c7c6

A tint is created by adding white to a base color, increasing its lightness. Tints are likely to look pastel and less intense.

10%
#c7c7c6
20%
#cdcdcc
30%
#d2d2d1
40%
#d8d8d7
50%
#dddddd
60%
#e3e3e3
70%
#e9e9e8
80%
#eeeeee
90%
#f4f4f4
100%
#f9f9f9

Tones of #c7c7c6

A tone is created by adding gray to a base color, increasing its lightness. Tones looks more sophisticated and complex than base colors.

10%
#c7c7c6
20%
#c0c0bf
30%
#b9b9b8
40%
#b2b2b1
50%
#aaaaaa
60%
#a3a3a3
70%
#9c9c9c
80%
#959595
90%
#8e8e8e
100%
#878787

Color harmonies

Color harmonies are pleasing color schemes created according to their position on a color wheel.

Analogous

Colors of the same luminance and saturation with hues that are adjacent on the color wheel, 30 degrees apart. Smooth transitions.
#c7c7c6
#c7c7c6
#c7c7c6
#c7c7c6
#c7c7c6
#c7c7c6

Complementary

Complementary color schemes are made by picking two opposite colors con the color wheel. They appear vibrant near to each other.
#c7c7c6
#c6c6c7

Split complementary

Split complementary schemes are like complementary but they uses two adiacent colors of the complement. They are more flexible than complementary ones.
#c7c7c6
#c6c7c6
#c7c6c7

Triadic

Triadic color schemes are created by picking three colors equally spaced on the color wheel. They appear quite contrasted and multicolored.
#c7c7c6
#c6c7c7
#c7c6c7

Tetradic

Tetradic color schemes are made form two couples of complementary colors in a rectangular shape on the color wheel. They are very versatile, and work best with one dominant color.
#c7c7c6
#c6c7c6
#c6c6c7
#c7c6c6

Monochromatic

Colors of the same hue with luminance values +/-50%. Subtle and refined.
#c7c7c6
#f1f1f0
#1d1d1d
#474747
#727271
#9c9c9c

Blindness simulator

Check how a color is perceived by color blind people to create accessible designs.

Normal

#c7c7c6

protanopia

#c9c5c4

deuteranopia

#d9bfc7

tritanopia

#c8c3d3

achromatopsia

#c7c7c7

protanomaly

#c9c5c5

deuteranomaly

#d2c2c6

achromatopsia

#c7c7c7

tritanomaly

#c8c5ce

achromatomaly

#c7c7c7

Contrast Checker

Verify the contrast of a text on white and black backgrounds.

White background

Poor 2/21
Hello World ! 2

Black background-color

Good 12/21
Hello World !

#c7c7c6 Color CSS Codes

.bgcolor {background-color:#c7c7c6; } 
.forecolor {color:#c7c7c6; }
.bordercolor {border:3px solid #c7c7c6; }
            

#c7c7c6 Text Font Color

<div style="color:#c7c7c6">
Div content here</div>

This sample text font color is #c7c7c6
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.

#c7c7c6 Background Color

<div style="background-color:#c7c7c6">
Div content here</div>
Div content here

#c7c7c6 Border Color

<div style="border:3px solid #c7c7c6">
Div here</div>

This div border color is #c7c7c6

#c7c7c6 Color CSS Codes Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px #c7c7c6; } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c7c7c6; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c7c7c6;
  -webkit-box-shadow: 1px 1px 3px 2px #c7c7c6;
  box-shadow: 1px 1px 3px 2px #c7c7c6; }
            

Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #c7c7c6">Text here</p>
            

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #c7c7c6;
              -webkit-box-shadow: 1px 1px 3px 2px #c7c7c6;
              box-shadow:         1px 1px 3px 2px #c7c7c6#c7c7c6">
Div content here</div>

This div box has shadow with color #c7c7c6

More Colors

Dinner Mint
#e8f3e4
Blue Antarctic
#4b789b
Empress Teal
#10605a
Impulse
#005b87
Heirloom Hydrangea
#327ccb
Citrus Blast
#e1793a
Overnight Oats
#fbf0db
Peppermint Frosting
#b8ffeb
Cupid's Revenge
#eedcdf
Blue Arc
#0085a1
Green Smoke
#9ca664
Citronette
#c4aa27
Off Broadway
#433f3d
Crown Jewels
#946dad
Peaceful Purple
#660088
Codman Claret
#8c4040
Green Cacophony
#bbee11
Antigua Sunrise
#ffe7c8
Fresh Blue
#8bd6e2
Flowing Breeze
#b9c6cb
Marine
#042e60
Jules
#a73940
Clear Camouflage Green
#dae8e1
Mì Chéng Honey
#e8af45
Cheerful Whisper
#d3d7e7
Antique Kilim
#c5bba8
Pimento
#dc5d47
Elysian Green
#a5b145
Breathtaking
#536193
Light Rattan
#d1c1aa
Blue Indigo
#49516d
Coral Bisque
#f7c6b1
Leafy Lemon
#c0f000
Gypsy Red
#b6363b
Adventure
#34788c
Hamster Habitat
#c4d6af
Ginger
#b06500
New Brick Red
#cb4154
Black Diamond Apple
#8a779a
Australian Jade
#84a194
rating-img
Rate this tool
NaN/5   0 votes