COLOR #CAF7D1

HEX: #CAF7D1
RGB: (202,247,209)

Color info

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

RGB color model

#CAF7D1 color RGB value is (202,247,209).

  • red value is 202;
  • green value is 247;
  • blue value is 209.
RGB:
(202,247,209)
(79%,97%,82%)

RGB channels and saturation

R 202 of 255 = 79%
G 247 of 255 = 97%
B 209 of 255 = 82%

202
247
209

R + G + B ~ 86%. #CAF7D1 is light color.

Portions of RGB colors in percentages

R + G + B =
202 + 247 + 209 = 658 (100%)
R 202 of 658 ~ 30.7%
G 247 of 658 ~ 37.54%
B 209 of 658 ~ 31.76%

%30.7
%37.54
%31.76

CMYK color model

#CAF7D1 color CMYK value is (18,0,15,3).

  • cyan value is 18.22%
  • magenta value is 0.00%
  • yellow value is 15.38%
  • key color value is 3.14%
CMYK:
(18,0,15,3)
C18M0Y15K3 
(18%,0%,15%,3%)
(0.18/0.00/0.15/0.03)	

CMYK percentages

%18.22
%0
%15.38
%3.14

Codes

Color #CAF7D1 in popluar color models

CAF7D1
RGB202247209
HSL129°73.77%88.04%
HSB/HSV129°18.22%96.86%
CMYK18.22%0.00%15.38%
3.14%

Color #CAF7D1 in popluar number systems.

HEXCAF7D1
Decimal202247209
Binary110010101111011111010001
Octal312367321

Shades and tints

Shades of #CAF7D1

#CAF7D1
(202,247,209)
#B8E1BE
(184,225,190)
#A6CBAB
(166,203,171)
#94B598
(148,181,152)
#829F85
(130,159,133)
#708972
(112,137,114)
#5E735F
(94,115,95)
#4C5D4C
(76,93,76)
#3A4739
(58,71,57)
#283126
(40,49,38)
#161B13
(22,27,19)
#000000
(0,0,0)

Tints of #CAF7D1

#CAF7D1
(202,247,209)
#CEF7D5
(206,247,213)
#D2F7D9
(210,247,217)
#D6F7DD
(214,247,221)
#DAF7E1
(218,247,225)
#DEF7E5
(222,247,229)
#E2F7E9
(226,247,233)
#E6F7ED
(230,247,237)
#EAF7F1
(234,247,241)
#EEF7F5
(238,247,245)
#F2F7F9
(242,247,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CAF7D1; }

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

This text font color is #CAF7D1.


Background Color

.myBgColor { background-color: #CAF7D1; }

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

This div background color is #CAF7D1.


Border color

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

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

This div border color is #CAF7D1.


Opacity

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

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

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

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

This text has shadow with #CAF7D1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CAF7D1 on black background.


Color preview on white background

This text has color #CAF7D1 on white background.



Black color preview on #CAF7D1 background

This text has black color on #CAF7D1 background.


White color preview on #CAF7D1 background

This text has white color on #CAF7D1 background.