COLOR #CAE3ED

HEX: #CAE3ED RGB: (202,227,237)

Color info

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

RGB color model

#CAE3ED color RGB value is (202,227,237).

RGB: (202,227,237) (79%, 89%, 93%)

RGB channels and saturation

R 202 of 255 = 79%
G 227 of 255 = 89%
B 237 of 255 = 93%

202
227
237

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

Portions of RGB colors in percentages

R + G + B = 202 + 227 + 237 = 666 (100%)
R 202 of 666 ~ 30.33%
G 227 of 666 ~ 34.08%
B 237 of 666 ~ 35.59'%

%30.33
%34.08
%35.59

CMYK color model

#CAE3ED color CMYK value is (15,4,0,7).

  • cyan value is 14.77%
  • magenta value is 4.22%
  • yellow value is 0.00%
  • key color value is 7.06%

CMYK: (15,4,0,7)
C15M4Y0K7 (15%, 4%, 0%, 7%)
(0.15 / 0.04 / 0.00 / 0.07)

CMYK percentages

%14.77
%4.22
%0
%7.06

Codes

Color #CAE3ED in popluar color models

CA E3 ED
RGB 202 227 237
HSL 197° 49.30% 86.08%
HSB/HSV 197° 14.77% 92.94%
CMYK 14.77% 4.22% 0.00%
7.06%

Color #CAE3ED in popluar number systems.

HEX CA E3 ED
Decimal 202 227 237
Binary 11001010 11100011 11101101
Octal 312 343 355

Shades and tints

Shades of #CAE3ED

#CAE3ED
(202,227,237)
#B8CFD8
(184,207,216)
#A6BBC3
(166,187,195)
#94A7AE
(148,167,174)
#829399
(130,147,153)
#707F84
(112,127,132)
#5E6B6F
(94,107,111)
#4C575A
(76,87,90)
#3A4345
(58,67,69)
#282F30
(40,47,48)
#161B1B
(22,27,27)
#000000
(0,0,0)

Tints of #CAE3ED

#CAE3ED
(202,227,237)
#CEE5EE
(206,229,238)
#D2E7EF
(210,231,239)
#D6E9F0
(214,233,240)
#DAEBF1
(218,235,241)
#DEEDF2
(222,237,242)
#E2EFF3
(226,239,243)
#E6F1F4
(230,241,244)
#EAF3F5
(234,243,245)
#EEF5F6
(238,245,246)
#F2F7F7
(242,247,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CAE3ED; }

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

This text font color is #CAE3ED.

Background Color

.myBgColor { background-color: #CAE3ED; }

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

This div background color is #CAE3ED.

Border color

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

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

This div border color is #CAE3ED.

Opacity

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

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

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

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

This text has shadow with #CAE3ED color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CAE3ED.

Preview

Color preview on black background

This text has color #CAE3ED on black background.


Color preview on white background

This text has color #CAE3ED on white background.


Black color preview on #CAE3ED background

This text has black color on #CAE3ED background.


White color preview on #CAE3ED background

This text has white color on #CAE3ED background.


Related colors

Complementary color

Complementary color for #hex is #351C12.


I love getcolorcode.com

Triadic colors

1 #EDCAE3 and #E3EDCA with #CAE3ED are triadic colors.

2 #EDE3CA and #E3CAED with #CAE3ED are triadic colors.