COLOR #CAF0F0

HEX: #CAF0F0 RGB: (202,240,240)

Color info

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

RGB color model

#CAF0F0 color RGB value is (202,240,240).

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

RGB channels and saturation

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

202
240
240

R + G + B ~ 89%. #CAF0F0 is light color.

Portions of RGB colors in percentages

R + G + B = 202 + 240 + 240 = 682 (100%)
R 202 of 682 ~ 29.62%
G 240 of 682 ~ 35.19%
B 240 of 682 ~ 35.19'%

%29.62
%35.19
%35.19

CMYK color model

#CAF0F0 color CMYK value is (16,0,0,6).

  • cyan value is 15.83%
  • magenta value is 0.00%
  • yellow value is 0.00%
  • key color value is 5.88%

CMYK: (16,0,0,6)
C16M0Y0K6 (16%, 0%, 0%, 6%)
(0.16 / 0.00 / 0.00 / 0.06)

CMYK percentages

%15.83
%0
%0
%5.88

Codes

Color #CAF0F0 in popluar color models

CA F0 F0
RGB 202 240 240
HSL 180° 55.88% 86.67%
HSB/HSV 180° 15.83% 94.12%
CMYK 15.83% 0.00% 0.00%
5.88%

Color #CAF0F0 in popluar number systems.

HEX CA F0 F0
Decimal 202 240 240
Binary 11001010 11110000 11110000
Octal 312 360 360

Shades and tints

Shades of #CAF0F0

#CAF0F0
(202,240,240)
#B8DBDB
(184,219,219)
#A6C6C6
(166,198,198)
#94B1B1
(148,177,177)
#829C9C
(130,156,156)
#708787
(112,135,135)
#5E7272
(94,114,114)
#4C5D5D
(76,93,93)
#3A4848
(58,72,72)
#283333
(40,51,51)
#161E1E
(22,30,30)
#000000
(0,0,0)

Tints of #CAF0F0

#CAF0F0
(202,240,240)
#CEF1F1
(206,241,241)
#D2F2F2
(210,242,242)
#D6F3F3
(214,243,243)
#DAF4F4
(218,244,244)
#DEF5F5
(222,245,245)
#E2F6F6
(226,246,246)
#E6F7F7
(230,247,247)
#EAF8F8
(234,248,248)
#EEF9F9
(238,249,249)
#F2FAFA
(242,250,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CAF0F0; }

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

This text font color is #CAF0F0.

Background Color

.myBgColor { background-color: #CAF0F0; }

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

This div background color is #CAF0F0.

Border color

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

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

This div border color is #CAF0F0.

Opacity

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

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

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

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

This text has shadow with #CAF0F0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CAF0F0.

Preview

Color preview on black background

This text has color #CAF0F0 on black background.


Color preview on white background

This text has color #CAF0F0 on white background.


Black color preview on #CAF0F0 background

This text has black color on #CAF0F0 background.


White color preview on #CAF0F0 background

This text has white color on #CAF0F0 background.


Related colors

Complementary color

Complementary color for #hex is #350F0F.


I love getcolorcode.com