COLOR #C8E2D1

HEX: #C8E2D1
RGB: (200,226,209)

Color info

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

RGB color model

#C8E2D1 color RGB value is (200,226,209).

  • red value is 200;
  • green value is 226;
  • blue value is 209.
RGB:
(200,226,209)
(78%,89%,82%)

RGB channels and saturation

R 200 of 255 = 78%
G 226 of 255 = 89%
B 209 of 255 = 82%

200
226
209

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

Portions of RGB colors in percentages

R + G + B =
200 + 226 + 209 = 635 (100%)
R 200 of 635 ~ 31.5%
G 226 of 635 ~ 35.59%
B 209 of 635 ~ 32.91%

%31.5
%35.59
%32.91

CMYK color model

#C8E2D1 color CMYK value is (12,0,8,11).

  • cyan value is 11.50%
  • magenta value is 0.00%
  • yellow value is 7.52%
  • key color value is 11.37%
CMYK:
(12,0,8,11)
C12M0Y8K11 
(12%,0%,8%,11%)
(0.12/0.00/0.08/0.11)	

CMYK percentages

%11.5
%0
%7.52
%11.37

Codes

Color #C8E2D1 in popluar color models

C8E2D1
RGB200226209
HSL141°30.95%83.53%
HSB/HSV141°11.50%88.63%
CMYK11.50%0.00%7.52%
11.37%

Color #C8E2D1 in popluar number systems.

HEXC8E2D1
Decimal200226209
Binary110010001110001011010001
Octal310342321

Shades and tints

Shades of #C8E2D1

#C8E2D1
(200,226,209)
#B6CEBE
(182,206,190)
#A4BAAB
(164,186,171)
#92A698
(146,166,152)
#809285
(128,146,133)
#6E7E72
(110,126,114)
#5C6A5F
(92,106,95)
#4A564C
(74,86,76)
#384239
(56,66,57)
#262E26
(38,46,38)
#141A13
(20,26,19)
#000000
(0,0,0)

Tints of #C8E2D1

#C8E2D1
(200,226,209)
#CDE4D5
(205,228,213)
#D2E6D9
(210,230,217)
#D7E8DD
(215,232,221)
#DCEAE1
(220,234,225)
#E1ECE5
(225,236,229)
#E6EEE9
(230,238,233)
#EBF0ED
(235,240,237)
#F0F2F1
(240,242,241)
#F5F4F5
(245,244,245)
#FAF6F9
(250,246,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C8E2D1 color. Also use rgb(200,226,209) instead hex code.

Text Font Color

.myTextColor { color: #C8E2D1; }

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

This text font color is #C8E2D1.


Background Color

.myBgColor { background-color: #C8E2D1; }

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

This div background color is #C8E2D1.


Border color

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

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

This div border color is #C8E2D1.


Opacity

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

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

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

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

This text has shadow with #C8E2D1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C8E2D1 on black background.


Color preview on white background

This text has color #C8E2D1 on white background.



Black color preview on #C8E2D1 background

This text has black color on #C8E2D1 background.


White color preview on #C8E2D1 background

This text has white color on #C8E2D1 background.