#c8d4e7 Color Hex Light Penna

Information about Light Penna Color | #0000FF

#c8d4e7 color RGB value is (200,212,231). #c8d4e7 color name is Light Penna color.

#c8d4e7 hex color red value is 200 , green value is 212 and the blue value of its RGB is 231 . Cylindrical-coordinate representations (also known as HSL) of color #c8d4e7 hue: 217 , saturation: 39 and the lightness value of #c8d4e7 is 85

The process color (four color CMYK) of #c8d4e7 color hex is 5 , 3 ,0, 4 .

#c8d4e7

~Light Penna

Color Converions

HEX
#c8d4e7
RGB
200,212,231
LAB
84,-1,-11
CMYK
13,8,0,9
LCH
84,11,-97
XYZ
62,65,85
HSV
217,13,91
HSL
217,39,85

Base Numbers

Base Red Green Blue
Binary 11001000 11010100 11100111
Octal 310 324 347
Decimal 200 212 231
Hex c8 d4 e7

RGB Percentages of Color #c8d4e7

78%
83%
91%

CMYK Percentages of Color #c8d4e7

5%
0%
3%
4%

Color Variations

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

Shades of #c8d4e7

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

10%
#c8d4e7
20%
#b4bfd0
30%
#a0aab9
40%
#8c94a2
50%
#787f8b
60%
#646a74
70%
#50555c
80%
#3c4045
90%
#282a2e
100%
#141517

Tints of #c8d4e7

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

10%
#c8d4e7
20%
#ced8e9
30%
#d3ddec
40%
#d9e1ee
50%
#dee5f1
60%
#e4eaf3
70%
#e9eef5
80%
#eff2f8
90%
#f4f6fa
100%
#fafbfd

Tones of #c8d4e7

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

10%
#c8d4e7
20%
#c1ccdd
30%
#bac3d2
40%
#b2bbc8
50%
#abb2be
60%
#a4aab3
70%
#9ca1a9
80%
#95999f
90%
#8e9094
100%
#87888a

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.
#c8d4e7
#c8e0e7
#c8dae7
#c8d4e7
#c8cee7
#c8c8e7

Complementary

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

Split complementary

Split complementary schemes are like complementary but they uses two adiacent colors of the complement. They are more flexible than complementary ones.
#c8d4e7
#e1c8e7
#e0e7c8

Triadic

Triadic color schemes are created by picking three colors equally spaced on the color wheel. They appear quite contrasted and multicolored.
#c8d4e7
#e7c8d4
#d4e7c8

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.
#c8d4e7
#e7c8e3
#e7dbc8
#c8e7cb

Monochromatic

Colors of the same hue with luminance values +/-50%. Subtle and refined.
#c8d4e7
#101112
#35383d
#5a5f67
#7e8692
#a3adbc

Blindness simulator

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

Normal

#c8d4e7

protanopia

#d0d0e5

deuteranopia

#dccce9

tritanopia

#c6d3e4

achromatopsia

#d3d3d3

protanomaly

#cdd2e6

deuteranomaly

#d5cfe8

achromatopsia

#d3d3d3

tritanomaly

#c7d4e5

achromatomaly

#cfd3da

Contrast Checker

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

White background

Poor 1/21
Hello World ! 1

Black background-color

Good 14/21
Hello World !

#c8d4e7 Color CSS Codes

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

#c8d4e7 Text Font Color

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

This sample text font color is #c8d4e7
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.

#c8d4e7 Background Color

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

#c8d4e7 Border Color

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

This div border color is #c8d4e7

#c8d4e7 Color CSS Codes Examples

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

Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c8d4e7

More Colors

Morning Sun
#f3e6ce
Major Tom
#001177
Greenella
#60857a
Aged Jade
#6c6956
Golden Thistle Yellow
#caa375
Bananas Foster
#dcbe97
North Wind
#48bdc1
Black Tie
#464647
Olive Paste
#83826d
American Green
#34b334
Death by Chocolate
#60443f
King's Robe
#6274ab
Metallic Gold
#d4af37
Beeswing
#f5d297
Hyacinth Arbor
#6c6783
Ground Pepper
#766551
Palmerin
#577063
Crayola Green
#1dac78
New Clay
#efc1b5
Billet
#ad7c35
Marble White
#f2f0e6
Key West Zenith
#759fc1
Green Bayou
#566e57
Eagle Eye
#736665
Gettysburg Grey
#c7c1b7
Bronze Olive
#584c25
Aster Purple
#7d74a8
Planetarium
#1c70ad
Oceanic
#4f6d82
Azure Blue
#4d91c6
Aloe Thorn
#888b73
Communist
#cc0000
Light Kiri Mist
#d3d2dd
Kiwi Green
#8ee53f
Minified Cinnamon
#ded9db
Pomelo Sugar
#fce8e3
Black Grey
#24272e
Mecha Grey
#8d847f
Neptune Blue
#2e5d9d
Agent Orange
#ee6633
rating-img
Rate this tool
NaN/5   0 votes