COLOR #C9F2BE

HEX: #C9F2BE
RGB: (201,242,190)

Color info

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

RGB color model

#C9F2BE color RGB value is (201,242,190).

  • red value is 201;
  • green value is 242;
  • blue value is 190.
RGB:
(201,242,190)
(79%,95%,75%)

RGB channels and saturation

R 201 of 255 = 79%
G 242 of 255 = 95%
B 190 of 255 = 75%

201
242
190

R + G + B ~ 83%. #C9F2BE is quite light color.

Portions of RGB colors in percentages

R + G + B =
201 + 242 + 190 = 633 (100%)
R 201 of 633 ~ 31.75%
G 242 of 633 ~ 38.23%
B 190 of 633 ~ 30.02%

%31.75
%38.23
%30.02

CMYK color model

#C9F2BE color CMYK value is (17,0,21,5).

  • cyan value is 16.94%
  • magenta value is 0.00%
  • yellow value is 21.49%
  • key color value is 5.10%
CMYK:
(17,0,21,5)
C17M0Y21K5 
(17%,0%,21%,5%)
(0.17/0.00/0.21/0.05)	

CMYK percentages

%16.94
%0
%21.49
%5.1

Codes

Color #C9F2BE in popluar color models

C9F2BE
RGB201242190
HSL107°66.67%84.71%
HSB/HSV107°21.49%94.90%
CMYK16.94%0.00%21.49%
5.10%

Color #C9F2BE in popluar number systems.

HEXC9F2BE
Decimal201242190
Binary110010011111001010111110
Octal311362276

Shades and tints

Shades of #C9F2BE

#C9F2BE
(201,242,190)
#B7DCAD
(183,220,173)
#A5C69C
(165,198,156)
#93B08B
(147,176,139)
#819A7A
(129,154,122)
#6F8469
(111,132,105)
#5D6E58
(93,110,88)
#4B5847
(75,88,71)
#394236
(57,66,54)
#272C25
(39,44,37)
#151614
(21,22,20)
#000000
(0,0,0)

Tints of #C9F2BE

#C9F2BE
(201,242,190)
#CDF3C3
(205,243,195)
#D1F4C8
(209,244,200)
#D5F5CD
(213,245,205)
#D9F6D2
(217,246,210)
#DDF7D7
(221,247,215)
#E1F8DC
(225,248,220)
#E5F9E1
(229,249,225)
#E9FAE6
(233,250,230)
#EDFBEB
(237,251,235)
#F1FCF0
(241,252,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C9F2BE color. Also use rgb(201,242,190) instead hex code.

Text Font Color

.myTextColor { color: #C9F2BE; }

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

This text font color is #C9F2BE.


Background Color

.myBgColor { background-color: #C9F2BE; }

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

This div background color is #C9F2BE.


Border color

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

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

This div border color is #C9F2BE.


Opacity

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

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

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

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

This text has shadow with #C9F2BE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C9F2BE on black background.


Color preview on white background

This text has color #C9F2BE on white background.



Black color preview on #C9F2BE background

This text has black color on #C9F2BE background.


White color preview on #C9F2BE background

This text has white color on #C9F2BE background.