COLOR #C9F0BB

HEX: #C9F0BB RGB: (201,240,187)

Color info

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

RGB color model

#C9F0BB color RGB value is (201,240,187).

RGB: (201,240,187) (79%, 94%, 73%)

RGB channels and saturation

R 201 of 255 = 79%
G 240 of 255 = 94%
B 187 of 255 = 73%

201
240
187

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

Portions of RGB colors in percentages

R + G + B = 201 + 240 + 187 = 628 (100%)
R 201 of 628 ~ 32.01%
G 240 of 628 ~ 38.22%
B 187 of 628 ~ 29.78'%

%32.01
%38.22
%29.78

CMYK color model

#C9F0BB color CMYK value is (16,0,22,6).

  • cyan value is 16.25%
  • magenta value is 0.00%
  • yellow value is 22.08%
  • key color value is 5.88%
CMYK: (16,0,22,6) C16M0Y22K6 (16%,0%,22%,6%) (0.16/0.00/0.22/0.06) 

CMYK percentages

%16.25
%0
%22.08
%5.88

Codes

Color #C9F0BB in popluar color models

C9 F0 BB
RGB 201 240 187
HSL 104° 63.86% 83.73%
HSB/HSV 104° 22.08% 94.12%
CMYK 16.25% 0.00% 22.08%
5.88%

Color #C9F0BB in popluar number systems.

HEX C9 F0 BB
Decimal 201 240 187
Binary 11001001 11110000 10111011
Octal 311 360 273

Shades and tints

Shades of #C9F0BB

#C9F0BB
(201,240,187)
#B7DBAA
(183,219,170)
#A5C699
(165,198,153)
#93B188
(147,177,136)
#819C77
(129,156,119)
#6F8766
(111,135,102)
#5D7255
(93,114,85)
#4B5D44
(75,93,68)
#394833
(57,72,51)
#273322
(39,51,34)
#151E11
(21,30,17)
#000000
(0,0,0)

Tints of #C9F0BB

#C9F0BB
(201,240,187)
#CDF1C1
(205,241,193)
#D1F2C7
(209,242,199)
#D5F3CD
(213,243,205)
#D9F4D3
(217,244,211)
#DDF5D9
(221,245,217)
#E1F6DF
(225,246,223)
#E5F7E5
(229,247,229)
#E9F8EB
(233,248,235)
#EDF9F1
(237,249,241)
#F1FAF7
(241,250,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C9F0BB color. Also use rgb(201,240,187) instead hex code.

Text Font Color

.myTextColor { color: #C9F0BB; }

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

This text font color is #C9F0BB.

Background Color

.myBgColor { background-color: #C9F0BB; }

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

This div background color is #C9F0BB.

Border color

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

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

This div border color is #C9F0BB.

Opacity

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

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

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

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

This text has shadow with #C9F0BB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C9F0BB.

Preview

Color preview on black background

This text has color #C9F0BB on black background.


Color preview on white background

This text has color #C9F0BB on white background.


Black color preview on #C9F0BB background

This text has black color on #C9F0BB background.


White color preview on #C9F0BB background

This text has white color on #C9F0BB background.


Related colors

Complementary color

Complementary color for #hex is #360F44.


I love getcolorcode.com

Triadic colors

1 #BBC9F0 and #F0BBC9 with #C9F0BB are triadic colors.

2 #BBF0C9 and #F0C9BB with #C9F0BB are triadic colors.