COLOR #C9D37C

HEX: #C9D37C
RGB: (201,211,124)

Color info

#C9D37C contains mainly red and green colors. Web safe color of #C9D37C is #CCCC66 (or #CC6).

RGB color model

#C9D37C color RGB value is (201,211,124).

  • red value is 201;
  • green value is 211;
  • blue value is 124.
RGB:
(201,211,124)
(79%,83%,49%)

RGB channels and saturation

R 201 of 255 = 79%
G 211 of 255 = 83%
B 124 of 255 = 49%

201
211
124

R + G + B ~ 70%. #C9D37C is quite light color.

Portions of RGB colors in percentages

R + G + B =
201 + 211 + 124 = 536 (100%)
R 201 of 536 ~ 37.5%
G 211 of 536 ~ 39.37%
B 124 of 536 ~ 23.13%

%37.5
%39.37
%23.13

CMYK color model

#C9D37C color CMYK value is (5,0,41,17).

  • cyan value is 4.74%
  • magenta value is 0.00%
  • yellow value is 41.23%
  • key color value is 17.25%
CMYK:
(5,0,41,17)
C5M0Y41K17 
(5%,0%,41%,17%)
(0.05/0.00/0.41/0.17)	

CMYK percentages

%4.74
%0
%41.23
%17.25

Codes

Color #C9D37C in popluar color models

C9D37C
RGB201211124
HSL67°49.71%65.69%
HSB/HSV67°41.23%82.75%
CMYK4.74%0.00%41.23%
17.25%

Color #C9D37C in popluar number systems.

HEXC9D37C
Decimal201211124
Binary11001001110100111111100
Octal311323174

Shades and tints

Shades of #C9D37C

#C9D37C
(201,211,124)
#B7C071
(183,192,113)
#A5AD66
(165,173,102)
#939A5B
(147,154,91)
#818750
(129,135,80)
#6F7445
(111,116,69)
#5D613A
(93,97,58)
#4B4E2F
(75,78,47)
#393B24
(57,59,36)
#272819
(39,40,25)
#15150E
(21,21,14)
#000000
(0,0,0)

Tints of #C9D37C

#C9D37C
(201,211,124)
#CDD787
(205,215,135)
#D1DB92
(209,219,146)
#D5DF9D
(213,223,157)
#D9E3A8
(217,227,168)
#DDE7B3
(221,231,179)
#E1EBBE
(225,235,190)
#E5EFC9
(229,239,201)
#E9F3D4
(233,243,212)
#EDF7DF
(237,247,223)
#F1FBEA
(241,251,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C9D37C color. Also use rgb(201,211,124) instead hex code.

Text Font Color

.myTextColor { color: #C9D37C; }

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

This text font color is #C9D37C.


Background Color

.myBgColor { background-color: #C9D37C; }

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

This div background color is #C9D37C.


Border color

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

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

This div border color is #C9D37C.


Opacity

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

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

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

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

This text has shadow with #C9D37C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C9D37C on black background.


Color preview on white background

This text has color #C9D37C on white background.



Black color preview on #C9D37C background

This text has black color on #C9D37C background.


White color preview on #C9D37C background

This text has white color on #C9D37C background.