COLOR #CAE8ED

HEX: #CAE8ED
RGB: (202,232,237)

Color info

#CAE8ED contains red, green and blue colors in about the same proportion. Web safe color of #CAE8ED is #CCFFFF (or #CFF).

RGB color model

#CAE8ED color RGB value is (202,232,237).

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

RGB channels and saturation

R 202 of 255 = 79%
G 232 of 255 = 91%
B 237 of 255 = 93%

202
232
237

R + G + B ~ 88%. #CAE8ED is light color.

Portions of RGB colors in percentages

R + G + B =
202 + 232 + 237 = 671 (100%)
R 202 of 671 ~ 30.1%
G 232 of 671 ~ 34.58%
B 237 of 671 ~ 35.32%

%30.1
%34.58
%35.32

CMYK color model

#CAE8ED color CMYK value is (15,2,0,7).

  • cyan value is 14.77%
  • magenta value is 2.11%
  • yellow value is 0.00%
  • key color value is 7.06%
CMYK:
(15,2,0,7)
C15M2Y0K7 
(15%,2%,0%,7%)
(0.15/0.02/0.00/0.07)	

CMYK percentages

%14.77
%2.11
%0
%7.06

Codes

Color #CAE8ED in popluar color models

CAE8ED
RGB202232237
HSL189°49.30%86.08%
HSB/HSV189°14.77%92.94%
CMYK14.77%2.11%0.00%
7.06%

Color #CAE8ED in popluar number systems.

HEXCAE8ED
Decimal202232237
Binary110010101110100011101101
Octal312350355

Shades and tints

Shades of #CAE8ED

#CAE8ED
(202,232,237)
#B8D3D8
(184,211,216)
#A6BEC3
(166,190,195)
#94A9AE
(148,169,174)
#829499
(130,148,153)
#707F84
(112,127,132)
#5E6A6F
(94,106,111)
#4C555A
(76,85,90)
#3A4045
(58,64,69)
#282B30
(40,43,48)
#16161B
(22,22,27)
#000000
(0,0,0)

Tints of #CAE8ED

#CAE8ED
(202,232,237)
#CEEAEE
(206,234,238)
#D2ECEF
(210,236,239)
#D6EEF0
(214,238,240)
#DAF0F1
(218,240,241)
#DEF2F2
(222,242,242)
#E2F4F3
(226,244,243)
#E6F6F4
(230,246,244)
#EAF8F5
(234,248,245)
#EEFAF6
(238,250,246)
#F2FCF7
(242,252,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CAE8ED; }

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

This text font color is #CAE8ED.


Background Color

.myBgColor { background-color: #CAE8ED; }

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

This div background color is #CAE8ED.


Border color

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

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

This div border color is #CAE8ED.


Opacity

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

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

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

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

This text has shadow with #CAE8ED color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CAE8ED on black background.


Color preview on white background

This text has color #CAE8ED on white background.



Black color preview on #CAE8ED background

This text has black color on #CAE8ED background.


White color preview on #CAE8ED background

This text has white color on #CAE8ED background.