COLOR #CAF9B0

HEX: #CAF9B0 RGB: (202,249,176)

Color info

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

RGB color model

#CAF9B0 color RGB value is (202,249,176).

RGB: (202,249,176) (79%, 98%, 69%)

RGB channels and saturation

R 202 of 255 = 79%
G 249 of 255 = 98%
B 176 of 255 = 69%

202
249
176

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

Portions of RGB colors in percentages

R + G + B = 202 + 249 + 176 = 627 (100%)
R 202 of 627 ~ 32.22%
G 249 of 627 ~ 39.71%
B 176 of 627 ~ 28.07'%

%32.22
%39.71
%28.07

CMYK color model

#CAF9B0 color CMYK value is (19,0,29,2).

  • cyan value is 18.88%
  • magenta value is 0.00%
  • yellow value is 29.32%
  • key color value is 2.35%

CMYK: (19,0,29,2)
C19M0Y29K2 (19%, 0%, 29%, 2%)
(0.19 / 0.00 / 0.29 / 0.02)

CMYK percentages

%18.88
%0
%29.32
%2.35

Codes

Color #CAF9B0 in popluar color models

CA F9 B0
RGB 202 249 176
HSL 99° 85.88% 83.33%
HSB/HSV 99° 29.32% 97.65%
CMYK 18.88% 0.00% 29.32%
2.35%

Color #CAF9B0 in popluar number systems.

HEX CA F9 B0
Decimal 202 249 176
Binary 11001010 11111001 10110000
Octal 312 371 260

Shades and tints

Shades of #CAF9B0

#CAF9B0
(202,249,176)
#B8E3A0
(184,227,160)
#A6CD90
(166,205,144)
#94B780
(148,183,128)
#82A170
(130,161,112)
#708B60
(112,139,96)
#5E7550
(94,117,80)
#4C5F40
(76,95,64)
#3A4930
(58,73,48)
#283320
(40,51,32)
#161D10
(22,29,16)
#000000
(0,0,0)

Tints of #CAF9B0

#CAF9B0
(202,249,176)
#CEF9B7
(206,249,183)
#D2F9BE
(210,249,190)
#D6F9C5
(214,249,197)
#DAF9CC
(218,249,204)
#DEF9D3
(222,249,211)
#E2F9DA
(226,249,218)
#E6F9E1
(230,249,225)
#EAF9E8
(234,249,232)
#EEF9EF
(238,249,239)
#F2F9F6
(242,249,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CAF9B0; }

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

This text font color is #CAF9B0.

Background Color

.myBgColor { background-color: #CAF9B0; }

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

This div background color is #CAF9B0.

Border color

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

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

This div border color is #CAF9B0.

Opacity

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

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

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

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

This text has shadow with #CAF9B0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CAF9B0.

Preview

Color preview on black background

This text has color #CAF9B0 on black background.


Color preview on white background

This text has color #CAF9B0 on white background.


Black color preview on #CAF9B0 background

This text has black color on #CAF9B0 background.


White color preview on #CAF9B0 background

This text has white color on #CAF9B0 background.


Related colors

Complementary color

Complementary color for #hex is #35064F.


I love getcolorcode.com

Triadic colors

1 #B0CAF9 and #F9B0CA with #CAF9B0 are triadic colors.

2 #B0F9CA and #F9CAB0 with #CAF9B0 are triadic colors.