COLOR #C8D6C2

HEX: #C8D6C2
RGB: (200,214,194)

Color info

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

RGB color model

#C8D6C2 color RGB value is (200,214,194).

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

RGB channels and saturation

R 200 of 255 = 78%
G 214 of 255 = 84%
B 194 of 255 = 76%

200
214
194

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

Portions of RGB colors in percentages

R + G + B =
200 + 214 + 194 = 608 (100%)
R 200 of 608 ~ 32.89%
G 214 of 608 ~ 35.2%
B 194 of 608 ~ 31.91%

%32.89
%35.2
%31.91

CMYK color model

#C8D6C2 color CMYK value is (7,0,9,16).

  • cyan value is 6.54%
  • magenta value is 0.00%
  • yellow value is 9.35%
  • key color value is 16.08%
CMYK:
(7,0,9,16)
C7M0Y9K16 
(7%,0%,9%,16%)
(0.07/0.00/0.09/0.16)	

CMYK percentages

%6.54
%0
%9.35
%16.08

Codes

Color #C8D6C2 in popluar color models

C8D6C2
RGB200214194
HSL102°19.61%80.00%
HSB/HSV102°9.35%83.92%
CMYK6.54%0.00%9.35%
16.08%

Color #C8D6C2 in popluar number systems.

HEXC8D6C2
Decimal200214194
Binary110010001101011011000010
Octal310326302

Shades and tints

Shades of #C8D6C2

#C8D6C2
(200,214,194)
#B6C3B1
(182,195,177)
#A4B0A0
(164,176,160)
#929D8F
(146,157,143)
#808A7E
(128,138,126)
#6E776D
(110,119,109)
#5C645C
(92,100,92)
#4A514B
(74,81,75)
#383E3A
(56,62,58)
#262B29
(38,43,41)
#141818
(20,24,24)
#000000
(0,0,0)

Tints of #C8D6C2

#C8D6C2
(200,214,194)
#CDD9C7
(205,217,199)
#D2DCCC
(210,220,204)
#D7DFD1
(215,223,209)
#DCE2D6
(220,226,214)
#E1E5DB
(225,229,219)
#E6E8E0
(230,232,224)
#EBEBE5
(235,235,229)
#F0EEEA
(240,238,234)
#F5F1EF
(245,241,239)
#FAF4F4
(250,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C8D6C2; }

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

This text font color is #C8D6C2.


Background Color

.myBgColor { background-color: #C8D6C2; }

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

This div background color is #C8D6C2.


Border color

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

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

This div border color is #C8D6C2.


Opacity

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

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

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

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

This text has shadow with #C8D6C2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C8D6C2 on black background.


Color preview on white background

This text has color #C8D6C2 on white background.



Black color preview on #C8D6C2 background

This text has black color on #C8D6C2 background.


White color preview on #C8D6C2 background

This text has white color on #C8D6C2 background.