COLOR #C9F4CB

HEX: #C9F4CB
RGB: (201,244,203)

Color info

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

RGB color model

#C9F4CB color RGB value is (201,244,203).

  • red value is 201;
  • green value is 244;
  • blue value is 203.
RGB:
(201,244,203)
(79%,96%,80%)

RGB channels and saturation

R 201 of 255 = 79%
G 244 of 255 = 96%
B 203 of 255 = 80%

201
244
203

R + G + B ~ 85%. #C9F4CB is quite light color.

Portions of RGB colors in percentages

R + G + B =
201 + 244 + 203 = 648 (100%)
R 201 of 648 ~ 31.02%
G 244 of 648 ~ 37.65%
B 203 of 648 ~ 31.33%

%31.02
%37.65
%31.33

CMYK color model

#C9F4CB color CMYK value is (18,0,17,4).

  • cyan value is 17.62%
  • magenta value is 0.00%
  • yellow value is 16.80%
  • key color value is 4.31%
CMYK:
(18,0,17,4)
C18M0Y17K4 
(18%,0%,17%,4%)
(0.18/0.00/0.17/0.04)	

CMYK percentages

%17.62
%0
%16.8
%4.31

Codes

Color #C9F4CB in popluar color models

C9F4CB
RGB201244203
HSL123°66.15%87.25%
HSB/HSV123°17.62%95.69%
CMYK17.62%0.00%16.80%
4.31%

Color #C9F4CB in popluar number systems.

HEXC9F4CB
Decimal201244203
Binary110010011111010011001011
Octal311364313

Shades and tints

Shades of #C9F4CB

#C9F4CB
(201,244,203)
#B7DEB9
(183,222,185)
#A5C8A7
(165,200,167)
#93B295
(147,178,149)
#819C83
(129,156,131)
#6F8671
(111,134,113)
#5D705F
(93,112,95)
#4B5A4D
(75,90,77)
#39443B
(57,68,59)
#272E29
(39,46,41)
#151817
(21,24,23)
#000000
(0,0,0)

Tints of #C9F4CB

#C9F4CB
(201,244,203)
#CDF5CF
(205,245,207)
#D1F6D3
(209,246,211)
#D5F7D7
(213,247,215)
#D9F8DB
(217,248,219)
#DDF9DF
(221,249,223)
#E1FAE3
(225,250,227)
#E5FBE7
(229,251,231)
#E9FCEB
(233,252,235)
#EDFDEF
(237,253,239)
#F1FEF3
(241,254,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C9F4CB color. Also use rgb(201,244,203) instead hex code.

Text Font Color

.myTextColor { color: #C9F4CB; }

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

This text font color is #C9F4CB.


Background Color

.myBgColor { background-color: #C9F4CB; }

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

This div background color is #C9F4CB.


Border color

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

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

This div border color is #C9F4CB.


Opacity

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

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

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

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

This text has shadow with #C9F4CB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C9F4CB on black background.


Color preview on white background

This text has color #C9F4CB on white background.



Black color preview on #C9F4CB background

This text has black color on #C9F4CB background.


White color preview on #C9F4CB background

This text has white color on #C9F4CB background.