COLOR #CAF0F6

HEX: #CAF0F6 RGB: (202,240,246)

Color info

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

RGB color model

#CAF0F6 color RGB value is (202,240,246).

RGB: (202,240,246) (79%, 94%, 96%)

RGB channels and saturation

R 202 of 255 = 79%
G 240 of 255 = 94%
B 246 of 255 = 96%

202
240
246

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

Portions of RGB colors in percentages

R + G + B = 202 + 240 + 246 = 688 (100%)
R 202 of 688 ~ 29.36%
G 240 of 688 ~ 34.88%
B 246 of 688 ~ 35.76'%

%29.36
%34.88
%35.76

CMYK color model

#CAF0F6 color CMYK value is (18,2,0,4).

  • cyan value is 17.89%
  • magenta value is 2.44%
  • yellow value is 0.00%
  • key color value is 3.53%

CMYK: (18,2,0,4)
C18M2Y0K4 (18%, 2%, 0%, 4%)
(0.18 / 0.02 / 0.00 / 0.04)

CMYK percentages

%17.89
%2.44
%0
%3.53

Codes

Color #CAF0F6 in popluar color models

CA F0 F6
RGB 202 240 246
HSL 188° 70.97% 87.84%
HSB/HSV 188° 17.89% 96.47%
CMYK 17.89% 2.44% 0.00%
3.53%

Color #CAF0F6 in popluar number systems.

HEX CA F0 F6
Decimal 202 240 246
Binary 11001010 11110000 11110110
Octal 312 360 366

Shades and tints

Shades of #CAF0F6

#CAF0F6
(202,240,246)
#B8DBE0
(184,219,224)
#A6C6CA
(166,198,202)
#94B1B4
(148,177,180)
#829C9E
(130,156,158)
#708788
(112,135,136)
#5E7272
(94,114,114)
#4C5D5C
(76,93,92)
#3A4846
(58,72,70)
#283330
(40,51,48)
#161E1A
(22,30,26)
#000000
(0,0,0)

Tints of #CAF0F6

#CAF0F6
(202,240,246)
#CEF1F6
(206,241,246)
#D2F2F6
(210,242,246)
#D6F3F6
(214,243,246)
#DAF4F6
(218,244,246)
#DEF5F6
(222,245,246)
#E2F6F6
(226,246,246)
#E6F7F6
(230,247,246)
#EAF8F6
(234,248,246)
#EEF9F6
(238,249,246)
#F2FAF6
(242,250,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CAF0F6 color. Also use rgb(202,240,246) instead hex code.

Text Font Color

.myTextColor { color: #CAF0F6; }

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

This text font color is #CAF0F6.

Background Color

.myBgColor { background-color: #CAF0F6; }

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

This div background color is #CAF0F6.

Border color

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

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

This div border color is #CAF0F6.

Opacity

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

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

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

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

This text has shadow with #CAF0F6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CAF0F6.

Preview

Color preview on black background

This text has color #CAF0F6 on black background.


Color preview on white background

This text has color #CAF0F6 on white background.


Black color preview on #CAF0F6 background

This text has black color on #CAF0F6 background.


White color preview on #CAF0F6 background

This text has white color on #CAF0F6 background.


Related colors

Complementary color

Complementary color for #hex is #350F09.


I love getcolorcode.com

Triadic colors

1 #F6CAF0 and #F0F6CA with #CAF0F6 are triadic colors.

2 #F6F0CA and #F0CAF6 with #CAF0F6 are triadic colors.