COLOR #C8D8CC

HEX: #C8D8CC RGB: (200,216,204)

Color info

#C8D8CC contains red, green and blue colors in about the same proportion. Web safe color of #C8D8CC is #CCCCCC (or #CCC).

RGB color model

#C8D8CC color RGB value is (200,216,204).

RGB: (200,216,204) (78%, 85%, 80%)

RGB channels and saturation

R 200 of 255 = 78%
G 216 of 255 = 85%
B 204 of 255 = 80%

200
216
204

R + G + B ~ 81%. #C8D8CC is quite light color.

Portions of RGB colors in percentages

R + G + B = 200 + 216 + 204 = 620 (100%)
R 200 of 620 ~ 32.26%
G 216 of 620 ~ 34.84%
B 204 of 620 ~ 32.9'%

%32.26
%34.84
%32.9

CMYK color model

#C8D8CC color CMYK value is (7,0,6,15).

  • cyan value is 7.41%
  • magenta value is 0.00%
  • yellow value is 5.56%
  • key color value is 15.29%

CMYK: (7,0,6,15)
C7M0Y6K15 (7%, 0%, 6%, 15%)
(0.07 / 0.00 / 0.06 / 0.15)

CMYK percentages

%7.41
%0
%5.56
%15.29

Codes

Color #C8D8CC in popluar color models

C8 D8 CC
RGB 200 216 204
HSL 135° 17.02% 81.57%
HSB/HSV 135° 7.41% 84.71%
CMYK 7.41% 0.00% 5.56%
15.29%

Color #C8D8CC in popluar number systems.

HEX C8 D8 CC
Decimal 200 216 204
Binary 11001000 11011000 11001100
Octal 310 330 314

Shades and tints

Shades of #C8D8CC

#C8D8CC
(200,216,204)
#B6C5BA
(182,197,186)
#A4B2A8
(164,178,168)
#929F96
(146,159,150)
#808C84
(128,140,132)
#6E7972
(110,121,114)
#5C6660
(92,102,96)
#4A534E
(74,83,78)
#38403C
(56,64,60)
#262D2A
(38,45,42)
#141A18
(20,26,24)
#000000
(0,0,0)

Tints of #C8D8CC

#C8D8CC
(200,216,204)
#CDDBD0
(205,219,208)
#D2DED4
(210,222,212)
#D7E1D8
(215,225,216)
#DCE4DC
(220,228,220)
#E1E7E0
(225,231,224)
#E6EAE4
(230,234,228)
#EBEDE8
(235,237,232)
#F0F0EC
(240,240,236)
#F5F3F0
(245,243,240)
#FAF6F4
(250,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C8D8CC color. Also use rgb(200,216,204) instead hex code.

Text Font Color

.myTextColor { color: #C8D8CC; }

<p style="color:#C8D8CC">This sample text font color is #C8D8CC.</p>

This text font color is #C8D8CC.

Background Color

.myBgColor { background-color: #C8D8CC; }

<div style="background-color:#C8D8CC">Inner text</div>

This div background color is #C8D8CC.

Border color

.myBorderColor { border: 1px solid #C8D8CC; }

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

This div border color is #C8D8CC.

Opacity

.myOpacity80 { color: #C8D8CC; opacity: 0.8; }

<p style="color:#C8D8CC;opacity:0.8;">80%</p>

Text with #C8D8CC color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #C8D8CC;}

<p style="text-shadow: 3px 3px 1px #C8D8CC">Text here.</p>

This text has shadow with #C8D8CC color.


.textShadow {text-shadow: 3px 3px 1px #C8D8CC', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #C8D8CC, 5px 5px 20px red">Text here.</p>

This text has shadow with #C8D8CC primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#C8D8CC, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#C8D8CC, Direction=45, Strength=4)">Text</p>

This text has shadow with #C8D8CC and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #C8D8CC;
-webkit-box-shadow: 1px 1px 3px 2px #C8D8CC;
box-shadow: 1px 1px 3px 2px #C8D8CC;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #C8D8CC; -webkit-box-shadow: 1px 1px 3px 2px #C8D8CC; box-shadow:1px 1px 3px 2px #C8D8CC;">
Div content here
</div>

This div box has shadow with color #C8D8CC.

Preview

Color preview on black background

This text has color #C8D8CC on black background.


Color preview on white background

This text has color #C8D8CC on white background.


Black color preview on #C8D8CC background

This text has black color on #C8D8CC background.


White color preview on #C8D8CC background

This text has white color on #C8D8CC background.


Related colors

Complementary color

Complementary color for #hex is #372733.


I love getcolorcode.com

Triadic colors

1 #CCC8D8 and #D8CCC8 with #C8D8CC are triadic colors.

2 #CCD8C8 and #D8C8CC with #C8D8CC are triadic colors.