COLOR #CAE9D6

HEX: #CAE9D6 RGB: (202,233,214)

Color info

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

RGB color model

#CAE9D6 color RGB value is (202,233,214).

RGB: (202,233,214) (79%, 91%, 84%)

RGB channels and saturation

R 202 of 255 = 79%
G 233 of 255 = 91%
B 214 of 255 = 84%

202
233
214

R + G + B ~ 85%. #CAE9D6 is quite light color.

Portions of RGB colors in percentages

R + G + B = 202 + 233 + 214 = 649 (100%)
R 202 of 649 ~ 31.12%
G 233 of 649 ~ 35.9%
B 214 of 649 ~ 32.97'%

%31.12
%35.9
%32.97

CMYK color model

#CAE9D6 color CMYK value is (13,0,8,9).

  • cyan value is 13.30%
  • magenta value is 0.00%
  • yellow value is 8.15%
  • key color value is 8.63%

CMYK: (13,0,8,9)
C13M0Y8K9 (13%, 0%, 8%, 9%)
(0.13 / 0.00 / 0.08 / 0.09)

CMYK percentages

%13.3
%0
%8.15
%8.63

Codes

Color #CAE9D6 in popluar color models

CA E9 D6
RGB 202 233 214
HSL 143° 41.33% 85.29%
HSB/HSV 143° 13.30% 91.37%
CMYK 13.30% 0.00% 8.15%
8.63%

Color #CAE9D6 in popluar number systems.

HEX CA E9 D6
Decimal 202 233 214
Binary 11001010 11101001 11010110
Octal 312 351 326

Shades and tints

Shades of #CAE9D6

#CAE9D6
(202,233,214)
#B8D4C3
(184,212,195)
#A6BFB0
(166,191,176)
#94AA9D
(148,170,157)
#82958A
(130,149,138)
#708077
(112,128,119)
#5E6B64
(94,107,100)
#4C5651
(76,86,81)
#3A413E
(58,65,62)
#282C2B
(40,44,43)
#161718
(22,23,24)
#000000
(0,0,0)

Tints of #CAE9D6

#CAE9D6
(202,233,214)
#CEEBD9
(206,235,217)
#D2EDDC
(210,237,220)
#D6EFDF
(214,239,223)
#DAF1E2
(218,241,226)
#DEF3E5
(222,243,229)
#E2F5E8
(226,245,232)
#E6F7EB
(230,247,235)
#EAF9EE
(234,249,238)
#EEFBF1
(238,251,241)
#F2FDF4
(242,253,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CAE9D6; }

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

This text font color is #CAE9D6.

Background Color

.myBgColor { background-color: #CAE9D6; }

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

This div background color is #CAE9D6.

Border color

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

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

This div border color is #CAE9D6.

Opacity

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

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

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

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

This text has shadow with #CAE9D6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CAE9D6.

Preview

Color preview on black background

This text has color #CAE9D6 on black background.


Color preview on white background

This text has color #CAE9D6 on white background.


Black color preview on #CAE9D6 background

This text has black color on #CAE9D6 background.


White color preview on #CAE9D6 background

This text has white color on #CAE9D6 background.


Related colors

Complementary color

Complementary color for #hex is #351629.


I love getcolorcode.com

Triadic colors

1 #D6CAE9 and #E9D6CA with #CAE9D6 are triadic colors.

2 #D6E9CA and #E9CAD6 with #CAE9D6 are triadic colors.