COLOR #C9F1B4

HEX: #C9F1B4
RGB: (201,241,180)

Color info

#C9F1B4 contains mainly red and green colors. Web safe color of #C9F1B4 is #CCFFCC (or #CFC).

RGB color model

#C9F1B4 color RGB value is (201,241,180).

  • red value is 201;
  • green value is 241;
  • blue value is 180.
RGB:
(201,241,180)
(79%,95%,71%)

RGB channels and saturation

R 201 of 255 = 79%
G 241 of 255 = 95%
B 180 of 255 = 71%

201
241
180

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

Portions of RGB colors in percentages

R + G + B =
201 + 241 + 180 = 622 (100%)
R 201 of 622 ~ 32.32%
G 241 of 622 ~ 38.75%
B 180 of 622 ~ 28.94%

%32.32
%38.75
%28.94

CMYK color model

#C9F1B4 color CMYK value is (17,0,25,5).

  • cyan value is 16.60%
  • magenta value is 0.00%
  • yellow value is 25.31%
  • key color value is 5.49%
CMYK:
(17,0,25,5)
C17M0Y25K5 
(17%,0%,25%,5%)
(0.17/0.00/0.25/0.05)	

CMYK percentages

%16.6
%0
%25.31
%5.49

Codes

Color #C9F1B4 in popluar color models

C9F1B4
RGB201241180
HSL99°68.54%82.55%
HSB/HSV99°25.31%94.51%
CMYK16.60%0.00%25.31%
5.49%

Color #C9F1B4 in popluar number systems.

HEXC9F1B4
Decimal201241180
Binary110010011111000110110100
Octal311361264

Shades and tints

Shades of #C9F1B4

#C9F1B4
(201,241,180)
#B7DCA4
(183,220,164)
#A5C794
(165,199,148)
#93B284
(147,178,132)
#819D74
(129,157,116)
#6F8864
(111,136,100)
#5D7354
(93,115,84)
#4B5E44
(75,94,68)
#394934
(57,73,52)
#273424
(39,52,36)
#151F14
(21,31,20)
#000000
(0,0,0)

Tints of #C9F1B4

#C9F1B4
(201,241,180)
#CDF2BA
(205,242,186)
#D1F3C0
(209,243,192)
#D5F4C6
(213,244,198)
#D9F5CC
(217,245,204)
#DDF6D2
(221,246,210)
#E1F7D8
(225,247,216)
#E5F8DE
(229,248,222)
#E9F9E4
(233,249,228)
#EDFAEA
(237,250,234)
#F1FBF0
(241,251,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C9F1B4 color. Also use rgb(201,241,180) instead hex code.

Text Font Color

.myTextColor { color: #C9F1B4; }

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

This text font color is #C9F1B4.


Background Color

.myBgColor { background-color: #C9F1B4; }

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

This div background color is #C9F1B4.


Border color

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

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

This div border color is #C9F1B4.


Opacity

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

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

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

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

This text has shadow with #C9F1B4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C9F1B4 on black background.


Color preview on white background

This text has color #C9F1B4 on white background.



Black color preview on #C9F1B4 background

This text has black color on #C9F1B4 background.


White color preview on #C9F1B4 background

This text has white color on #C9F1B4 background.