COLOR #CAE4F4

HEX: #CAE4F4
RGB: (202,228,244)

Color info

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

RGB color model

#CAE4F4 color RGB value is (202,228,244).

  • red value is 202;
  • green value is 228;
  • blue value is 244.
RGB:
(202,228,244)
(79%,89%,96%)

RGB channels and saturation

R 202 of 255 = 79%
G 228 of 255 = 89%
B 244 of 255 = 96%

202
228
244

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

Portions of RGB colors in percentages

R + G + B =
202 + 228 + 244 = 674 (100%)
R 202 of 674 ~ 29.97%
G 228 of 674 ~ 33.83%
B 244 of 674 ~ 36.2%

%29.97
%33.83
%36.2

CMYK color model

#CAE4F4 color CMYK value is (17,7,0,4).

  • cyan value is 17.21%
  • magenta value is 6.56%
  • yellow value is 0.00%
  • key color value is 4.31%
CMYK:
(17,7,0,4)
C17M7Y0K4 
(17%,7%,0%,4%)
(0.17/0.07/0.00/0.04)	

CMYK percentages

%17.21
%6.56
%0
%4.31

Codes

Color #CAE4F4 in popluar color models

CAE4F4
RGB202228244
HSL203°65.63%87.45%
HSB/HSV203°17.21%95.69%
CMYK17.21%6.56%0.00%
4.31%

Color #CAE4F4 in popluar number systems.

HEXCAE4F4
Decimal202228244
Binary110010101110010011110100
Octal312344364

Shades and tints

Shades of #CAE4F4

#CAE4F4
(202,228,244)
#B8D0DE
(184,208,222)
#A6BCC8
(166,188,200)
#94A8B2
(148,168,178)
#82949C
(130,148,156)
#708086
(112,128,134)
#5E6C70
(94,108,112)
#4C585A
(76,88,90)
#3A4444
(58,68,68)
#28302E
(40,48,46)
#161C18
(22,28,24)
#000000
(0,0,0)

Tints of #CAE4F4

#CAE4F4
(202,228,244)
#CEE6F5
(206,230,245)
#D2E8F6
(210,232,246)
#D6EAF7
(214,234,247)
#DAECF8
(218,236,248)
#DEEEF9
(222,238,249)
#E2F0FA
(226,240,250)
#E6F2FB
(230,242,251)
#EAF4FC
(234,244,252)
#EEF6FD
(238,246,253)
#F2F8FE
(242,248,254)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CAE4F4 color. Also use rgb(202,228,244) instead hex code.

Text Font Color

.myTextColor { color: #CAE4F4; }

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

This text font color is #CAE4F4.


Background Color

.myBgColor { background-color: #CAE4F4; }

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

This div background color is #CAE4F4.


Border color

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

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

This div border color is #CAE4F4.


Opacity

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

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

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

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

This text has shadow with #CAE4F4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CAE4F4 on black background.


Color preview on white background

This text has color #CAE4F4 on white background.



Black color preview on #CAE4F4 background

This text has black color on #CAE4F4 background.


White color preview on #CAE4F4 background

This text has white color on #CAE4F4 background.