COLOR #CAEAF5

HEX: #CAEAF5
RGB: (202,234,245)

Color info

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

RGB color model

#CAEAF5 color RGB value is (202,234,245).

  • red value is 202;
  • green value is 234;
  • blue value is 245.
RGB:
(202,234,245)
(79%,92%,96%)

RGB channels and saturation

R 202 of 255 = 79%
G 234 of 255 = 92%
B 245 of 255 = 96%

202
234
245

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

Portions of RGB colors in percentages

R + G + B =
202 + 234 + 245 = 681 (100%)
R 202 of 681 ~ 29.66%
G 234 of 681 ~ 34.36%
B 245 of 681 ~ 35.98%

%29.66
%34.36
%35.98

CMYK color model

#CAEAF5 color CMYK value is (18,4,0,4).

  • cyan value is 17.55%
  • magenta value is 4.49%
  • yellow value is 0.00%
  • key color value is 3.92%
CMYK:
(18,4,0,4)
C18M4Y0K4 
(18%,4%,0%,4%)
(0.18/0.04/0.00/0.04)	

CMYK percentages

%17.55
%4.49
%0
%3.92

Codes

Color #CAEAF5 in popluar color models

CAEAF5
RGB202234245
HSL195°68.25%87.65%
HSB/HSV195°17.55%96.08%
CMYK17.55%4.49%0.00%
3.92%

Color #CAEAF5 in popluar number systems.

HEXCAEAF5
Decimal202234245
Binary110010101110101011110101
Octal312352365

Shades and tints

Shades of #CAEAF5

#CAEAF5
(202,234,245)
#B8D5DF
(184,213,223)
#A6C0C9
(166,192,201)
#94ABB3
(148,171,179)
#82969D
(130,150,157)
#708187
(112,129,135)
#5E6C71
(94,108,113)
#4C575B
(76,87,91)
#3A4245
(58,66,69)
#282D2F
(40,45,47)
#161819
(22,24,25)
#000000
(0,0,0)

Tints of #CAEAF5

#CAEAF5
(202,234,245)
#CEEBF5
(206,235,245)
#D2ECF5
(210,236,245)
#D6EDF5
(214,237,245)
#DAEEF5
(218,238,245)
#DEEFF5
(222,239,245)
#E2F0F5
(226,240,245)
#E6F1F5
(230,241,245)
#EAF2F5
(234,242,245)
#EEF3F5
(238,243,245)
#F2F4F5
(242,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CAEAF5 color. Also use rgb(202,234,245) instead hex code.

Text Font Color

.myTextColor { color: #CAEAF5; }

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

This text font color is #CAEAF5.


Background Color

.myBgColor { background-color: #CAEAF5; }

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

This div background color is #CAEAF5.


Border color

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

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

This div border color is #CAEAF5.


Opacity

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

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

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

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

This text has shadow with #CAEAF5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CAEAF5 on black background.


Color preview on white background

This text has color #CAEAF5 on white background.



Black color preview on #CAEAF5 background

This text has black color on #CAEAF5 background.


White color preview on #CAEAF5 background

This text has white color on #CAEAF5 background.