COLOR #CAF6A0

HEX: #CAF6A0
RGB: (202,246,160)

Color info

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

RGB color model

#CAF6A0 color RGB value is (202,246,160).

  • red value is 202;
  • green value is 246;
  • blue value is 160.
RGB:
(202,246,160)
(79%,96%,63%)

RGB channels and saturation

R 202 of 255 = 79%
G 246 of 255 = 96%
B 160 of 255 = 63%

202
246
160

R + G + B ~ 79%. #CAF6A0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
202 + 246 + 160 = 608 (100%)
R 202 of 608 ~ 33.22%
G 246 of 608 ~ 40.46%
B 160 of 608 ~ 26.32%

%33.22
%40.46
%26.32

CMYK color model

#CAF6A0 color CMYK value is (18,0,35,4).

  • cyan value is 17.89%
  • magenta value is 0.00%
  • yellow value is 34.96%
  • key color value is 3.53%
CMYK:
(18,0,35,4)
C18M0Y35K4 
(18%,0%,35%,4%)
(0.18/0.00/0.35/0.04)	

CMYK percentages

%17.89
%0
%34.96
%3.53

Codes

Color #CAF6A0 in popluar color models

CAF6A0
RGB202246160
HSL91°82.69%79.61%
HSB/HSV91°34.96%96.47%
CMYK17.89%0.00%34.96%
3.53%

Color #CAF6A0 in popluar number systems.

HEXCAF6A0
Decimal202246160
Binary110010101111011010100000
Octal312366240

Shades and tints

Shades of #CAF6A0

#CAF6A0
(202,246,160)
#B8E092
(184,224,146)
#A6CA84
(166,202,132)
#94B476
(148,180,118)
#829E68
(130,158,104)
#70885A
(112,136,90)
#5E724C
(94,114,76)
#4C5C3E
(76,92,62)
#3A4630
(58,70,48)
#283022
(40,48,34)
#161A14
(22,26,20)
#000000
(0,0,0)

Tints of #CAF6A0

#CAF6A0
(202,246,160)
#CEF6A8
(206,246,168)
#D2F6B0
(210,246,176)
#D6F6B8
(214,246,184)
#DAF6C0
(218,246,192)
#DEF6C8
(222,246,200)
#E2F6D0
(226,246,208)
#E6F6D8
(230,246,216)
#EAF6E0
(234,246,224)
#EEF6E8
(238,246,232)
#F2F6F0
(242,246,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CAF6A0 color. Also use rgb(202,246,160) instead hex code.

Text Font Color

.myTextColor { color: #CAF6A0; }

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

This text font color is #CAF6A0.


Background Color

.myBgColor { background-color: #CAF6A0; }

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

This div background color is #CAF6A0.


Border color

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

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

This div border color is #CAF6A0.


Opacity

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

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

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

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

This text has shadow with #CAF6A0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CAF6A0 on black background.


Color preview on white background

This text has color #CAF6A0 on white background.



Black color preview on #CAF6A0 background

This text has black color on #CAF6A0 background.


White color preview on #CAF6A0 background

This text has white color on #CAF6A0 background.