COLOR #C8D1C4

HEX: #C8D1C4
RGB: (200,209,196)

Color info

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

RGB color model

#C8D1C4 color RGB value is (200,209,196).

  • red value is 200;
  • green value is 209;
  • blue value is 196.
RGB:
(200,209,196)
(78%,82%,77%)

RGB channels and saturation

R 200 of 255 = 78%
G 209 of 255 = 82%
B 196 of 255 = 77%

200
209
196

R + G + B ~ 79%. #C8D1C4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
200 + 209 + 196 = 605 (100%)
R 200 of 605 ~ 33.06%
G 209 of 605 ~ 34.55%
B 196 of 605 ~ 32.4%

%33.06
%34.55
%32.4

CMYK color model

#C8D1C4 color CMYK value is (4,0,6,18).

  • cyan value is 4.31%
  • magenta value is 0.00%
  • yellow value is 6.22%
  • key color value is 18.04%
CMYK:
(4,0,6,18)
C4M0Y6K18 
(4%,0%,6%,18%)
(0.04/0.00/0.06/0.18)	

CMYK percentages

%4.31
%0
%6.22
%18.04

Codes

Color #C8D1C4 in popluar color models

C8D1C4
RGB200209196
HSL102°12.38%79.41%
HSB/HSV102°6.22%81.96%
CMYK4.31%0.00%6.22%
18.04%

Color #C8D1C4 in popluar number systems.

HEXC8D1C4
Decimal200209196
Binary110010001101000111000100
Octal310321304

Shades and tints

Shades of #C8D1C4

#C8D1C4
(200,209,196)
#B6BEB3
(182,190,179)
#A4ABA2
(164,171,162)
#929891
(146,152,145)
#808580
(128,133,128)
#6E726F
(110,114,111)
#5C5F5E
(92,95,94)
#4A4C4D
(74,76,77)
#38393C
(56,57,60)
#26262B
(38,38,43)
#14131A
(20,19,26)
#000000
(0,0,0)

Tints of #C8D1C4

#C8D1C4
(200,209,196)
#CDD5C9
(205,213,201)
#D2D9CE
(210,217,206)
#D7DDD3
(215,221,211)
#DCE1D8
(220,225,216)
#E1E5DD
(225,229,221)
#E6E9E2
(230,233,226)
#EBEDE7
(235,237,231)
#F0F1EC
(240,241,236)
#F5F5F1
(245,245,241)
#FAF9F6
(250,249,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C8D1C4 color. Also use rgb(200,209,196) instead hex code.

Text Font Color

.myTextColor { color: #C8D1C4; }

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

This text font color is #C8D1C4.


Background Color

.myBgColor { background-color: #C8D1C4; }

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

This div background color is #C8D1C4.


Border color

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

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

This div border color is #C8D1C4.


Opacity

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

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

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

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

This text has shadow with #C8D1C4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C8D1C4 on black background.


Color preview on white background

This text has color #C8D1C4 on white background.



Black color preview on #C8D1C4 background

This text has black color on #C8D1C4 background.


White color preview on #C8D1C4 background

This text has white color on #C8D1C4 background.