COLOR #C9D480

HEX: #C9D480 RGB: (201,212,128)

Color info

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

RGB color model

#C9D480 color RGB value is (201,212,128).

RGB: (201,212,128) (79%, 83%, 50%)

RGB channels and saturation

R 201 of 255 = 79%
G 212 of 255 = 83%
B 128 of 255 = 50%

201
212
128

R + G + B ~ 71%. #C9D480 is quite light color.

Portions of RGB colors in percentages

R + G + B = 201 + 212 + 128 = 541 (100%)
R 201 of 541 ~ 37.15%
G 212 of 541 ~ 39.19%
B 128 of 541 ~ 23.66'%

%37.15
%39.19
%23.66

CMYK color model

#C9D480 color CMYK value is (5,0,40,17).

  • cyan value is 5.19%
  • magenta value is 0.00%
  • yellow value is 39.62%
  • key color value is 16.86%
CMYK: (5,0,40,17) C5M0Y40K17 (5%,0%,40%,17%) (0.05/0.00/0.40/0.17) 

CMYK percentages

%5.19
%0
%39.62
%16.86

Codes

Color #C9D480 in popluar color models

C9 D4 80
RGB 201 212 128
HSL 68° 49.41% 66.67%
HSB/HSV 68° 39.62% 83.14%
CMYK 5.19% 0.00% 39.62%
16.86%

Color #C9D480 in popluar number systems.

HEX C9 D4 80
Decimal 201 212 128
Binary 11001001 11010100 10000000
Octal 311 324 200

Shades and tints

Shades of #C9D480

#C9D480
(201,212,128)
#B7C175
(183,193,117)
#A5AE6A
(165,174,106)
#939B5F
(147,155,95)
#818854
(129,136,84)
#6F7549
(111,117,73)
#5D623E
(93,98,62)
#4B4F33
(75,79,51)
#393C28
(57,60,40)
#27291D
(39,41,29)
#151612
(21,22,18)
#000000
(0,0,0)

Tints of #C9D480

#C9D480
(201,212,128)
#CDD78B
(205,215,139)
#D1DA96
(209,218,150)
#D5DDA1
(213,221,161)
#D9E0AC
(217,224,172)
#DDE3B7
(221,227,183)
#E1E6C2
(225,230,194)
#E5E9CD
(229,233,205)
#E9ECD8
(233,236,216)
#EDEFE3
(237,239,227)
#F1F2EE
(241,242,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C9D480 color. Also use rgb(201,212,128) instead hex code.

Text Font Color

.myTextColor { color: #C9D480; }

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

This text font color is #C9D480.

Background Color

.myBgColor { background-color: #C9D480; }

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

This div background color is #C9D480.

Border color

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

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

This div border color is #C9D480.

Opacity

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

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

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

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

This text has shadow with #C9D480 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C9D480.

Preview

Color preview on black background

This text has color #C9D480 on black background.


Color preview on white background

This text has color #C9D480 on white background.


Black color preview on #C9D480 background

This text has black color on #C9D480 background.


White color preview on #C9D480 background

This text has white color on #C9D480 background.


Related colors

Complementary color

Complementary color for #hex is #362B7F.


I love getcolorcode.com

Triadic colors

1 #80C9D4 and #D480C9 with #C9D480 are triadic colors.

2 #80D4C9 and #D4C980 with #C9D480 are triadic colors.