COLOR #CAE9FD

HEX: #CAE9FD
RGB: (202,233,253)

Color info

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

RGB color model

#CAE9FD color RGB value is (202,233,253).

  • red value is 202;
  • green value is 233;
  • blue value is 253.
RGB:
(202,233,253)
(79%,91%,99%)

RGB channels and saturation

R 202 of 255 = 79%
G 233 of 255 = 91%
B 253 of 255 = 99%

202
233
253

R + G + B ~ 90%. #CAE9FD is light color.

Portions of RGB colors in percentages

R + G + B =
202 + 233 + 253 = 688 (100%)
R 202 of 688 ~ 29.36%
G 233 of 688 ~ 33.87%
B 253 of 688 ~ 36.77%

%29.36
%33.87
%36.77

CMYK color model

#CAE9FD color CMYK value is (20,8,0,1).

  • cyan value is 20.16%
  • magenta value is 7.91%
  • yellow value is 0.00%
  • key color value is 0.78%
CMYK:
(20,8,0,1)
C20M8Y0K1 
(20%,8%,0%,1%)
(0.20/0.08/0.00/0.01)	

CMYK percentages

%20.16
%7.91
%0
%0.78

Codes

Color #CAE9FD in popluar color models

CAE9FD
RGB202233253
HSL204°92.73%89.22%
HSB/HSV204°20.16%99.22%
CMYK20.16%7.91%0.00%
0.78%

Color #CAE9FD in popluar number systems.

HEXCAE9FD
Decimal202233253
Binary110010101110100111111101
Octal312351375

Shades and tints

Shades of #CAE9FD

#CAE9FD
(202,233,253)
#B8D4E6
(184,212,230)
#A6BFCF
(166,191,207)
#94AAB8
(148,170,184)
#8295A1
(130,149,161)
#70808A
(112,128,138)
#5E6B73
(94,107,115)
#4C565C
(76,86,92)
#3A4145
(58,65,69)
#282C2E
(40,44,46)
#161717
(22,23,23)
#000000
(0,0,0)

Tints of #CAE9FD

#CAE9FD
(202,233,253)
#CEEBFD
(206,235,253)
#D2EDFD
(210,237,253)
#D6EFFD
(214,239,253)
#DAF1FD
(218,241,253)
#DEF3FD
(222,243,253)
#E2F5FD
(226,245,253)
#E6F7FD
(230,247,253)
#EAF9FD
(234,249,253)
#EEFBFD
(238,251,253)
#F2FDFD
(242,253,253)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CAE9FD; }

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

This text font color is #CAE9FD.


Background Color

.myBgColor { background-color: #CAE9FD; }

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

This div background color is #CAE9FD.


Border color

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

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

This div border color is #CAE9FD.


Opacity

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

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

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

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

This text has shadow with #CAE9FD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CAE9FD on black background.


Color preview on white background

This text has color #CAE9FD on white background.



Black color preview on #CAE9FD background

This text has black color on #CAE9FD background.


White color preview on #CAE9FD background

This text has white color on #CAE9FD background.