COLOR #C5C399

HEX: #C5C399
RGB: (197,195,153)

Color info

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

RGB color model

#C5C399 color RGB value is (197,195,153).

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

RGB channels and saturation

R 197 of 255 = 77%
G 195 of 255 = 76%
B 153 of 255 = 60%

197
195
153

R + G + B ~ 71%. #C5C399 is quite light color.

Portions of RGB colors in percentages

R + G + B =
197 + 195 + 153 = 545 (100%)
R 197 of 545 ~ 36.15%
G 195 of 545 ~ 35.78%
B 153 of 545 ~ 28.07%

%36.15
%35.78
%28.07

CMYK color model

#C5C399 color CMYK value is (0,1,22,23).

  • cyan value is 0.00%
  • magenta value is 1.02%
  • yellow value is 22.34%
  • key color value is 22.75%
CMYK:
(0,1,22,23)
C0M1Y22K23 
(0%,1%,22%,23%)
(0.00/0.01/0.22/0.23)	

CMYK percentages

%0
%1.02
%22.34
%22.75

Codes

Color #C5C399 in popluar color models

C5C399
RGB197195153
HSL57°27.50%68.63%
HSB/HSV57°22.34%77.25%
CMYK0.00%1.02%22.34%
22.75%

Color #C5C399 in popluar number systems.

HEXC5C399
Decimal197195153
Binary110001011100001110011001
Octal305303231

Shades and tints

Shades of #C5C399

#C5C399
(197,195,153)
#B4B28C
(180,178,140)
#A3A17F
(163,161,127)
#929072
(146,144,114)
#817F65
(129,127,101)
#706E58
(112,110,88)
#5F5D4B
(95,93,75)
#4E4C3E
(78,76,62)
#3D3B31
(61,59,49)
#2C2A24
(44,42,36)
#1B1917
(27,25,23)
#000000
(0,0,0)

Tints of #C5C399

#C5C399
(197,195,153)
#CAC8A2
(202,200,162)
#CFCDAB
(207,205,171)
#D4D2B4
(212,210,180)
#D9D7BD
(217,215,189)
#DEDCC6
(222,220,198)
#E3E1CF
(227,225,207)
#E8E6D8
(232,230,216)
#EDEBE1
(237,235,225)
#F2F0EA
(242,240,234)
#F7F5F3
(247,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C5C399; }

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

This text font color is #C5C399.


Background Color

.myBgColor { background-color: #C5C399; }

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

This div background color is #C5C399.


Border color

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

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

This div border color is #C5C399.


Opacity

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

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

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

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

This text has shadow with #C5C399 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5C399 on black background.


Color preview on white background

This text has color #C5C399 on white background.



Black color preview on #C5C399 background

This text has black color on #C5C399 background.


White color preview on #C5C399 background

This text has white color on #C5C399 background.