COLOR #CAE5ED

HEX: #CAE5ED
RGB: (202,229,237)

Color info

#CAE5ED contains red, green and blue colors in about the same proportion. Web safe color of #CAE5ED is #CCCCFF (or #CCF).

RGB color model

#CAE5ED color RGB value is (202,229,237).

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

RGB channels and saturation

R 202 of 255 = 79%
G 229 of 255 = 90%
B 237 of 255 = 93%

202
229
237

R + G + B ~ 87%. #CAE5ED is light color.

Portions of RGB colors in percentages

R + G + B =
202 + 229 + 237 = 668 (100%)
R 202 of 668 ~ 30.24%
G 229 of 668 ~ 34.28%
B 237 of 668 ~ 35.48%

%30.24
%34.28
%35.48

CMYK color model

#CAE5ED color CMYK value is (15,3,0,7).

  • cyan value is 14.77%
  • magenta value is 3.38%
  • yellow value is 0.00%
  • key color value is 7.06%
CMYK:
(15,3,0,7)
C15M3Y0K7 
(15%,3%,0%,7%)
(0.15/0.03/0.00/0.07)	

CMYK percentages

%14.77
%3.38
%0
%7.06

Codes

Color #CAE5ED in popluar color models

CAE5ED
RGB202229237
HSL194°49.30%86.08%
HSB/HSV194°14.77%92.94%
CMYK14.77%3.38%0.00%
7.06%

Color #CAE5ED in popluar number systems.

HEXCAE5ED
Decimal202229237
Binary110010101110010111101101
Octal312345355

Shades and tints

Shades of #CAE5ED

#CAE5ED
(202,229,237)
#B8D1D8
(184,209,216)
#A6BDC3
(166,189,195)
#94A9AE
(148,169,174)
#829599
(130,149,153)
#708184
(112,129,132)
#5E6D6F
(94,109,111)
#4C595A
(76,89,90)
#3A4545
(58,69,69)
#283130
(40,49,48)
#161D1B
(22,29,27)
#000000
(0,0,0)

Tints of #CAE5ED

#CAE5ED
(202,229,237)
#CEE7EE
(206,231,238)
#D2E9EF
(210,233,239)
#D6EBF0
(214,235,240)
#DAEDF1
(218,237,241)
#DEEFF2
(222,239,242)
#E2F1F3
(226,241,243)
#E6F3F4
(230,243,244)
#EAF5F5
(234,245,245)
#EEF7F6
(238,247,246)
#F2F9F7
(242,249,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CAE5ED; }

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

This text font color is #CAE5ED.


Background Color

.myBgColor { background-color: #CAE5ED; }

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

This div background color is #CAE5ED.


Border color

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

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

This div border color is #CAE5ED.


Opacity

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

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

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

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

This text has shadow with #CAE5ED color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CAE5ED on black background.


Color preview on white background

This text has color #CAE5ED on white background.



Black color preview on #CAE5ED background

This text has black color on #CAE5ED background.


White color preview on #CAE5ED background

This text has white color on #CAE5ED background.