COLOR #CAE9EF

HEX: #CAE9EF RGB: (202,233,239)

Color info

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

RGB color model

#CAE9EF color RGB value is (202,233,239).

RGB: (202,233,239) (79%, 91%, 94%)

RGB channels and saturation

R 202 of 255 = 79%
G 233 of 255 = 91%
B 239 of 255 = 94%

202
233
239

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

Portions of RGB colors in percentages

R + G + B = 202 + 233 + 239 = 674 (100%)
R 202 of 674 ~ 29.97%
G 233 of 674 ~ 34.57%
B 239 of 674 ~ 35.46'%

%29.97
%34.57
%35.46

CMYK color model

#CAE9EF color CMYK value is (15,3,0,6).

  • cyan value is 15.48%
  • magenta value is 2.51%
  • yellow value is 0.00%
  • key color value is 6.27%

CMYK: (15,3,0,6)
C15M3Y0K6 (15%, 3%, 0%, 6%)
(0.15 / 0.03 / 0.00 / 0.06)

CMYK percentages

%15.48
%2.51
%0
%6.27

Codes

Color #CAE9EF in popluar color models

CA E9 EF
RGB 202 233 239
HSL 190° 53.62% 86.47%
HSB/HSV 190° 15.48% 93.73%
CMYK 15.48% 2.51% 0.00%
6.27%

Color #CAE9EF in popluar number systems.

HEX CA E9 EF
Decimal 202 233 239
Binary 11001010 11101001 11101111
Octal 312 351 357

Shades and tints

Shades of #CAE9EF

#CAE9EF
(202,233,239)
#B8D4DA
(184,212,218)
#A6BFC5
(166,191,197)
#94AAB0
(148,170,176)
#82959B
(130,149,155)
#708086
(112,128,134)
#5E6B71
(94,107,113)
#4C565C
(76,86,92)
#3A4147
(58,65,71)
#282C32
(40,44,50)
#16171D
(22,23,29)
#000000
(0,0,0)

Tints of #CAE9EF

#CAE9EF
(202,233,239)
#CEEBF0
(206,235,240)
#D2EDF1
(210,237,241)
#D6EFF2
(214,239,242)
#DAF1F3
(218,241,243)
#DEF3F4
(222,243,244)
#E2F5F5
(226,245,245)
#E6F7F6
(230,247,246)
#EAF9F7
(234,249,247)
#EEFBF8
(238,251,248)
#F2FDF9
(242,253,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CAE9EF color. Also use rgb(202,233,239) instead hex code.

Text Font Color

.myTextColor { color: #CAE9EF; }

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

This text font color is #CAE9EF.

Background Color

.myBgColor { background-color: #CAE9EF; }

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

This div background color is #CAE9EF.

Border color

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

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

This div border color is #CAE9EF.

Opacity

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

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

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

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

This text has shadow with #CAE9EF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CAE9EF.

Preview

Color preview on black background

This text has color #CAE9EF on black background.


Color preview on white background

This text has color #CAE9EF on white background.


Black color preview on #CAE9EF background

This text has black color on #CAE9EF background.


White color preview on #CAE9EF background

This text has white color on #CAE9EF background.


Related colors

Complementary color

Complementary color for #hex is #351610.


I love getcolorcode.com

Triadic colors

1 #EFCAE9 and #E9EFCA with #CAE9EF are triadic colors.

2 #EFE9CA and #E9CAEF with #CAE9EF are triadic colors.