COLOR #CAE9FB

HEX: #CAE9FB
RGB: (202,233,251)

Color info

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

RGB color model

#CAE9FB color RGB value is (202,233,251).

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

RGB channels and saturation

R 202 of 255 = 79%
G 233 of 255 = 91%
B 251 of 255 = 98%

202
233
251

R + G + B ~ 89%. #CAE9FB is light color.

Portions of RGB colors in percentages

R + G + B =
202 + 233 + 251 = 686 (100%)
R 202 of 686 ~ 29.45%
G 233 of 686 ~ 33.97%
B 251 of 686 ~ 36.59%

%29.45
%33.97
%36.59

CMYK color model

#CAE9FB color CMYK value is (20,7,0,2).

  • cyan value is 19.52%
  • magenta value is 7.17%
  • yellow value is 0.00%
  • key color value is 1.57%
CMYK:
(20,7,0,2)
C20M7Y0K2 
(20%,7%,0%,2%)
(0.20/0.07/0.00/0.02)	

CMYK percentages

%19.52
%7.17
%0
%1.57

Codes

Color #CAE9FB in popluar color models

CAE9FB
RGB202233251
HSL202°85.96%88.82%
HSB/HSV202°19.52%98.43%
CMYK19.52%7.17%0.00%
1.57%

Color #CAE9FB in popluar number systems.

HEXCAE9FB
Decimal202233251
Binary110010101110100111111011
Octal312351373

Shades and tints

Shades of #CAE9FB

#CAE9FB
(202,233,251)
#B8D4E5
(184,212,229)
#A6BFCF
(166,191,207)
#94AAB9
(148,170,185)
#8295A3
(130,149,163)
#70808D
(112,128,141)
#5E6B77
(94,107,119)
#4C5661
(76,86,97)
#3A414B
(58,65,75)
#282C35
(40,44,53)
#16171F
(22,23,31)
#000000
(0,0,0)

Tints of #CAE9FB

#CAE9FB
(202,233,251)
#CEEBFB
(206,235,251)
#D2EDFB
(210,237,251)
#D6EFFB
(214,239,251)
#DAF1FB
(218,241,251)
#DEF3FB
(222,243,251)
#E2F5FB
(226,245,251)
#E6F7FB
(230,247,251)
#EAF9FB
(234,249,251)
#EEFBFB
(238,251,251)
#F2FDFB
(242,253,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CAE9FB; }

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

This text font color is #CAE9FB.


Background Color

.myBgColor { background-color: #CAE9FB; }

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

This div background color is #CAE9FB.


Border color

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

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

This div border color is #CAE9FB.


Opacity

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

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

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

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

This text has shadow with #CAE9FB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CAE9FB on black background.


Color preview on white background

This text has color #CAE9FB on white background.



Black color preview on #CAE9FB background

This text has black color on #CAE9FB background.


White color preview on #CAE9FB background

This text has white color on #CAE9FB background.