COLOR #CAE9CD

HEX: #CAE9CD
RGB: (202,233,205)

Color info

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

RGB color model

#CAE9CD color RGB value is (202,233,205).

  • red value is 202;
  • green value is 233;
  • blue value is 205.
RGB:
(202,233,205)
(79%,91%,80%)

RGB channels and saturation

R 202 of 255 = 79%
G 233 of 255 = 91%
B 205 of 255 = 80%

202
233
205

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

Portions of RGB colors in percentages

R + G + B =
202 + 233 + 205 = 640 (100%)
R 202 of 640 ~ 31.56%
G 233 of 640 ~ 36.41%
B 205 of 640 ~ 32.03%

%31.56
%36.41
%32.03

CMYK color model

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

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

CMYK percentages

%13.3
%0
%12.02
%8.63

Codes

Color #CAE9CD in popluar color models

CAE9CD
RGB202233205
HSL126°41.33%85.29%
HSB/HSV126°13.30%91.37%
CMYK13.30%0.00%12.02%
8.63%

Color #CAE9CD in popluar number systems.

HEXCAE9CD
Decimal202233205
Binary110010101110100111001101
Octal312351315

Shades and tints

Shades of #CAE9CD

#CAE9CD
(202,233,205)
#B8D4BB
(184,212,187)
#A6BFA9
(166,191,169)
#94AA97
(148,170,151)
#829585
(130,149,133)
#708073
(112,128,115)
#5E6B61
(94,107,97)
#4C564F
(76,86,79)
#3A413D
(58,65,61)
#282C2B
(40,44,43)
#161719
(22,23,25)
#000000
(0,0,0)

Tints of #CAE9CD

#CAE9CD
(202,233,205)
#CEEBD1
(206,235,209)
#D2EDD5
(210,237,213)
#D6EFD9
(214,239,217)
#DAF1DD
(218,241,221)
#DEF3E1
(222,243,225)
#E2F5E5
(226,245,229)
#E6F7E9
(230,247,233)
#EAF9ED
(234,249,237)
#EEFBF1
(238,251,241)
#F2FDF5
(242,253,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CAE9CD color. Also use rgb(202,233,205) instead hex code.

Text Font Color

.myTextColor { color: #CAE9CD; }

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

This text font color is #CAE9CD.


Background Color

.myBgColor { background-color: #CAE9CD; }

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

This div background color is #CAE9CD.


Border color

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

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

This div border color is #CAE9CD.


Opacity

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

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

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

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

This text has shadow with #CAE9CD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CAE9CD on black background.


Color preview on white background

This text has color #CAE9CD on white background.



Black color preview on #CAE9CD background

This text has black color on #CAE9CD background.


White color preview on #CAE9CD background

This text has white color on #CAE9CD background.