COLOR #C9D37D

HEX: #C9D37D RGB: (201,211,125)

Color info

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

RGB color model

#C9D37D color RGB value is (201,211,125).

RGB: (201,211,125) (79%, 83%, 49%)

RGB channels and saturation

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

201
211
125

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

Portions of RGB colors in percentages

R + G + B = 201 + 211 + 125 = 537 (100%)
R 201 of 537 ~ 37.43%
G 211 of 537 ~ 39.29%
B 125 of 537 ~ 23.28'%

%37.43
%39.29
%23.28

CMYK color model

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

  • cyan value is 4.74%
  • magenta value is 0.00%
  • yellow value is 40.76%
  • 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
%40.76
%17.25

Codes

Color #C9D37D in popluar color models

C9 D3 7D
RGB 201 211 125
HSL 67° 49.43% 65.88%
HSB/HSV 67° 40.76% 82.75%
CMYK 4.74% 0.00% 40.76%
17.25%

Color #C9D37D in popluar number systems.

HEX C9 D3 7D
Decimal 201 211 125
Binary 11001001 11010011 1111101
Octal 311 323 175

Shades and tints

Shades of #C9D37D

#C9D37D
(201,211,125)
#B7C072
(183,192,114)
#A5AD67
(165,173,103)
#939A5C
(147,154,92)
#818751
(129,135,81)
#6F7446
(111,116,70)
#5D613B
(93,97,59)
#4B4E30
(75,78,48)
#393B25
(57,59,37)
#27281A
(39,40,26)
#15150F
(21,21,15)
#000000
(0,0,0)

Tints of #C9D37D

#C9D37D
(201,211,125)
#CDD788
(205,215,136)
#D1DB93
(209,219,147)
#D5DF9E
(213,223,158)
#D9E3A9
(217,227,169)
#DDE7B4
(221,231,180)
#E1EBBF
(225,235,191)
#E5EFCA
(229,239,202)
#E9F3D5
(233,243,213)
#EDF7E0
(237,247,224)
#F1FBEB
(241,251,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C9D37D; }

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

This text font color is #C9D37D.

Background Color

.myBgColor { background-color: #C9D37D; }

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

This div background color is #C9D37D.

Border color

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

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

This div border color is #C9D37D.

Opacity

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

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

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

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

This text has shadow with #C9D37D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C9D37D.

Preview

Color preview on black background

This text has color #C9D37D on black background.


Color preview on white background

This text has color #C9D37D on white background.


Black color preview on #C9D37D background

This text has black color on #C9D37D background.


White color preview on #C9D37D background

This text has white color on #C9D37D background.


Related colors

Complementary color

Complementary color for #hex is #362C82.


I love getcolorcode.com

Triadic colors

1 #7DC9D3 and #D37DC9 with #C9D37D are triadic colors.

2 #7DD3C9 and #D3C97D with #C9D37D are triadic colors.