COLOR #C9D16D

HEX: #C9D16D RGB: (201,209,109)

Color info

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

RGB color model

#C9D16D color RGB value is (201,209,109).

RGB: (201,209,109) (79%, 82%, 43%)

RGB channels and saturation

R 201 of 255 = 79%
G 209 of 255 = 82%
B 109 of 255 = 43%

201
209
109

R + G + B ~ 68%. #C9D16D is quite light color.

Portions of RGB colors in percentages

R + G + B = 201 + 209 + 109 = 519 (100%)
R 201 of 519 ~ 38.73%
G 209 of 519 ~ 40.27%
B 109 of 519 ~ 21'%

%38.73
%40.27
%21

CMYK color model

#C9D16D color CMYK value is (4,0,48,18).

  • cyan value is 3.83%
  • magenta value is 0.00%
  • yellow value is 47.85%
  • key color value is 18.04%

CMYK: (4,0,48,18)
C4M0Y48K18 (4%, 0%, 48%, 18%)
(0.04 / 0.00 / 0.48 / 0.18)

CMYK percentages

%3.83
%0
%47.85
%18.04

Codes

Color #C9D16D in popluar color models

C9 D1 6D
RGB 201 209 109
HSL 65° 52.08% 62.35%
HSB/HSV 65° 47.85% 81.96%
CMYK 3.83% 0.00% 47.85%
18.04%

Color #C9D16D in popluar number systems.

HEX C9 D1 6D
Decimal 201 209 109
Binary 11001001 11010001 1101101
Octal 311 321 155

Shades and tints

Shades of #C9D16D

#C9D16D
(201,209,109)
#B7BE64
(183,190,100)
#A5AB5B
(165,171,91)
#939852
(147,152,82)
#818549
(129,133,73)
#6F7240
(111,114,64)
#5D5F37
(93,95,55)
#4B4C2E
(75,76,46)
#393925
(57,57,37)
#27261C
(39,38,28)
#151313
(21,19,19)
#000000
(0,0,0)

Tints of #C9D16D

#C9D16D
(201,209,109)
#CDD57A
(205,213,122)
#D1D987
(209,217,135)
#D5DD94
(213,221,148)
#D9E1A1
(217,225,161)
#DDE5AE
(221,229,174)
#E1E9BB
(225,233,187)
#E5EDC8
(229,237,200)
#E9F1D5
(233,241,213)
#EDF5E2
(237,245,226)
#F1F9EF
(241,249,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C9D16D color. Also use rgb(201,209,109) instead hex code.

Text Font Color

.myTextColor { color: #C9D16D; }

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

This text font color is #C9D16D.

Background Color

.myBgColor { background-color: #C9D16D; }

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

This div background color is #C9D16D.

Border color

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

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

This div border color is #C9D16D.

Opacity

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

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

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

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

This text has shadow with #C9D16D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C9D16D.

Preview

Color preview on black background

This text has color #C9D16D on black background.


Color preview on white background

This text has color #C9D16D on white background.


Black color preview on #C9D16D background

This text has black color on #C9D16D background.


White color preview on #C9D16D background

This text has white color on #C9D16D background.


Related colors

Complementary color

Complementary color for #hex is #362E92.


I love getcolorcode.com

Triadic colors

1 #6DC9D1 and #D16DC9 with #C9D16D are triadic colors.

2 #6DD1C9 and #D1C96D with #C9D16D are triadic colors.