COLOR #CAF0D1

HEX: #CAF0D1 RGB: (202,240,209)

Color info

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

RGB color model

#CAF0D1 color RGB value is (202,240,209).

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

RGB channels and saturation

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

202
240
209

R + G + B ~ 85%. #CAF0D1 is quite light color.

Portions of RGB colors in percentages

R + G + B = 202 + 240 + 209 = 651 (100%)
R 202 of 651 ~ 31.03%
G 240 of 651 ~ 36.87%
B 209 of 651 ~ 32.1'%

%31.03
%36.87
%32.1

CMYK color model

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

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

CMYK: (16,0,13,6)
C16M0Y13K6 (16%, 0%, 13%, 6%)
(0.16 / 0.00 / 0.13 / 0.06)

CMYK percentages

%15.83
%0
%12.92
%5.88

Codes

Color #CAF0D1 in popluar color models

CA F0 D1
RGB 202 240 209
HSL 131° 55.88% 86.67%
HSB/HSV 131° 15.83% 94.12%
CMYK 15.83% 0.00% 12.92%
5.88%

Color #CAF0D1 in popluar number systems.

HEX CA F0 D1
Decimal 202 240 209
Binary 11001010 11110000 11010001
Octal 312 360 321

Shades and tints

Shades of #CAF0D1

#CAF0D1
(202,240,209)
#B8DBBE
(184,219,190)
#A6C6AB
(166,198,171)
#94B198
(148,177,152)
#829C85
(130,156,133)
#708772
(112,135,114)
#5E725F
(94,114,95)
#4C5D4C
(76,93,76)
#3A4839
(58,72,57)
#283326
(40,51,38)
#161E13
(22,30,19)
#000000
(0,0,0)

Tints of #CAF0D1

#CAF0D1
(202,240,209)
#CEF1D5
(206,241,213)
#D2F2D9
(210,242,217)
#D6F3DD
(214,243,221)
#DAF4E1
(218,244,225)
#DEF5E5
(222,245,229)
#E2F6E9
(226,246,233)
#E6F7ED
(230,247,237)
#EAF8F1
(234,248,241)
#EEF9F5
(238,249,245)
#F2FAF9
(242,250,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CAF0D1; }

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

This text font color is #CAF0D1.

Background Color

.myBgColor { background-color: #CAF0D1; }

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

This div background color is #CAF0D1.

Border color

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

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

This div border color is #CAF0D1.

Opacity

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

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

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

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

This text has shadow with #CAF0D1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CAF0D1.

Preview

Color preview on black background

This text has color #CAF0D1 on black background.


Color preview on white background

This text has color #CAF0D1 on white background.


Black color preview on #CAF0D1 background

This text has black color on #CAF0D1 background.


White color preview on #CAF0D1 background

This text has white color on #CAF0D1 background.


Related colors

Complementary color

Complementary color for #hex is #350F2E.


I love getcolorcode.com

Triadic colors

1 #D1CAF0 and #F0D1CA with #CAF0D1 are triadic colors.

2 #D1F0CA and #F0CAD1 with #CAF0D1 are triadic colors.