COLOR #C8E7CB

HEX: #C8E7CB
RGB: (200,231,203)

Color info

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

RGB color model

#C8E7CB color RGB value is (200,231,203).

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

RGB channels and saturation

R 200 of 255 = 78%
G 231 of 255 = 91%
B 203 of 255 = 80%

200
231
203

R + G + B ~ 83%. #C8E7CB is quite light color.

Portions of RGB colors in percentages

R + G + B =
200 + 231 + 203 = 634 (100%)
R 200 of 634 ~ 31.55%
G 231 of 634 ~ 36.44%
B 203 of 634 ~ 32.02%

%31.55
%36.44
%32.02

CMYK color model

#C8E7CB color CMYK value is (13,0,12,9).

  • cyan value is 13.42%
  • magenta value is 0.00%
  • yellow value is 12.12%
  • key color value is 9.41%
CMYK:
(13,0,12,9)
C13M0Y12K9 
(13%,0%,12%,9%)
(0.13/0.00/0.12/0.09)	

CMYK percentages

%13.42
%0
%12.12
%9.41

Codes

Color #C8E7CB in popluar color models

C8E7CB
RGB200231203
HSL126°39.24%84.51%
HSB/HSV126°13.42%90.59%
CMYK13.42%0.00%12.12%
9.41%

Color #C8E7CB in popluar number systems.

HEXC8E7CB
Decimal200231203
Binary110010001110011111001011
Octal310347313

Shades and tints

Shades of #C8E7CB

#C8E7CB
(200,231,203)
#B6D2B9
(182,210,185)
#A4BDA7
(164,189,167)
#92A895
(146,168,149)
#809383
(128,147,131)
#6E7E71
(110,126,113)
#5C695F
(92,105,95)
#4A544D
(74,84,77)
#383F3B
(56,63,59)
#262A29
(38,42,41)
#141517
(20,21,23)
#000000
(0,0,0)

Tints of #C8E7CB

#C8E7CB
(200,231,203)
#CDE9CF
(205,233,207)
#D2EBD3
(210,235,211)
#D7EDD7
(215,237,215)
#DCEFDB
(220,239,219)
#E1F1DF
(225,241,223)
#E6F3E3
(230,243,227)
#EBF5E7
(235,245,231)
#F0F7EB
(240,247,235)
#F5F9EF
(245,249,239)
#FAFBF3
(250,251,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C8E7CB; }

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

This text font color is #C8E7CB.


Background Color

.myBgColor { background-color: #C8E7CB; }

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

This div background color is #C8E7CB.


Border color

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

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

This div border color is #C8E7CB.


Opacity

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

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

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

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

This text has shadow with #C8E7CB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C8E7CB on black background.


Color preview on white background

This text has color #C8E7CB on white background.



Black color preview on #C8E7CB background

This text has black color on #C8E7CB background.


White color preview on #C8E7CB background

This text has white color on #C8E7CB background.