COLOR #C5C99D

HEX: #C5C99D RGB: (197,201,157)

Color info

#C5C99D contains red, green and blue colors in about the same proportion. Web safe color of #C5C99D is #CCCC99 (or #CC9).

RGB color model

#C5C99D color RGB value is (197,201,157).

RGB: (197,201,157) (77%, 79%, 62%)

RGB channels and saturation

R 197 of 255 = 77%
G 201 of 255 = 79%
B 157 of 255 = 62%

197
201
157

R + G + B ~ 73%. #C5C99D is quite light color.

Portions of RGB colors in percentages

R + G + B = 197 + 201 + 157 = 555 (100%)
R 197 of 555 ~ 35.5%
G 201 of 555 ~ 36.22%
B 157 of 555 ~ 28.29'%

%35.5
%36.22
%28.29

CMYK color model

#C5C99D color CMYK value is (2,0,22,21).

  • cyan value is 1.99%
  • magenta value is 0.00%
  • yellow value is 21.89%
  • key color value is 21.18%

CMYK: (2,0,22,21)
C2M0Y22K21 (2%, 0%, 22%, 21%)
(0.02 / 0.00 / 0.22 / 0.21)

CMYK percentages

%1.99
%0
%21.89
%21.18

Codes

Color #C5C99D in popluar color models

C5 C9 9D
RGB 197 201 157
HSL 65° 28.95% 70.20%
HSB/HSV 65° 21.89% 78.82%
CMYK 1.99% 0.00% 21.89%
21.18%

Color #C5C99D in popluar number systems.

HEX C5 C9 9D
Decimal 197 201 157
Binary 11000101 11001001 10011101
Octal 305 311 235

Shades and tints

Shades of #C5C99D

#C5C99D
(197,201,157)
#B4B78F
(180,183,143)
#A3A581
(163,165,129)
#929373
(146,147,115)
#818165
(129,129,101)
#706F57
(112,111,87)
#5F5D49
(95,93,73)
#4E4B3B
(78,75,59)
#3D392D
(61,57,45)
#2C271F
(44,39,31)
#1B1511
(27,21,17)
#000000
(0,0,0)

Tints of #C5C99D

#C5C99D
(197,201,157)
#CACDA5
(202,205,165)
#CFD1AD
(207,209,173)
#D4D5B5
(212,213,181)
#D9D9BD
(217,217,189)
#DEDDC5
(222,221,197)
#E3E1CD
(227,225,205)
#E8E5D5
(232,229,213)
#EDE9DD
(237,233,221)
#F2EDE5
(242,237,229)
#F7F1ED
(247,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C5C99D color. Also use rgb(197,201,157) instead hex code.

Text Font Color

.myTextColor { color: #C5C99D; }

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

This text font color is #C5C99D.

Background Color

.myBgColor { background-color: #C5C99D; }

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

This div background color is #C5C99D.

Border color

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

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

This div border color is #C5C99D.

Opacity

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

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

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

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

This text has shadow with #C5C99D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C5C99D.

Preview

Color preview on black background

This text has color #C5C99D on black background.


Color preview on white background

This text has color #C5C99D on white background.


Black color preview on #C5C99D background

This text has black color on #C5C99D background.


White color preview on #C5C99D background

This text has white color on #C5C99D background.


Related colors

Complementary color

Complementary color for #hex is #3A3662.


I love getcolorcode.com

Triadic colors

1 #9DC5C9 and #C99DC5 with #C5C99D are triadic colors.

2 #9DC9C5 and #C9C59D with #C5C99D are triadic colors.