COLOR #CAEAFA

HEX: #CAEAFA
RGB: (202,234,250)

Color info

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

RGB color model

#CAEAFA color RGB value is (202,234,250).

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

RGB channels and saturation

R 202 of 255 = 79%
G 234 of 255 = 92%
B 250 of 255 = 98%

202
234
250

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

Portions of RGB colors in percentages

R + G + B =
202 + 234 + 250 = 686 (100%)
R 202 of 686 ~ 29.45%
G 234 of 686 ~ 34.11%
B 250 of 686 ~ 36.44%

%29.45
%34.11
%36.44

CMYK color model

#CAEAFA color CMYK value is (19,6,0,2).

  • cyan value is 19.20%
  • magenta value is 6.40%
  • yellow value is 0.00%
  • key color value is 1.96%
CMYK:
(19,6,0,2)
C19M6Y0K2 
(19%,6%,0%,2%)
(0.19/0.06/0.00/0.02)	

CMYK percentages

%19.2
%6.4
%0
%1.96

Codes

Color #CAEAFA in popluar color models

CAEAFA
RGB202234250
HSL200°82.76%88.63%
HSB/HSV200°19.20%98.04%
CMYK19.20%6.40%0.00%
1.96%

Color #CAEAFA in popluar number systems.

HEXCAEAFA
Decimal202234250
Binary110010101110101011111010
Octal312352372

Shades and tints

Shades of #CAEAFA

#CAEAFA
(202,234,250)
#B8D5E4
(184,213,228)
#A6C0CE
(166,192,206)
#94ABB8
(148,171,184)
#8296A2
(130,150,162)
#70818C
(112,129,140)
#5E6C76
(94,108,118)
#4C5760
(76,87,96)
#3A424A
(58,66,74)
#282D34
(40,45,52)
#16181E
(22,24,30)
#000000
(0,0,0)

Tints of #CAEAFA

#CAEAFA
(202,234,250)
#CEEBFA
(206,235,250)
#D2ECFA
(210,236,250)
#D6EDFA
(214,237,250)
#DAEEFA
(218,238,250)
#DEEFFA
(222,239,250)
#E2F0FA
(226,240,250)
#E6F1FA
(230,241,250)
#EAF2FA
(234,242,250)
#EEF3FA
(238,243,250)
#F2F4FA
(242,244,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CAEAFA; }

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

This text font color is #CAEAFA.


Background Color

.myBgColor { background-color: #CAEAFA; }

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

This div background color is #CAEAFA.


Border color

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

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

This div border color is #CAEAFA.


Opacity

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

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

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

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

This text has shadow with #CAEAFA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CAEAFA on black background.


Color preview on white background

This text has color #CAEAFA on white background.



Black color preview on #CAEAFA background

This text has black color on #CAEAFA background.


White color preview on #CAEAFA background

This text has white color on #CAEAFA background.