COLOR #C9DA91

HEX: #C9DA91 RGB: (201,218,145)

Color info

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

RGB color model

#C9DA91 color RGB value is (201,218,145).

RGB: (201,218,145) (79%, 85%, 57%)

RGB channels and saturation

R 201 of 255 = 79%
G 218 of 255 = 85%
B 145 of 255 = 57%

201
218
145

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

Portions of RGB colors in percentages

R + G + B = 201 + 218 + 145 = 564 (100%)
R 201 of 564 ~ 35.64%
G 218 of 564 ~ 38.65%
B 145 of 564 ~ 25.71'%

%35.64
%38.65
%25.71

CMYK color model

#C9DA91 color CMYK value is (8,0,33,15).

  • cyan value is 7.80%
  • magenta value is 0.00%
  • yellow value is 33.49%
  • key color value is 14.51%

CMYK: (8,0,33,15)
C8M0Y33K15 (8%, 0%, 33%, 15%)
(0.08 / 0.00 / 0.33 / 0.15)

CMYK percentages

%7.8
%0
%33.49
%14.51

Codes

Color #C9DA91 in popluar color models

C9 DA 91
RGB 201 218 145
HSL 74° 49.66% 71.18%
HSB/HSV 74° 33.49% 85.49%
CMYK 7.80% 0.00% 33.49%
14.51%

Color #C9DA91 in popluar number systems.

HEX C9 DA 91
Decimal 201 218 145
Binary 11001001 11011010 10010001
Octal 311 332 221

Shades and tints

Shades of #C9DA91

#C9DA91
(201,218,145)
#B7C784
(183,199,132)
#A5B477
(165,180,119)
#93A16A
(147,161,106)
#818E5D
(129,142,93)
#6F7B50
(111,123,80)
#5D6843
(93,104,67)
#4B5536
(75,85,54)
#394229
(57,66,41)
#272F1C
(39,47,28)
#151C0F
(21,28,15)
#000000
(0,0,0)

Tints of #C9DA91

#C9DA91
(201,218,145)
#CDDD9B
(205,221,155)
#D1E0A5
(209,224,165)
#D5E3AF
(213,227,175)
#D9E6B9
(217,230,185)
#DDE9C3
(221,233,195)
#E1ECCD
(225,236,205)
#E5EFD7
(229,239,215)
#E9F2E1
(233,242,225)
#EDF5EB
(237,245,235)
#F1F8F5
(241,248,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C9DA91 color. Also use rgb(201,218,145) instead hex code.

Text Font Color

.myTextColor { color: #C9DA91; }

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

This text font color is #C9DA91.

Background Color

.myBgColor { background-color: #C9DA91; }

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

This div background color is #C9DA91.

Border color

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

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

This div border color is #C9DA91.

Opacity

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

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

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

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

This text has shadow with #C9DA91 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C9DA91.

Preview

Color preview on black background

This text has color #C9DA91 on black background.


Color preview on white background

This text has color #C9DA91 on white background.


Black color preview on #C9DA91 background

This text has black color on #C9DA91 background.


White color preview on #C9DA91 background

This text has white color on #C9DA91 background.


Related colors

Complementary color

Complementary color for #hex is #36256E.


I love getcolorcode.com

Triadic colors

1 #91C9DA and #DA91C9 with #C9DA91 are triadic colors.

2 #91DAC9 and #DAC991 with #C9DA91 are triadic colors.