COLOR #C5C99F

HEX: #C5C99F RGB: (197,201,159)

Color info

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

RGB color model

#C5C99F color RGB value is (197,201,159).

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

RGB channels and saturation

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

197
201
159

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

Portions of RGB colors in percentages

R + G + B = 197 + 201 + 159 = 557 (100%)
R 197 of 557 ~ 35.37%
G 201 of 557 ~ 36.09%
B 159 of 557 ~ 28.55'%

%35.37
%36.09
%28.55

CMYK color model

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

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

CMYK: (2,0,21,21)
C2M0Y21K21 (2%, 0%, 21%, 21%)
(0.02 / 0.00 / 0.21 / 0.21)

CMYK percentages

%1.99
%0
%20.9
%21.18

Codes

Color #C5C99F in popluar color models

C5 C9 9F
RGB 197 201 159
HSL 66° 28.00% 70.59%
HSB/HSV 66° 20.90% 78.82%
CMYK 1.99% 0.00% 20.90%
21.18%

Color #C5C99F in popluar number systems.

HEX C5 C9 9F
Decimal 197 201 159
Binary 11000101 11001001 10011111
Octal 305 311 237

Shades and tints

Shades of #C5C99F

#C5C99F
(197,201,159)
#B4B791
(180,183,145)
#A3A583
(163,165,131)
#929375
(146,147,117)
#818167
(129,129,103)
#706F59
(112,111,89)
#5F5D4B
(95,93,75)
#4E4B3D
(78,75,61)
#3D392F
(61,57,47)
#2C2721
(44,39,33)
#1B1513
(27,21,19)
#000000
(0,0,0)

Tints of #C5C99F

#C5C99F
(197,201,159)
#CACDA7
(202,205,167)
#CFD1AF
(207,209,175)
#D4D5B7
(212,213,183)
#D9D9BF
(217,217,191)
#DEDDC7
(222,221,199)
#E3E1CF
(227,225,207)
#E8E5D7
(232,229,215)
#EDE9DF
(237,233,223)
#F2EDE7
(242,237,231)
#F7F1EF
(247,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C5C99F; }

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

This text font color is #C5C99F.

Background Color

.myBgColor { background-color: #C5C99F; }

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

This div background color is #C5C99F.

Border color

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

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

This div border color is #C5C99F.

Opacity

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

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

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

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

This text has shadow with #C5C99F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C5C99F.

Preview

Color preview on black background

This text has color #C5C99F on black background.


Color preview on white background

This text has color #C5C99F on white background.


Black color preview on #C5C99F background

This text has black color on #C5C99F background.


White color preview on #C5C99F background

This text has white color on #C5C99F background.


Related colors

Complementary color

Complementary color for #hex is #3A3660.


I love getcolorcode.com

Triadic colors

1 #9FC5C9 and #C99FC5 with #C5C99F are triadic colors.

2 #9FC9C5 and #C9C59F with #C5C99F are triadic colors.