COLOR #C8E7D6

HEX: #C8E7D6
RGB: (200,231,214)

Color info

#C8E7D6 contains red, green and blue colors in about the same proportion. Web safe color of #C8E7D6 is #CCFFCC (or #CFC).

RGB color model

#C8E7D6 color RGB value is (200,231,214).

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

RGB channels and saturation

R 200 of 255 = 78%
G 231 of 255 = 91%
B 214 of 255 = 84%

200
231
214

R + G + B ~ 84%. #C8E7D6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
200 + 231 + 214 = 645 (100%)
R 200 of 645 ~ 31.01%
G 231 of 645 ~ 35.81%
B 214 of 645 ~ 33.18%

%31.01
%35.81
%33.18

CMYK color model

#C8E7D6 color CMYK value is (13,0,7,9).

  • cyan value is 13.42%
  • magenta value is 0.00%
  • yellow value is 7.36%
  • key color value is 9.41%
CMYK:
(13,0,7,9)
C13M0Y7K9 
(13%,0%,7%,9%)
(0.13/0.00/0.07/0.09)	

CMYK percentages

%13.42
%0
%7.36
%9.41

Codes

Color #C8E7D6 in popluar color models

C8E7D6
RGB200231214
HSL147°39.24%84.51%
HSB/HSV147°13.42%90.59%
CMYK13.42%0.00%7.36%
9.41%

Color #C8E7D6 in popluar number systems.

HEXC8E7D6
Decimal200231214
Binary110010001110011111010110
Octal310347326

Shades and tints

Shades of #C8E7D6

#C8E7D6
(200,231,214)
#B6D2C3
(182,210,195)
#A4BDB0
(164,189,176)
#92A89D
(146,168,157)
#80938A
(128,147,138)
#6E7E77
(110,126,119)
#5C6964
(92,105,100)
#4A5451
(74,84,81)
#383F3E
(56,63,62)
#262A2B
(38,42,43)
#141518
(20,21,24)
#000000
(0,0,0)

Tints of #C8E7D6

#C8E7D6
(200,231,214)
#CDE9D9
(205,233,217)
#D2EBDC
(210,235,220)
#D7EDDF
(215,237,223)
#DCEFE2
(220,239,226)
#E1F1E5
(225,241,229)
#E6F3E8
(230,243,232)
#EBF5EB
(235,245,235)
#F0F7EE
(240,247,238)
#F5F9F1
(245,249,241)
#FAFBF4
(250,251,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C8E7D6; }

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

This text font color is #C8E7D6.


Background Color

.myBgColor { background-color: #C8E7D6; }

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

This div background color is #C8E7D6.


Border color

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

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

This div border color is #C8E7D6.


Opacity

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

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

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

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

This text has shadow with #C8E7D6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C8E7D6 on black background.


Color preview on white background

This text has color #C8E7D6 on white background.



Black color preview on #C8E7D6 background

This text has black color on #C8E7D6 background.


White color preview on #C8E7D6 background

This text has white color on #C8E7D6 background.