COLOR #C9F4BE

HEX: #C9F4BE
RGB: (201,244,190)

Color info

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

RGB color model

#C9F4BE color RGB value is (201,244,190).

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

RGB channels and saturation

R 201 of 255 = 79%
G 244 of 255 = 96%
B 190 of 255 = 75%

201
244
190

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

Portions of RGB colors in percentages

R + G + B =
201 + 244 + 190 = 635 (100%)
R 201 of 635 ~ 31.65%
G 244 of 635 ~ 38.43%
B 190 of 635 ~ 29.92%

%31.65
%38.43
%29.92

CMYK color model

#C9F4BE color CMYK value is (18,0,22,4).

  • cyan value is 17.62%
  • magenta value is 0.00%
  • yellow value is 22.13%
  • key color value is 4.31%
CMYK:
(18,0,22,4)
C18M0Y22K4 
(18%,0%,22%,4%)
(0.18/0.00/0.22/0.04)	

CMYK percentages

%17.62
%0
%22.13
%4.31

Codes

Color #C9F4BE in popluar color models

C9F4BE
RGB201244190
HSL108°71.05%85.10%
HSB/HSV108°22.13%95.69%
CMYK17.62%0.00%22.13%
4.31%

Color #C9F4BE in popluar number systems.

HEXC9F4BE
Decimal201244190
Binary110010011111010010111110
Octal311364276

Shades and tints

Shades of #C9F4BE

#C9F4BE
(201,244,190)
#B7DEAD
(183,222,173)
#A5C89C
(165,200,156)
#93B28B
(147,178,139)
#819C7A
(129,156,122)
#6F8669
(111,134,105)
#5D7058
(93,112,88)
#4B5A47
(75,90,71)
#394436
(57,68,54)
#272E25
(39,46,37)
#151814
(21,24,20)
#000000
(0,0,0)

Tints of #C9F4BE

#C9F4BE
(201,244,190)
#CDF5C3
(205,245,195)
#D1F6C8
(209,246,200)
#D5F7CD
(213,247,205)
#D9F8D2
(217,248,210)
#DDF9D7
(221,249,215)
#E1FADC
(225,250,220)
#E5FBE1
(229,251,225)
#E9FCE6
(233,252,230)
#EDFDEB
(237,253,235)
#F1FEF0
(241,254,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C9F4BE; }

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

This text font color is #C9F4BE.


Background Color

.myBgColor { background-color: #C9F4BE; }

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

This div background color is #C9F4BE.


Border color

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

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

This div border color is #C9F4BE.


Opacity

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

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

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

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

This text has shadow with #C9F4BE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C9F4BE on black background.


Color preview on white background

This text has color #C9F4BE on white background.



Black color preview on #C9F4BE background

This text has black color on #C9F4BE background.


White color preview on #C9F4BE background

This text has white color on #C9F4BE background.