COLOR #CAEAF0

HEX: #CAEAF0
RGB: (202,234,240)

Color info

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

RGB color model

#CAEAF0 color RGB value is (202,234,240).

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

RGB channels and saturation

R 202 of 255 = 79%
G 234 of 255 = 92%
B 240 of 255 = 94%

202
234
240

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

Portions of RGB colors in percentages

R + G + B =
202 + 234 + 240 = 676 (100%)
R 202 of 676 ~ 29.88%
G 234 of 676 ~ 34.62%
B 240 of 676 ~ 35.5%

%29.88
%34.62
%35.5

CMYK color model

#CAEAF0 color CMYK value is (16,3,0,6).

  • cyan value is 15.83%
  • magenta value is 2.50%
  • yellow value is 0.00%
  • key color value is 5.88%
CMYK:
(16,3,0,6)
C16M3Y0K6 
(16%,3%,0%,6%)
(0.16/0.03/0.00/0.06)	

CMYK percentages

%15.83
%2.5
%0
%5.88

Codes

Color #CAEAF0 in popluar color models

CAEAF0
RGB202234240
HSL189°55.88%86.67%
HSB/HSV189°15.83%94.12%
CMYK15.83%2.50%0.00%
5.88%

Color #CAEAF0 in popluar number systems.

HEXCAEAF0
Decimal202234240
Binary110010101110101011110000
Octal312352360

Shades and tints

Shades of #CAEAF0

#CAEAF0
(202,234,240)
#B8D5DB
(184,213,219)
#A6C0C6
(166,192,198)
#94ABB1
(148,171,177)
#82969C
(130,150,156)
#708187
(112,129,135)
#5E6C72
(94,108,114)
#4C575D
(76,87,93)
#3A4248
(58,66,72)
#282D33
(40,45,51)
#16181E
(22,24,30)
#000000
(0,0,0)

Tints of #CAEAF0

#CAEAF0
(202,234,240)
#CEEBF1
(206,235,241)
#D2ECF2
(210,236,242)
#D6EDF3
(214,237,243)
#DAEEF4
(218,238,244)
#DEEFF5
(222,239,245)
#E2F0F6
(226,240,246)
#E6F1F7
(230,241,247)
#EAF2F8
(234,242,248)
#EEF3F9
(238,243,249)
#F2F4FA
(242,244,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CAEAF0; }

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

This text font color is #CAEAF0.


Background Color

.myBgColor { background-color: #CAEAF0; }

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

This div background color is #CAEAF0.


Border color

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

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

This div border color is #CAEAF0.


Opacity

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

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

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

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

This text has shadow with #CAEAF0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CAEAF0 on black background.


Color preview on white background

This text has color #CAEAF0 on white background.



Black color preview on #CAEAF0 background

This text has black color on #CAEAF0 background.


White color preview on #CAEAF0 background

This text has white color on #CAEAF0 background.