COLOR #C8E3BC

HEX: #C8E3BC
RGB: (200,227,188)

Color info

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

RGB color model

#C8E3BC color RGB value is (200,227,188).

  • red value is 200;
  • green value is 227;
  • blue value is 188.
RGB:
(200,227,188)
(78%,89%,74%)

RGB channels and saturation

R 200 of 255 = 78%
G 227 of 255 = 89%
B 188 of 255 = 74%

200
227
188

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

Portions of RGB colors in percentages

R + G + B =
200 + 227 + 188 = 615 (100%)
R 200 of 615 ~ 32.52%
G 227 of 615 ~ 36.91%
B 188 of 615 ~ 30.57%

%32.52
%36.91
%30.57

CMYK color model

#C8E3BC color CMYK value is (12,0,17,11).

  • cyan value is 11.89%
  • magenta value is 0.00%
  • yellow value is 17.18%
  • key color value is 10.98%
CMYK:
(12,0,17,11)
C12M0Y17K11 
(12%,0%,17%,11%)
(0.12/0.00/0.17/0.11)	

CMYK percentages

%11.89
%0
%17.18
%10.98

Codes

Color #C8E3BC in popluar color models

C8E3BC
RGB200227188
HSL102°41.05%81.37%
HSB/HSV102°17.18%89.02%
CMYK11.89%0.00%17.18%
10.98%

Color #C8E3BC in popluar number systems.

HEXC8E3BC
Decimal200227188
Binary110010001110001110111100
Octal310343274

Shades and tints

Shades of #C8E3BC

#C8E3BC
(200,227,188)
#B6CFAB
(182,207,171)
#A4BB9A
(164,187,154)
#92A789
(146,167,137)
#809378
(128,147,120)
#6E7F67
(110,127,103)
#5C6B56
(92,107,86)
#4A5745
(74,87,69)
#384334
(56,67,52)
#262F23
(38,47,35)
#141B12
(20,27,18)
#000000
(0,0,0)

Tints of #C8E3BC

#C8E3BC
(200,227,188)
#CDE5C2
(205,229,194)
#D2E7C8
(210,231,200)
#D7E9CE
(215,233,206)
#DCEBD4
(220,235,212)
#E1EDDA
(225,237,218)
#E6EFE0
(230,239,224)
#EBF1E6
(235,241,230)
#F0F3EC
(240,243,236)
#F5F5F2
(245,245,242)
#FAF7F8
(250,247,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C8E3BC color. Also use rgb(200,227,188) instead hex code.

Text Font Color

.myTextColor { color: #C8E3BC; }

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

This text font color is #C8E3BC.


Background Color

.myBgColor { background-color: #C8E3BC; }

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

This div background color is #C8E3BC.


Border color

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

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

This div border color is #C8E3BC.


Opacity

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

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

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

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

This text has shadow with #C8E3BC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C8E3BC on black background.


Color preview on white background

This text has color #C8E3BC on white background.



Black color preview on #C8E3BC background

This text has black color on #C8E3BC background.


White color preview on #C8E3BC background

This text has white color on #C8E3BC background.