COLOR #C9D498

HEX: #C9D498 RGB: (201,212,152)

Color info

#C9D498 contains mainly red and green colors. Web safe color of #C9D498 is #CCCC99 (or #CC9).

RGB color model

#C9D498 color RGB value is (201,212,152).

RGB: (201,212,152) (79%, 83%, 60%)

RGB channels and saturation

R 201 of 255 = 79%
G 212 of 255 = 83%
B 152 of 255 = 60%

201
212
152

R + G + B ~ 74%. #C9D498 is quite light color.

Portions of RGB colors in percentages

R + G + B = 201 + 212 + 152 = 565 (100%)
R 201 of 565 ~ 35.58%
G 212 of 565 ~ 37.52%
B 152 of 565 ~ 26.9'%

%35.58
%37.52
%26.9

CMYK color model

#C9D498 color CMYK value is (5,0,28,17).

  • cyan value is 5.19%
  • magenta value is 0.00%
  • yellow value is 28.30%
  • key color value is 16.86%
CMYK: (5,0,28,17) C5M0Y28K17 (5%,0%,28%,17%) (0.05/0.00/0.28/0.17) 

CMYK percentages

%5.19
%0
%28.3
%16.86

Codes

Color #C9D498 in popluar color models

C9 D4 98
RGB 201 212 152
HSL 71° 41.10% 71.37%
HSB/HSV 71° 28.30% 83.14%
CMYK 5.19% 0.00% 28.30%
16.86%

Color #C9D498 in popluar number systems.

HEX C9 D4 98
Decimal 201 212 152
Binary 11001001 11010100 10011000
Octal 311 324 230

Shades and tints

Shades of #C9D498

#C9D498
(201,212,152)
#B7C18B
(183,193,139)
#A5AE7E
(165,174,126)
#939B71
(147,155,113)
#818864
(129,136,100)
#6F7557
(111,117,87)
#5D624A
(93,98,74)
#4B4F3D
(75,79,61)
#393C30
(57,60,48)
#272923
(39,41,35)
#151616
(21,22,22)
#000000
(0,0,0)

Tints of #C9D498

#C9D498
(201,212,152)
#CDD7A1
(205,215,161)
#D1DAAA
(209,218,170)
#D5DDB3
(213,221,179)
#D9E0BC
(217,224,188)
#DDE3C5
(221,227,197)
#E1E6CE
(225,230,206)
#E5E9D7
(229,233,215)
#E9ECE0
(233,236,224)
#EDEFE9
(237,239,233)
#F1F2F2
(241,242,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C9D498; }

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

This text font color is #C9D498.

Background Color

.myBgColor { background-color: #C9D498; }

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

This div background color is #C9D498.

Border color

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

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

This div border color is #C9D498.

Opacity

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

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

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

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

This text has shadow with #C9D498 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C9D498.

Preview

Color preview on black background

This text has color #C9D498 on black background.


Color preview on white background

This text has color #C9D498 on white background.


Black color preview on #C9D498 background

This text has black color on #C9D498 background.


White color preview on #C9D498 background

This text has white color on #C9D498 background.


Related colors

Complementary color

Complementary color for #hex is #362B67.


I love getcolorcode.com

Triadic colors

1 #98C9D4 and #D498C9 with #C9D498 are triadic colors.

2 #98D4C9 and #D4C998 with #C9D498 are triadic colors.