COLOR #CAE5DD

HEX: #CAE5DD
RGB: (202,229,221)

Color info

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

RGB color model

#CAE5DD color RGB value is (202,229,221).

  • red value is 202;
  • green value is 229;
  • blue value is 221.
RGB:
(202,229,221)
(79%,90%,87%)

RGB channels and saturation

R 202 of 255 = 79%
G 229 of 255 = 90%
B 221 of 255 = 87%

202
229
221

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

Portions of RGB colors in percentages

R + G + B =
202 + 229 + 221 = 652 (100%)
R 202 of 652 ~ 30.98%
G 229 of 652 ~ 35.12%
B 221 of 652 ~ 33.9%

%30.98
%35.12
%33.9

CMYK color model

#CAE5DD color CMYK value is (12,0,3,10).

  • cyan value is 11.79%
  • magenta value is 0.00%
  • yellow value is 3.49%
  • key color value is 10.20%
CMYK:
(12,0,3,10)
C12M0Y3K10 
(12%,0%,3%,10%)
(0.12/0.00/0.03/0.10)	

CMYK percentages

%11.79
%0
%3.49
%10.2

Codes

Color #CAE5DD in popluar color models

CAE5DD
RGB202229221
HSL162°34.18%84.51%
HSB/HSV162°11.79%89.80%
CMYK11.79%0.00%3.49%
10.20%

Color #CAE5DD in popluar number systems.

HEXCAE5DD
Decimal202229221
Binary110010101110010111011101
Octal312345335

Shades and tints

Shades of #CAE5DD

#CAE5DD
(202,229,221)
#B8D1C9
(184,209,201)
#A6BDB5
(166,189,181)
#94A9A1
(148,169,161)
#82958D
(130,149,141)
#708179
(112,129,121)
#5E6D65
(94,109,101)
#4C5951
(76,89,81)
#3A453D
(58,69,61)
#283129
(40,49,41)
#161D15
(22,29,21)
#000000
(0,0,0)

Tints of #CAE5DD

#CAE5DD
(202,229,221)
#CEE7E0
(206,231,224)
#D2E9E3
(210,233,227)
#D6EBE6
(214,235,230)
#DAEDE9
(218,237,233)
#DEEFEC
(222,239,236)
#E2F1EF
(226,241,239)
#E6F3F2
(230,243,242)
#EAF5F5
(234,245,245)
#EEF7F8
(238,247,248)
#F2F9FB
(242,249,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CAE5DD color. Also use rgb(202,229,221) instead hex code.

Text Font Color

.myTextColor { color: #CAE5DD; }

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

This text font color is #CAE5DD.


Background Color

.myBgColor { background-color: #CAE5DD; }

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

This div background color is #CAE5DD.


Border color

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

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

This div border color is #CAE5DD.


Opacity

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

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

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

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

This text has shadow with #CAE5DD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CAE5DD on black background.


Color preview on white background

This text has color #CAE5DD on white background.



Black color preview on #CAE5DD background

This text has black color on #CAE5DD background.


White color preview on #CAE5DD background

This text has white color on #CAE5DD background.