COLOR #CAF9CB

HEX: #CAF9CB
RGB: (202,249,203)

Color info

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

RGB color model

#CAF9CB color RGB value is (202,249,203).

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

RGB channels and saturation

R 202 of 255 = 79%
G 249 of 255 = 98%
B 203 of 255 = 80%

202
249
203

R + G + B ~ 86%. #CAF9CB is light color.

Portions of RGB colors in percentages

R + G + B =
202 + 249 + 203 = 654 (100%)
R 202 of 654 ~ 30.89%
G 249 of 654 ~ 38.07%
B 203 of 654 ~ 31.04%

%30.89
%38.07
%31.04

CMYK color model

#CAF9CB color CMYK value is (19,0,18,2).

  • cyan value is 18.88%
  • magenta value is 0.00%
  • yellow value is 18.47%
  • key color value is 2.35%
CMYK:
(19,0,18,2)
C19M0Y18K2 
(19%,0%,18%,2%)
(0.19/0.00/0.18/0.02)	

CMYK percentages

%18.88
%0
%18.47
%2.35

Codes

Color #CAF9CB in popluar color models

CAF9CB
RGB202249203
HSL121°79.66%88.43%
HSB/HSV121°18.88%97.65%
CMYK18.88%0.00%18.47%
2.35%

Color #CAF9CB in popluar number systems.

HEXCAF9CB
Decimal202249203
Binary110010101111100111001011
Octal312371313

Shades and tints

Shades of #CAF9CB

#CAF9CB
(202,249,203)
#B8E3B9
(184,227,185)
#A6CDA7
(166,205,167)
#94B795
(148,183,149)
#82A183
(130,161,131)
#708B71
(112,139,113)
#5E755F
(94,117,95)
#4C5F4D
(76,95,77)
#3A493B
(58,73,59)
#283329
(40,51,41)
#161D17
(22,29,23)
#000000
(0,0,0)

Tints of #CAF9CB

#CAF9CB
(202,249,203)
#CEF9CF
(206,249,207)
#D2F9D3
(210,249,211)
#D6F9D7
(214,249,215)
#DAF9DB
(218,249,219)
#DEF9DF
(222,249,223)
#E2F9E3
(226,249,227)
#E6F9E7
(230,249,231)
#EAF9EB
(234,249,235)
#EEF9EF
(238,249,239)
#F2F9F3
(242,249,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CAF9CB; }

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

This text font color is #CAF9CB.


Background Color

.myBgColor { background-color: #CAF9CB; }

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

This div background color is #CAF9CB.


Border color

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

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

This div border color is #CAF9CB.


Opacity

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

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

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

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

This text has shadow with #CAF9CB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CAF9CB on black background.


Color preview on white background

This text has color #CAF9CB on white background.



Black color preview on #CAF9CB background

This text has black color on #CAF9CB background.


White color preview on #CAF9CB background

This text has white color on #CAF9CB background.