COLOR #C8D5CC

HEX: #C8D5CC RGB: (200,213,204)

Color info

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

RGB color model

#C8D5CC color RGB value is (200,213,204).

RGB: (200,213,204) (78%, 84%, 80%)

RGB channels and saturation

R 200 of 255 = 78%
G 213 of 255 = 84%
B 204 of 255 = 80%

200
213
204

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

Portions of RGB colors in percentages

R + G + B = 200 + 213 + 204 = 617 (100%)
R 200 of 617 ~ 32.41%
G 213 of 617 ~ 34.52%
B 204 of 617 ~ 33.06'%

%32.41
%34.52
%33.06

CMYK color model

#C8D5CC color CMYK value is (6,0,4,16).

  • cyan value is 6.10%
  • magenta value is 0.00%
  • yellow value is 4.23%
  • key color value is 16.47%
CMYK: (6,0,4,16) C6M0Y4K16 (6%,0%,4%,16%) (0.06/0.00/0.04/0.16) 

CMYK percentages

%6.1
%0
%4.23
%16.47

Codes

Color #C8D5CC in popluar color models

C8 D5 CC
RGB 200 213 204
HSL 138° 13.40% 80.98%
HSB/HSV 138° 6.10% 83.53%
CMYK 6.10% 0.00% 4.23%
16.47%

Color #C8D5CC in popluar number systems.

HEX C8 D5 CC
Decimal 200 213 204
Binary 11001000 11010101 11001100
Octal 310 325 314

Shades and tints

Shades of #C8D5CC

#C8D5CC
(200,213,204)
#B6C2BA
(182,194,186)
#A4AFA8
(164,175,168)
#929C96
(146,156,150)
#808984
(128,137,132)
#6E7672
(110,118,114)
#5C6360
(92,99,96)
#4A504E
(74,80,78)
#383D3C
(56,61,60)
#262A2A
(38,42,42)
#141718
(20,23,24)
#000000
(0,0,0)

Tints of #C8D5CC

#C8D5CC
(200,213,204)
#CDD8D0
(205,216,208)
#D2DBD4
(210,219,212)
#D7DED8
(215,222,216)
#DCE1DC
(220,225,220)
#E1E4E0
(225,228,224)
#E6E7E4
(230,231,228)
#EBEAE8
(235,234,232)
#F0EDEC
(240,237,236)
#F5F0F0
(245,240,240)
#FAF3F4
(250,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C8D5CC; }

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

This text font color is #C8D5CC.

Background Color

.myBgColor { background-color: #C8D5CC; }

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

This div background color is #C8D5CC.

Border color

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

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

This div border color is #C8D5CC.

Opacity

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

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

Text with #C8D5CC 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 #C8D5CC;}

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

This text has shadow with #C8D5CC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C8D5CC.

Preview

Color preview on black background

This text has color #C8D5CC on black background.


Color preview on white background

This text has color #C8D5CC on white background.


Black color preview on #C8D5CC background

This text has black color on #C8D5CC background.


White color preview on #C8D5CC background

This text has white color on #C8D5CC background.


Related colors

Complementary color

Complementary color for #hex is #372A33.


I love getcolorcode.com

Triadic colors

1 #CCC8D5 and #D5CCC8 with #C8D5CC are triadic colors.

2 #CCD5C8 and #D5C8CC with #C8D5CC are triadic colors.