COLOR #CAE6D2

HEX: #CAE6D2
RGB: (202,230,210)

Color info

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

RGB color model

#CAE6D2 color RGB value is (202,230,210).

  • red value is 202;
  • green value is 230;
  • blue value is 210.
RGB:
(202,230,210)
(79%,90%,82%)

RGB channels and saturation

R 202 of 255 = 79%
G 230 of 255 = 90%
B 210 of 255 = 82%

202
230
210

R + G + B ~ 84%. #CAE6D2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
202 + 230 + 210 = 642 (100%)
R 202 of 642 ~ 31.46%
G 230 of 642 ~ 35.83%
B 210 of 642 ~ 32.71%

%31.46
%35.83
%32.71

CMYK color model

#CAE6D2 color CMYK value is (12,0,9,10).

  • cyan value is 12.17%
  • magenta value is 0.00%
  • yellow value is 8.70%
  • key color value is 9.80%
CMYK:
(12,0,9,10)
C12M0Y9K10 
(12%,0%,9%,10%)
(0.12/0.00/0.09/0.10)	

CMYK percentages

%12.17
%0
%8.7
%9.8

Codes

Color #CAE6D2 in popluar color models

CAE6D2
RGB202230210
HSL137°35.90%84.71%
HSB/HSV137°12.17%90.20%
CMYK12.17%0.00%8.70%
9.80%

Color #CAE6D2 in popluar number systems.

HEXCAE6D2
Decimal202230210
Binary110010101110011011010010
Octal312346322

Shades and tints

Shades of #CAE6D2

#CAE6D2
(202,230,210)
#B8D2BF
(184,210,191)
#A6BEAC
(166,190,172)
#94AA99
(148,170,153)
#829686
(130,150,134)
#708273
(112,130,115)
#5E6E60
(94,110,96)
#4C5A4D
(76,90,77)
#3A463A
(58,70,58)
#283227
(40,50,39)
#161E14
(22,30,20)
#000000
(0,0,0)

Tints of #CAE6D2

#CAE6D2
(202,230,210)
#CEE8D6
(206,232,214)
#D2EADA
(210,234,218)
#D6ECDE
(214,236,222)
#DAEEE2
(218,238,226)
#DEF0E6
(222,240,230)
#E2F2EA
(226,242,234)
#E6F4EE
(230,244,238)
#EAF6F2
(234,246,242)
#EEF8F6
(238,248,246)
#F2FAFA
(242,250,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CAE6D2 color. Also use rgb(202,230,210) instead hex code.

Text Font Color

.myTextColor { color: #CAE6D2; }

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

This text font color is #CAE6D2.


Background Color

.myBgColor { background-color: #CAE6D2; }

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

This div background color is #CAE6D2.


Border color

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

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

This div border color is #CAE6D2.


Opacity

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

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

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

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

This text has shadow with #CAE6D2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CAE6D2 on black background.


Color preview on white background

This text has color #CAE6D2 on white background.



Black color preview on #CAE6D2 background

This text has black color on #CAE6D2 background.


White color preview on #CAE6D2 background

This text has white color on #CAE6D2 background.