COLOR #C8D8C2

HEX: #C8D8C2
RGB: (200,216,194)

Color info

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

RGB color model

#C8D8C2 color RGB value is (200,216,194).

  • red value is 200;
  • green value is 216;
  • blue value is 194.
RGB:
(200,216,194)
(78%,85%,76%)

RGB channels and saturation

R 200 of 255 = 78%
G 216 of 255 = 85%
B 194 of 255 = 76%

200
216
194

R + G + B ~ 80%. #C8D8C2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
200 + 216 + 194 = 610 (100%)
R 200 of 610 ~ 32.79%
G 216 of 610 ~ 35.41%
B 194 of 610 ~ 31.8%

%32.79
%35.41
%31.8

CMYK color model

#C8D8C2 color CMYK value is (7,0,10,15).

  • cyan value is 7.41%
  • magenta value is 0.00%
  • yellow value is 10.19%
  • key color value is 15.29%
CMYK:
(7,0,10,15)
C7M0Y10K15 
(7%,0%,10%,15%)
(0.07/0.00/0.10/0.15)	

CMYK percentages

%7.41
%0
%10.19
%15.29

Codes

Color #C8D8C2 in popluar color models

C8D8C2
RGB200216194
HSL104°22.00%80.39%
HSB/HSV104°10.19%84.71%
CMYK7.41%0.00%10.19%
15.29%

Color #C8D8C2 in popluar number systems.

HEXC8D8C2
Decimal200216194
Binary110010001101100011000010
Octal310330302

Shades and tints

Shades of #C8D8C2

#C8D8C2
(200,216,194)
#B6C5B1
(182,197,177)
#A4B2A0
(164,178,160)
#929F8F
(146,159,143)
#808C7E
(128,140,126)
#6E796D
(110,121,109)
#5C665C
(92,102,92)
#4A534B
(74,83,75)
#38403A
(56,64,58)
#262D29
(38,45,41)
#141A18
(20,26,24)
#000000
(0,0,0)

Tints of #C8D8C2

#C8D8C2
(200,216,194)
#CDDBC7
(205,219,199)
#D2DECC
(210,222,204)
#D7E1D1
(215,225,209)
#DCE4D6
(220,228,214)
#E1E7DB
(225,231,219)
#E6EAE0
(230,234,224)
#EBEDE5
(235,237,229)
#F0F0EA
(240,240,234)
#F5F3EF
(245,243,239)
#FAF6F4
(250,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C8D8C2; }

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

This text font color is #C8D8C2.


Background Color

.myBgColor { background-color: #C8D8C2; }

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

This div background color is #C8D8C2.


Border color

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

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

This div border color is #C8D8C2.


Opacity

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

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

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

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

This text has shadow with #C8D8C2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C8D8C2 on black background.


Color preview on white background

This text has color #C8D8C2 on white background.



Black color preview on #C8D8C2 background

This text has black color on #C8D8C2 background.


White color preview on #C8D8C2 background

This text has white color on #C8D8C2 background.