COLOR #CAF9EE

HEX: #CAF9EE RGB: (202,249,238)

Color info

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

RGB color model

#CAF9EE color RGB value is (202,249,238).

RGB: (202,249,238) (79%, 98%, 93%)

RGB channels and saturation

R 202 of 255 = 79%
G 249 of 255 = 98%
B 238 of 255 = 93%

202
249
238

R + G + B ~ 90%. #CAF9EE is light color.

Portions of RGB colors in percentages

R + G + B = 202 + 249 + 238 = 689 (100%)
R 202 of 689 ~ 29.32%
G 249 of 689 ~ 36.14%
B 238 of 689 ~ 34.54'%

%29.32
%36.14
%34.54

CMYK color model

#CAF9EE color CMYK value is (19,0,4,2).

  • cyan value is 18.88%
  • magenta value is 0.00%
  • yellow value is 4.42%
  • key color value is 2.35%

CMYK: (19,0,4,2)
C19M0Y4K2 (19%, 0%, 4%, 2%)
(0.19 / 0.00 / 0.04 / 0.02)

CMYK percentages

%18.88
%0
%4.42
%2.35

Codes

Color #CAF9EE in popluar color models

CA F9 EE
RGB 202 249 238
HSL 166° 79.66% 88.43%
HSB/HSV 166° 18.88% 97.65%
CMYK 18.88% 0.00% 4.42%
2.35%

Color #CAF9EE in popluar number systems.

HEX CA F9 EE
Decimal 202 249 238
Binary 11001010 11111001 11101110
Octal 312 371 356

Shades and tints

Shades of #CAF9EE

#CAF9EE
(202,249,238)
#B8E3D9
(184,227,217)
#A6CDC4
(166,205,196)
#94B7AF
(148,183,175)
#82A19A
(130,161,154)
#708B85
(112,139,133)
#5E7570
(94,117,112)
#4C5F5B
(76,95,91)
#3A4946
(58,73,70)
#283331
(40,51,49)
#161D1C
(22,29,28)
#000000
(0,0,0)

Tints of #CAF9EE

#CAF9EE
(202,249,238)
#CEF9EF
(206,249,239)
#D2F9F0
(210,249,240)
#D6F9F1
(214,249,241)
#DAF9F2
(218,249,242)
#DEF9F3
(222,249,243)
#E2F9F4
(226,249,244)
#E6F9F5
(230,249,245)
#EAF9F6
(234,249,246)
#EEF9F7
(238,249,247)
#F2F9F8
(242,249,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CAF9EE color. Also use rgb(202,249,238) instead hex code.

Text Font Color

.myTextColor { color: #CAF9EE; }

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

This text font color is #CAF9EE.

Background Color

.myBgColor { background-color: #CAF9EE; }

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

This div background color is #CAF9EE.

Border color

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

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

This div border color is #CAF9EE.

Opacity

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

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

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

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

This text has shadow with #CAF9EE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CAF9EE.

Preview

Color preview on black background

This text has color #CAF9EE on black background.


Color preview on white background

This text has color #CAF9EE on white background.


Black color preview on #CAF9EE background

This text has black color on #CAF9EE background.


White color preview on #CAF9EE background

This text has white color on #CAF9EE background.


Related colors

Complementary color

Complementary color for #hex is #350611.


I love getcolorcode.com

Triadic colors

1 #EECAF9 and #F9EECA with #CAF9EE are triadic colors.

2 #EEF9CA and #F9CAEE with #CAF9EE are triadic colors.