COLOR #C9F8BF

HEX: #C9F8BF
RGB: (201,248,191)

Color info

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

RGB color model

#C9F8BF color RGB value is (201,248,191).

  • red value is 201;
  • green value is 248;
  • blue value is 191.
RGB:
(201,248,191)
(79%,97%,75%)

RGB channels and saturation

R 201 of 255 = 79%
G 248 of 255 = 97%
B 191 of 255 = 75%

201
248
191

R + G + B ~ 84%. #C9F8BF is quite light color.

Portions of RGB colors in percentages

R + G + B =
201 + 248 + 191 = 640 (100%)
R 201 of 640 ~ 31.41%
G 248 of 640 ~ 38.75%
B 191 of 640 ~ 29.84%

%31.41
%38.75
%29.84

CMYK color model

#C9F8BF color CMYK value is (19,0,23,3).

  • cyan value is 18.95%
  • magenta value is 0.00%
  • yellow value is 22.98%
  • key color value is 2.75%
CMYK:
(19,0,23,3)
C19M0Y23K3 
(19%,0%,23%,3%)
(0.19/0.00/0.23/0.03)	

CMYK percentages

%18.95
%0
%22.98
%2.75

Codes

Color #C9F8BF in popluar color models

C9F8BF
RGB201248191
HSL109°80.28%86.08%
HSB/HSV109°22.98%97.25%
CMYK18.95%0.00%22.98%
2.75%

Color #C9F8BF in popluar number systems.

HEXC9F8BF
Decimal201248191
Binary110010011111100010111111
Octal311370277

Shades and tints

Shades of #C9F8BF

#C9F8BF
(201,248,191)
#B7E2AE
(183,226,174)
#A5CC9D
(165,204,157)
#93B68C
(147,182,140)
#81A07B
(129,160,123)
#6F8A6A
(111,138,106)
#5D7459
(93,116,89)
#4B5E48
(75,94,72)
#394837
(57,72,55)
#273226
(39,50,38)
#151C15
(21,28,21)
#000000
(0,0,0)

Tints of #C9F8BF

#C9F8BF
(201,248,191)
#CDF8C4
(205,248,196)
#D1F8C9
(209,248,201)
#D5F8CE
(213,248,206)
#D9F8D3
(217,248,211)
#DDF8D8
(221,248,216)
#E1F8DD
(225,248,221)
#E5F8E2
(229,248,226)
#E9F8E7
(233,248,231)
#EDF8EC
(237,248,236)
#F1F8F1
(241,248,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C9F8BF color. Also use rgb(201,248,191) instead hex code.

Text Font Color

.myTextColor { color: #C9F8BF; }

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

This text font color is #C9F8BF.


Background Color

.myBgColor { background-color: #C9F8BF; }

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

This div background color is #C9F8BF.


Border color

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

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

This div border color is #C9F8BF.


Opacity

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

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

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

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

This text has shadow with #C9F8BF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C9F8BF on black background.


Color preview on white background

This text has color #C9F8BF on white background.



Black color preview on #C9F8BF background

This text has black color on #C9F8BF background.


White color preview on #C9F8BF background

This text has white color on #C9F8BF background.