COLOR #CAE6F7

HEX: #CAE6F7
RGB: (202,230,247)

Color info

#CAE6F7 contains red, green and blue colors in about the same proportion. Web safe color of #CAE6F7 is #CCCCFF (or #CCF).

RGB color model

#CAE6F7 color RGB value is (202,230,247).

  • red value is 202;
  • green value is 230;
  • blue value is 247.
RGB:
(202,230,247)
(79%,90%,97%)

RGB channels and saturation

R 202 of 255 = 79%
G 230 of 255 = 90%
B 247 of 255 = 97%

202
230
247

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

Portions of RGB colors in percentages

R + G + B =
202 + 230 + 247 = 679 (100%)
R 202 of 679 ~ 29.75%
G 230 of 679 ~ 33.87%
B 247 of 679 ~ 36.38%

%29.75
%33.87
%36.38

CMYK color model

#CAE6F7 color CMYK value is (18,7,0,3).

  • cyan value is 18.22%
  • magenta value is 6.88%
  • yellow value is 0.00%
  • key color value is 3.14%
CMYK:
(18,7,0,3)
C18M7Y0K3 
(18%,7%,0%,3%)
(0.18/0.07/0.00/0.03)	

CMYK percentages

%18.22
%6.88
%0
%3.14

Codes

Color #CAE6F7 in popluar color models

CAE6F7
RGB202230247
HSL203°73.77%88.04%
HSB/HSV203°18.22%96.86%
CMYK18.22%6.88%0.00%
3.14%

Color #CAE6F7 in popluar number systems.

HEXCAE6F7
Decimal202230247
Binary110010101110011011110111
Octal312346367

Shades and tints

Shades of #CAE6F7

#CAE6F7
(202,230,247)
#B8D2E1
(184,210,225)
#A6BECB
(166,190,203)
#94AAB5
(148,170,181)
#82969F
(130,150,159)
#708289
(112,130,137)
#5E6E73
(94,110,115)
#4C5A5D
(76,90,93)
#3A4647
(58,70,71)
#283231
(40,50,49)
#161E1B
(22,30,27)
#000000
(0,0,0)

Tints of #CAE6F7

#CAE6F7
(202,230,247)
#CEE8F7
(206,232,247)
#D2EAF7
(210,234,247)
#D6ECF7
(214,236,247)
#DAEEF7
(218,238,247)
#DEF0F7
(222,240,247)
#E2F2F7
(226,242,247)
#E6F4F7
(230,244,247)
#EAF6F7
(234,246,247)
#EEF8F7
(238,248,247)
#F2FAF7
(242,250,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CAE6F7 color. Also use rgb(202,230,247) instead hex code.

Text Font Color

.myTextColor { color: #CAE6F7; }

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

This text font color is #CAE6F7.


Background Color

.myBgColor { background-color: #CAE6F7; }

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

This div background color is #CAE6F7.


Border color

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

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

This div border color is #CAE6F7.


Opacity

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

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

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

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

This text has shadow with #CAE6F7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CAE6F7 on black background.


Color preview on white background

This text has color #CAE6F7 on white background.



Black color preview on #CAE6F7 background

This text has black color on #CAE6F7 background.


White color preview on #CAE6F7 background

This text has white color on #CAE6F7 background.