COLOR #C5C999

HEX: #C5C999
RGB: (197,201,153)

Color info

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

RGB color model

#C5C999 color RGB value is (197,201,153).

  • red value is 197;
  • green value is 201;
  • blue value is 153.
RGB:
(197,201,153)
(77%,79%,60%)

RGB channels and saturation

R 197 of 255 = 77%
G 201 of 255 = 79%
B 153 of 255 = 60%

197
201
153

R + G + B ~ 72%. #C5C999 is quite light color.

Portions of RGB colors in percentages

R + G + B =
197 + 201 + 153 = 551 (100%)
R 197 of 551 ~ 35.75%
G 201 of 551 ~ 36.48%
B 153 of 551 ~ 27.77%

%35.75
%36.48
%27.77

CMYK color model

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

  • cyan value is 1.99%
  • magenta value is 0.00%
  • yellow value is 23.88%
  • key color value is 21.18%
CMYK:
(2,0,24,21)
C2M0Y24K21 
(2%,0%,24%,21%)
(0.02/0.00/0.24/0.21)	

CMYK percentages

%1.99
%0
%23.88
%21.18

Codes

Color #C5C999 in popluar color models

C5C999
RGB197201153
HSL65°30.77%69.41%
HSB/HSV65°23.88%78.82%
CMYK1.99%0.00%23.88%
21.18%

Color #C5C999 in popluar number systems.

HEXC5C999
Decimal197201153
Binary110001011100100110011001
Octal305311231

Shades and tints

Shades of #C5C999

#C5C999
(197,201,153)
#B4B78C
(180,183,140)
#A3A57F
(163,165,127)
#929372
(146,147,114)
#818165
(129,129,101)
#706F58
(112,111,88)
#5F5D4B
(95,93,75)
#4E4B3E
(78,75,62)
#3D3931
(61,57,49)
#2C2724
(44,39,36)
#1B1517
(27,21,23)
#000000
(0,0,0)

Tints of #C5C999

#C5C999
(197,201,153)
#CACDA2
(202,205,162)
#CFD1AB
(207,209,171)
#D4D5B4
(212,213,180)
#D9D9BD
(217,217,189)
#DEDDC6
(222,221,198)
#E3E1CF
(227,225,207)
#E8E5D8
(232,229,216)
#EDE9E1
(237,233,225)
#F2EDEA
(242,237,234)
#F7F1F3
(247,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C5C999; }

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

This text font color is #C5C999.


Background Color

.myBgColor { background-color: #C5C999; }

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

This div background color is #C5C999.


Border color

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

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

This div border color is #C5C999.


Opacity

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

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

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

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

This text has shadow with #C5C999 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5C999 on black background.


Color preview on white background

This text has color #C5C999 on white background.



Black color preview on #C5C999 background

This text has black color on #C5C999 background.


White color preview on #C5C999 background

This text has white color on #C5C999 background.