COLOR #C8E2D2

HEX: #C8E2D2
RGB: (200,226,210)

Color info

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

RGB color model

#C8E2D2 color RGB value is (200,226,210).

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

RGB channels and saturation

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

200
226
210

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

Portions of RGB colors in percentages

R + G + B =
200 + 226 + 210 = 636 (100%)
R 200 of 636 ~ 31.45%
G 226 of 636 ~ 35.53%
B 210 of 636 ~ 33.02%

%31.45
%35.53
%33.02

CMYK color model

#C8E2D2 color CMYK value is (12,0,7,11).

  • cyan value is 11.50%
  • magenta value is 0.00%
  • yellow value is 7.08%
  • key color value is 11.37%
CMYK:
(12,0,7,11)
C12M0Y7K11 
(12%,0%,7%,11%)
(0.12/0.00/0.07/0.11)	

CMYK percentages

%11.5
%0
%7.08
%11.37

Codes

Color #C8E2D2 in popluar color models

C8E2D2
RGB200226210
HSL143°30.95%83.53%
HSB/HSV143°11.50%88.63%
CMYK11.50%0.00%7.08%
11.37%

Color #C8E2D2 in popluar number systems.

HEXC8E2D2
Decimal200226210
Binary110010001110001011010010
Octal310342322

Shades and tints

Shades of #C8E2D2

#C8E2D2
(200,226,210)
#B6CEBF
(182,206,191)
#A4BAAC
(164,186,172)
#92A699
(146,166,153)
#809286
(128,146,134)
#6E7E73
(110,126,115)
#5C6A60
(92,106,96)
#4A564D
(74,86,77)
#38423A
(56,66,58)
#262E27
(38,46,39)
#141A14
(20,26,20)
#000000
(0,0,0)

Tints of #C8E2D2

#C8E2D2
(200,226,210)
#CDE4D6
(205,228,214)
#D2E6DA
(210,230,218)
#D7E8DE
(215,232,222)
#DCEAE2
(220,234,226)
#E1ECE6
(225,236,230)
#E6EEEA
(230,238,234)
#EBF0EE
(235,240,238)
#F0F2F2
(240,242,242)
#F5F4F6
(245,244,246)
#FAF6FA
(250,246,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C8E2D2; }

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

This text font color is #C8E2D2.


Background Color

.myBgColor { background-color: #C8E2D2; }

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

This div background color is #C8E2D2.


Border color

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

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

This div border color is #C8E2D2.


Opacity

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

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

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

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

This text has shadow with #C8E2D2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C8E2D2 on black background.


Color preview on white background

This text has color #C8E2D2 on white background.



Black color preview on #C8E2D2 background

This text has black color on #C8E2D2 background.


White color preview on #C8E2D2 background

This text has white color on #C8E2D2 background.