COLOR #C9F186

HEX: #C9F186
RGB: (201,241,134)

Color info

#C9F186 contains mainly red and green colors. Web safe color of #C9F186 is #CCFF99 (or #CF9).

RGB color model

#C9F186 color RGB value is (201,241,134).

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

RGB channels and saturation

R 201 of 255 = 79%
G 241 of 255 = 95%
B 134 of 255 = 53%

201
241
134

R + G + B ~ 76%. #C9F186 is quite light color.

Portions of RGB colors in percentages

R + G + B =
201 + 241 + 134 = 576 (100%)
R 201 of 576 ~ 34.9%
G 241 of 576 ~ 41.84%
B 134 of 576 ~ 23.26%

%34.9
%41.84
%23.26

CMYK color model

#C9F186 color CMYK value is (17,0,44,5).

  • cyan value is 16.60%
  • magenta value is 0.00%
  • yellow value is 44.40%
  • key color value is 5.49%
CMYK:
(17,0,44,5)
C17M0Y44K5 
(17%,0%,44%,5%)
(0.17/0.00/0.44/0.05)	

CMYK percentages

%16.6
%0
%44.4
%5.49

Codes

Color #C9F186 in popluar color models

C9F186
RGB201241134
HSL82°79.26%73.53%
HSB/HSV82°44.40%94.51%
CMYK16.60%0.00%44.40%
5.49%

Color #C9F186 in popluar number systems.

HEXC9F186
Decimal201241134
Binary110010011111000110000110
Octal311361206

Shades and tints

Shades of #C9F186

#C9F186
(201,241,134)
#B7DC7A
(183,220,122)
#A5C76E
(165,199,110)
#93B262
(147,178,98)
#819D56
(129,157,86)
#6F884A
(111,136,74)
#5D733E
(93,115,62)
#4B5E32
(75,94,50)
#394926
(57,73,38)
#27341A
(39,52,26)
#151F0E
(21,31,14)
#000000
(0,0,0)

Tints of #C9F186

#C9F186
(201,241,134)
#CDF291
(205,242,145)
#D1F39C
(209,243,156)
#D5F4A7
(213,244,167)
#D9F5B2
(217,245,178)
#DDF6BD
(221,246,189)
#E1F7C8
(225,247,200)
#E5F8D3
(229,248,211)
#E9F9DE
(233,249,222)
#EDFAE9
(237,250,233)
#F1FBF4
(241,251,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C9F186; }

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

This text font color is #C9F186.


Background Color

.myBgColor { background-color: #C9F186; }

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

This div background color is #C9F186.


Border color

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

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

This div border color is #C9F186.


Opacity

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

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

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

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

This text has shadow with #C9F186 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C9F186 on black background.


Color preview on white background

This text has color #C9F186 on white background.



Black color preview on #C9F186 background

This text has black color on #C9F186 background.


White color preview on #C9F186 background

This text has white color on #C9F186 background.