COLOR #CAE3F8

HEX: #CAE3F8
RGB: (202,227,248)

Color info

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

RGB color model

#CAE3F8 color RGB value is (202,227,248).

  • red value is 202;
  • green value is 227;
  • blue value is 248.
RGB:
(202,227,248)
(79%,89%,97%)

RGB channels and saturation

R 202 of 255 = 79%
G 227 of 255 = 89%
B 248 of 255 = 97%

202
227
248

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

Portions of RGB colors in percentages

R + G + B =
202 + 227 + 248 = 677 (100%)
R 202 of 677 ~ 29.84%
G 227 of 677 ~ 33.53%
B 248 of 677 ~ 36.63%

%29.84
%33.53
%36.63

CMYK color model

#CAE3F8 color CMYK value is (19,8,0,3).

  • cyan value is 18.55%
  • magenta value is 8.47%
  • yellow value is 0.00%
  • key color value is 2.75%
CMYK:
(19,8,0,3)
C19M8Y0K3 
(19%,8%,0%,3%)
(0.19/0.08/0.00/0.03)	

CMYK percentages

%18.55
%8.47
%0
%2.75

Codes

Color #CAE3F8 in popluar color models

CAE3F8
RGB202227248
HSL207°76.67%88.24%
HSB/HSV207°18.55%97.25%
CMYK18.55%8.47%0.00%
2.75%

Color #CAE3F8 in popluar number systems.

HEXCAE3F8
Decimal202227248
Binary110010101110001111111000
Octal312343370

Shades and tints

Shades of #CAE3F8

#CAE3F8
(202,227,248)
#B8CFE2
(184,207,226)
#A6BBCC
(166,187,204)
#94A7B6
(148,167,182)
#8293A0
(130,147,160)
#707F8A
(112,127,138)
#5E6B74
(94,107,116)
#4C575E
(76,87,94)
#3A4348
(58,67,72)
#282F32
(40,47,50)
#161B1C
(22,27,28)
#000000
(0,0,0)

Tints of #CAE3F8

#CAE3F8
(202,227,248)
#CEE5F8
(206,229,248)
#D2E7F8
(210,231,248)
#D6E9F8
(214,233,248)
#DAEBF8
(218,235,248)
#DEEDF8
(222,237,248)
#E2EFF8
(226,239,248)
#E6F1F8
(230,241,248)
#EAF3F8
(234,243,248)
#EEF5F8
(238,245,248)
#F2F7F8
(242,247,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CAE3F8 color. Also use rgb(202,227,248) instead hex code.

Text Font Color

.myTextColor { color: #CAE3F8; }

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

This text font color is #CAE3F8.


Background Color

.myBgColor { background-color: #CAE3F8; }

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

This div background color is #CAE3F8.


Border color

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

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

This div border color is #CAE3F8.


Opacity

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

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

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

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

This text has shadow with #CAE3F8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CAE3F8 on black background.


Color preview on white background

This text has color #CAE3F8 on white background.



Black color preview on #CAE3F8 background

This text has black color on #CAE3F8 background.


White color preview on #CAE3F8 background

This text has white color on #CAE3F8 background.