COLOR #C8E1CA

HEX: #C8E1CA
RGB: (200,225,202)

Color info

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

RGB color model

#C8E1CA color RGB value is (200,225,202).

  • red value is 200;
  • green value is 225;
  • blue value is 202.
RGB:
(200,225,202)
(78%,88%,79%)

RGB channels and saturation

R 200 of 255 = 78%
G 225 of 255 = 88%
B 202 of 255 = 79%

200
225
202

R + G + B ~ 82%. #C8E1CA is quite light color.

Portions of RGB colors in percentages

R + G + B =
200 + 225 + 202 = 627 (100%)
R 200 of 627 ~ 31.9%
G 225 of 627 ~ 35.89%
B 202 of 627 ~ 32.22%

%31.9
%35.89
%32.22

CMYK color model

#C8E1CA color CMYK value is (11,0,10,12).

  • cyan value is 11.11%
  • magenta value is 0.00%
  • yellow value is 10.22%
  • key color value is 11.76%
CMYK:
(11,0,10,12)
C11M0Y10K12 
(11%,0%,10%,12%)
(0.11/0.00/0.10/0.12)	

CMYK percentages

%11.11
%0
%10.22
%11.76

Codes

Color #C8E1CA in popluar color models

C8E1CA
RGB200225202
HSL125°29.41%83.33%
HSB/HSV125°11.11%88.24%
CMYK11.11%0.00%10.22%
11.76%

Color #C8E1CA in popluar number systems.

HEXC8E1CA
Decimal200225202
Binary110010001110000111001010
Octal310341312

Shades and tints

Shades of #C8E1CA

#C8E1CA
(200,225,202)
#B6CDB8
(182,205,184)
#A4B9A6
(164,185,166)
#92A594
(146,165,148)
#809182
(128,145,130)
#6E7D70
(110,125,112)
#5C695E
(92,105,94)
#4A554C
(74,85,76)
#38413A
(56,65,58)
#262D28
(38,45,40)
#141916
(20,25,22)
#000000
(0,0,0)

Tints of #C8E1CA

#C8E1CA
(200,225,202)
#CDE3CE
(205,227,206)
#D2E5D2
(210,229,210)
#D7E7D6
(215,231,214)
#DCE9DA
(220,233,218)
#E1EBDE
(225,235,222)
#E6EDE2
(230,237,226)
#EBEFE6
(235,239,230)
#F0F1EA
(240,241,234)
#F5F3EE
(245,243,238)
#FAF5F2
(250,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C8E1CA color. Also use rgb(200,225,202) instead hex code.

Text Font Color

.myTextColor { color: #C8E1CA; }

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

This text font color is #C8E1CA.


Background Color

.myBgColor { background-color: #C8E1CA; }

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

This div background color is #C8E1CA.


Border color

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

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

This div border color is #C8E1CA.


Opacity

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

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

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

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

This text has shadow with #C8E1CA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C8E1CA on black background.


Color preview on white background

This text has color #C8E1CA on white background.



Black color preview on #C8E1CA background

This text has black color on #C8E1CA background.


White color preview on #C8E1CA background

This text has white color on #C8E1CA background.