COLOR #CAF1A7

HEX: #CAF1A7
RGB: (202,241,167)

Color info

#CAF1A7 contains mainly red and green colors. Web safe color of #CAF1A7 is #CCFF99 (or #CF9).

RGB color model

#CAF1A7 color RGB value is (202,241,167).

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

RGB channels and saturation

R 202 of 255 = 79%
G 241 of 255 = 95%
B 167 of 255 = 65%

202
241
167

R + G + B ~ 80%. #CAF1A7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
202 + 241 + 167 = 610 (100%)
R 202 of 610 ~ 33.11%
G 241 of 610 ~ 39.51%
B 167 of 610 ~ 27.38%

%33.11
%39.51
%27.38

CMYK color model

#CAF1A7 color CMYK value is (16,0,31,5).

  • cyan value is 16.18%
  • magenta value is 0.00%
  • yellow value is 30.71%
  • key color value is 5.49%
CMYK:
(16,0,31,5)
C16M0Y31K5 
(16%,0%,31%,5%)
(0.16/0.00/0.31/0.05)	

CMYK percentages

%16.18
%0
%30.71
%5.49

Codes

Color #CAF1A7 in popluar color models

CAF1A7
RGB202241167
HSL92°72.55%80.00%
HSB/HSV92°30.71%94.51%
CMYK16.18%0.00%30.71%
5.49%

Color #CAF1A7 in popluar number systems.

HEXCAF1A7
Decimal202241167
Binary110010101111000110100111
Octal312361247

Shades and tints

Shades of #CAF1A7

#CAF1A7
(202,241,167)
#B8DC98
(184,220,152)
#A6C789
(166,199,137)
#94B27A
(148,178,122)
#829D6B
(130,157,107)
#70885C
(112,136,92)
#5E734D
(94,115,77)
#4C5E3E
(76,94,62)
#3A492F
(58,73,47)
#283420
(40,52,32)
#161F11
(22,31,17)
#000000
(0,0,0)

Tints of #CAF1A7

#CAF1A7
(202,241,167)
#CEF2AF
(206,242,175)
#D2F3B7
(210,243,183)
#D6F4BF
(214,244,191)
#DAF5C7
(218,245,199)
#DEF6CF
(222,246,207)
#E2F7D7
(226,247,215)
#E6F8DF
(230,248,223)
#EAF9E7
(234,249,231)
#EEFAEF
(238,250,239)
#F2FBF7
(242,251,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CAF1A7; }

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

This text font color is #CAF1A7.


Background Color

.myBgColor { background-color: #CAF1A7; }

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

This div background color is #CAF1A7.


Border color

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

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

This div border color is #CAF1A7.


Opacity

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

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

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

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

This text has shadow with #CAF1A7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CAF1A7 on black background.


Color preview on white background

This text has color #CAF1A7 on white background.



Black color preview on #CAF1A7 background

This text has black color on #CAF1A7 background.


White color preview on #CAF1A7 background

This text has white color on #CAF1A7 background.