COLOR #CAEFE4

HEX: #CAEFE4
RGB: (202,239,228)

Color info

#CAEFE4 contains red, green and blue colors in about the same proportion. Web safe color of #CAEFE4 is #CCFFCC (or #CFC).

RGB color model

#CAEFE4 color RGB value is (202,239,228).

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

RGB channels and saturation

R 202 of 255 = 79%
G 239 of 255 = 94%
B 228 of 255 = 89%

202
239
228

R + G + B ~ 87%. #CAEFE4 is light color.

Portions of RGB colors in percentages

R + G + B =
202 + 239 + 228 = 669 (100%)
R 202 of 669 ~ 30.19%
G 239 of 669 ~ 35.72%
B 228 of 669 ~ 34.08%

%30.19
%35.72
%34.08

CMYK color model

#CAEFE4 color CMYK value is (15,0,5,6).

  • cyan value is 15.48%
  • magenta value is 0.00%
  • yellow value is 4.60%
  • key color value is 6.27%
CMYK:
(15,0,5,6)
C15M0Y5K6 
(15%,0%,5%,6%)
(0.15/0.00/0.05/0.06)	

CMYK percentages

%15.48
%0
%4.6
%6.27

Codes

Color #CAEFE4 in popluar color models

CAEFE4
RGB202239228
HSL162°53.62%86.47%
HSB/HSV162°15.48%93.73%
CMYK15.48%0.00%4.60%
6.27%

Color #CAEFE4 in popluar number systems.

HEXCAEFE4
Decimal202239228
Binary110010101110111111100100
Octal312357344

Shades and tints

Shades of #CAEFE4

#CAEFE4
(202,239,228)
#B8DAD0
(184,218,208)
#A6C5BC
(166,197,188)
#94B0A8
(148,176,168)
#829B94
(130,155,148)
#708680
(112,134,128)
#5E716C
(94,113,108)
#4C5C58
(76,92,88)
#3A4744
(58,71,68)
#283230
(40,50,48)
#161D1C
(22,29,28)
#000000
(0,0,0)

Tints of #CAEFE4

#CAEFE4
(202,239,228)
#CEF0E6
(206,240,230)
#D2F1E8
(210,241,232)
#D6F2EA
(214,242,234)
#DAF3EC
(218,243,236)
#DEF4EE
(222,244,238)
#E2F5F0
(226,245,240)
#E6F6F2
(230,246,242)
#EAF7F4
(234,247,244)
#EEF8F6
(238,248,246)
#F2F9F8
(242,249,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CAEFE4; }

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

This text font color is #CAEFE4.


Background Color

.myBgColor { background-color: #CAEFE4; }

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

This div background color is #CAEFE4.


Border color

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

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

This div border color is #CAEFE4.


Opacity

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

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

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

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

This text has shadow with #CAEFE4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CAEFE4 on black background.


Color preview on white background

This text has color #CAEFE4 on white background.



Black color preview on #CAEFE4 background

This text has black color on #CAEFE4 background.


White color preview on #CAEFE4 background

This text has white color on #CAEFE4 background.