COLOR #CAF6B4

HEX: #CAF6B4
RGB: (202,246,180)

Color info

#CAF6B4 contains mainly red and green colors. Web safe color of #CAF6B4 is #CCFFCC (or #CFC).

RGB color model

#CAF6B4 color RGB value is (202,246,180).

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

RGB channels and saturation

R 202 of 255 = 79%
G 246 of 255 = 96%
B 180 of 255 = 71%

202
246
180

R + G + B ~ 82%. #CAF6B4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
202 + 246 + 180 = 628 (100%)
R 202 of 628 ~ 32.17%
G 246 of 628 ~ 39.17%
B 180 of 628 ~ 28.66%

%32.17
%39.17
%28.66

CMYK color model

#CAF6B4 color CMYK value is (18,0,27,4).

  • cyan value is 17.89%
  • magenta value is 0.00%
  • yellow value is 26.83%
  • key color value is 3.53%
CMYK:
(18,0,27,4)
C18M0Y27K4 
(18%,0%,27%,4%)
(0.18/0.00/0.27/0.04)	

CMYK percentages

%17.89
%0
%26.83
%3.53

Codes

Color #CAF6B4 in popluar color models

CAF6B4
RGB202246180
HSL100°78.57%83.53%
HSB/HSV100°26.83%96.47%
CMYK17.89%0.00%26.83%
3.53%

Color #CAF6B4 in popluar number systems.

HEXCAF6B4
Decimal202246180
Binary110010101111011010110100
Octal312366264

Shades and tints

Shades of #CAF6B4

#CAF6B4
(202,246,180)
#B8E0A4
(184,224,164)
#A6CA94
(166,202,148)
#94B484
(148,180,132)
#829E74
(130,158,116)
#708864
(112,136,100)
#5E7254
(94,114,84)
#4C5C44
(76,92,68)
#3A4634
(58,70,52)
#283024
(40,48,36)
#161A14
(22,26,20)
#000000
(0,0,0)

Tints of #CAF6B4

#CAF6B4
(202,246,180)
#CEF6BA
(206,246,186)
#D2F6C0
(210,246,192)
#D6F6C6
(214,246,198)
#DAF6CC
(218,246,204)
#DEF6D2
(222,246,210)
#E2F6D8
(226,246,216)
#E6F6DE
(230,246,222)
#EAF6E4
(234,246,228)
#EEF6EA
(238,246,234)
#F2F6F0
(242,246,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CAF6B4; }

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

This text font color is #CAF6B4.


Background Color

.myBgColor { background-color: #CAF6B4; }

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

This div background color is #CAF6B4.


Border color

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

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

This div border color is #CAF6B4.


Opacity

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

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

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

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

This text has shadow with #CAF6B4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CAF6B4 on black background.


Color preview on white background

This text has color #CAF6B4 on white background.



Black color preview on #CAF6B4 background

This text has black color on #CAF6B4 background.


White color preview on #CAF6B4 background

This text has white color on #CAF6B4 background.