COLOR #CAF9D7

HEX: #CAF9D7
RGB: (202,249,215)

Color info

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

RGB color model

#CAF9D7 color RGB value is (202,249,215).

  • red value is 202;
  • green value is 249;
  • blue value is 215.
RGB: (202,249,215) (79%,98%,84%)

RGB channels and saturation

R 202 of 255 = 79%
G 249 of 255 = 98%
B 215 of 255 = 84%

202
249
215

R + G + B ~ 87%. #CAF9D7 is light color.

Portions of RGB colors in percentages

R + G + B =
202 + 249 + 215 = 666 (100%)
R 202 of 666 ~ 30.33%
G 249 of 666 ~ 37.39%
B 215 of 666 ~ 32.28%

%30.33
%37.39
%32.28

CMYK color model

#CAF9D7 color CMYK value is (19,0,14,2).

  • cyan value is 18.88%
  • magenta value is 0.00%
  • yellow value is 13.65%
  • key color value is 2.35%
CMYK: (19,0,14,2) C19M0Y14K2 (19%,0%,14%,2%) (0.19/0.00/0.14/0.02)

CMYK percentages

%18.88
%0
%13.65
%2.35

Codes

Color #CAF9D7 in popluar color models

CAF9D7
RGB202249215
HSL137°79.66%88.43%
HSB/HSV137°18.88%97.65%
CMYK18.88%0.00%13.65%
2.35%

Color #CAF9D7 in popluar number systems.

HEXCAF9D7
Decimal202249215
Binary110010101111100111010111
Octal312371327

Shades and tints

Shades of #CAF9D7

#CAF9D7
(202,249,215)
#B8E3C4
(184,227,196)
#A6CDB1
(166,205,177)
#94B79E
(148,183,158)
#82A18B
(130,161,139)
#708B78
(112,139,120)
#5E7565
(94,117,101)
#4C5F52
(76,95,82)
#3A493F
(58,73,63)
#28332C
(40,51,44)
#161D19
(22,29,25)
#000000
(0,0,0)

Tints of #CAF9D7

#CAF9D7
(202,249,215)
#CEF9DA
(206,249,218)
#D2F9DD
(210,249,221)
#D6F9E0
(214,249,224)
#DAF9E3
(218,249,227)
#DEF9E6
(222,249,230)
#E2F9E9
(226,249,233)
#E6F9EC
(230,249,236)
#EAF9EF
(234,249,239)
#EEF9F2
(238,249,242)
#F2F9F5
(242,249,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CAF9D7; }

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

This text font color is #CAF9D7.


Background Color

.myBgColor { background-color: #CAF9D7; }

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

This div background color is #CAF9D7.


Border color

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

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

This div border color is #CAF9D7.


Opacity

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

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

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

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

This text has shadow with #CAF9D7 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #CAF9D7 on black background.


Color preview on white background

This text has color #CAF9D7 on white background.



Black color preview on #CAF9D7 background

This text has black color on #CAF9D7 background.


White color preview on #CAF9D7 background

This text has white color on #CAF9D7 background.