COLOR #CAEFE9

HEX: #CAEFE9
RGB: (202,239,233)

Color info

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

RGB color model

#CAEFE9 color RGB value is (202,239,233).

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

RGB channels and saturation

R 202 of 255 = 79%
G 239 of 255 = 94%
B 233 of 255 = 91%

202
239
233

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

Portions of RGB colors in percentages

R + G + B =
202 + 239 + 233 = 674 (100%)
R 202 of 674 ~ 29.97%
G 239 of 674 ~ 35.46%
B 233 of 674 ~ 34.57%

%29.97
%35.46
%34.57

CMYK color model

#CAEFE9 color CMYK value is (15,0,3,6).

  • cyan value is 15.48%
  • magenta value is 0.00%
  • yellow value is 2.51%
  • key color value is 6.27%
CMYK:
(15,0,3,6)
C15M0Y3K6 
(15%,0%,3%,6%)
(0.15/0.00/0.03/0.06)	

CMYK percentages

%15.48
%0
%2.51
%6.27

Codes

Color #CAEFE9 in popluar color models

CAEFE9
RGB202239233
HSL170°53.62%86.47%
HSB/HSV170°15.48%93.73%
CMYK15.48%0.00%2.51%
6.27%

Color #CAEFE9 in popluar number systems.

HEXCAEFE9
Decimal202239233
Binary110010101110111111101001
Octal312357351

Shades and tints

Shades of #CAEFE9

#CAEFE9
(202,239,233)
#B8DAD4
(184,218,212)
#A6C5BF
(166,197,191)
#94B0AA
(148,176,170)
#829B95
(130,155,149)
#708680
(112,134,128)
#5E716B
(94,113,107)
#4C5C56
(76,92,86)
#3A4741
(58,71,65)
#28322C
(40,50,44)
#161D17
(22,29,23)
#000000
(0,0,0)

Tints of #CAEFE9

#CAEFE9
(202,239,233)
#CEF0EB
(206,240,235)
#D2F1ED
(210,241,237)
#D6F2EF
(214,242,239)
#DAF3F1
(218,243,241)
#DEF4F3
(222,244,243)
#E2F5F5
(226,245,245)
#E6F6F7
(230,246,247)
#EAF7F9
(234,247,249)
#EEF8FB
(238,248,251)
#F2F9FD
(242,249,253)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CAEFE9; }

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

This text font color is #CAEFE9.


Background Color

.myBgColor { background-color: #CAEFE9; }

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

This div background color is #CAEFE9.


Border color

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

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

This div border color is #CAEFE9.


Opacity

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

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

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

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

This text has shadow with #CAEFE9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CAEFE9 on black background.


Color preview on white background

This text has color #CAEFE9 on white background.



Black color preview on #CAEFE9 background

This text has black color on #CAEFE9 background.


White color preview on #CAEFE9 background

This text has white color on #CAEFE9 background.