COLOR #CAF1D4

HEX: #CAF1D4
RGB: (202,241,212)

Color info

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

RGB color model

#CAF1D4 color RGB value is (202,241,212).

  • red value is 202;
  • green value is 241;
  • blue value is 212.
RGB:
(202,241,212)
(79%,95%,83%)

RGB channels and saturation

R 202 of 255 = 79%
G 241 of 255 = 95%
B 212 of 255 = 83%

202
241
212

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

Portions of RGB colors in percentages

R + G + B =
202 + 241 + 212 = 655 (100%)
R 202 of 655 ~ 30.84%
G 241 of 655 ~ 36.79%
B 212 of 655 ~ 32.37%

%30.84
%36.79
%32.37

CMYK color model

#CAF1D4 color CMYK value is (16,0,12,5).

  • cyan value is 16.18%
  • magenta value is 0.00%
  • yellow value is 12.03%
  • key color value is 5.49%
CMYK:
(16,0,12,5)
C16M0Y12K5 
(16%,0%,12%,5%)
(0.16/0.00/0.12/0.05)	

CMYK percentages

%16.18
%0
%12.03
%5.49

Codes

Color #CAF1D4 in popluar color models

CAF1D4
RGB202241212
HSL135°58.21%86.86%
HSB/HSV135°16.18%94.51%
CMYK16.18%0.00%12.03%
5.49%

Color #CAF1D4 in popluar number systems.

HEXCAF1D4
Decimal202241212
Binary110010101111000111010100
Octal312361324

Shades and tints

Shades of #CAF1D4

#CAF1D4
(202,241,212)
#B8DCC1
(184,220,193)
#A6C7AE
(166,199,174)
#94B29B
(148,178,155)
#829D88
(130,157,136)
#708875
(112,136,117)
#5E7362
(94,115,98)
#4C5E4F
(76,94,79)
#3A493C
(58,73,60)
#283429
(40,52,41)
#161F16
(22,31,22)
#000000
(0,0,0)

Tints of #CAF1D4

#CAF1D4
(202,241,212)
#CEF2D7
(206,242,215)
#D2F3DA
(210,243,218)
#D6F4DD
(214,244,221)
#DAF5E0
(218,245,224)
#DEF6E3
(222,246,227)
#E2F7E6
(226,247,230)
#E6F8E9
(230,248,233)
#EAF9EC
(234,249,236)
#EEFAEF
(238,250,239)
#F2FBF2
(242,251,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CAF1D4; }

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

This text font color is #CAF1D4.


Background Color

.myBgColor { background-color: #CAF1D4; }

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

This div background color is #CAF1D4.


Border color

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

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

This div border color is #CAF1D4.


Opacity

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

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

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

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

This text has shadow with #CAF1D4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CAF1D4 on black background.


Color preview on white background

This text has color #CAF1D4 on white background.



Black color preview on #CAF1D4 background

This text has black color on #CAF1D4 background.


White color preview on #CAF1D4 background

This text has white color on #CAF1D4 background.