COLOR #C5C696

HEX: #C5C696
RGB: (197,198,150)

Color info

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

RGB color model

#C5C696 color RGB value is (197,198,150).

  • red value is 197;
  • green value is 198;
  • blue value is 150.
RGB:
(197,198,150)
(77%,78%,59%)

RGB channels and saturation

R 197 of 255 = 77%
G 198 of 255 = 78%
B 150 of 255 = 59%

197
198
150

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

Portions of RGB colors in percentages

R + G + B =
197 + 198 + 150 = 545 (100%)
R 197 of 545 ~ 36.15%
G 198 of 545 ~ 36.33%
B 150 of 545 ~ 27.52%

%36.15
%36.33
%27.52

CMYK color model

#C5C696 color CMYK value is (1,0,24,22).

  • cyan value is 0.51%
  • magenta value is 0.00%
  • yellow value is 24.24%
  • key color value is 22.35%
CMYK:
(1,0,24,22)
C1M0Y24K22 
(1%,0%,24%,22%)
(0.01/0.00/0.24/0.22)	

CMYK percentages

%0.51
%0
%24.24
%22.35

Codes

Color #C5C696 in popluar color models

C5C696
RGB197198150
HSL61°29.63%68.24%
HSB/HSV61°24.24%77.65%
CMYK0.51%0.00%24.24%
22.35%

Color #C5C696 in popluar number systems.

HEXC5C696
Decimal197198150
Binary110001011100011010010110
Octal305306226

Shades and tints

Shades of #C5C696

#C5C696
(197,198,150)
#B4B489
(180,180,137)
#A3A27C
(163,162,124)
#92906F
(146,144,111)
#817E62
(129,126,98)
#706C55
(112,108,85)
#5F5A48
(95,90,72)
#4E483B
(78,72,59)
#3D362E
(61,54,46)
#2C2421
(44,36,33)
#1B1214
(27,18,20)
#000000
(0,0,0)

Tints of #C5C696

#C5C696
(197,198,150)
#CACB9F
(202,203,159)
#CFD0A8
(207,208,168)
#D4D5B1
(212,213,177)
#D9DABA
(217,218,186)
#DEDFC3
(222,223,195)
#E3E4CC
(227,228,204)
#E8E9D5
(232,233,213)
#EDEEDE
(237,238,222)
#F2F3E7
(242,243,231)
#F7F8F0
(247,248,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C5C696 color. Also use rgb(197,198,150) instead hex code.

Text Font Color

.myTextColor { color: #C5C696; }

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

This text font color is #C5C696.


Background Color

.myBgColor { background-color: #C5C696; }

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

This div background color is #C5C696.


Border color

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

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

This div border color is #C5C696.


Opacity

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

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

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

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

This text has shadow with #C5C696 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5C696 on black background.


Color preview on white background

This text has color #C5C696 on white background.



Black color preview on #C5C696 background

This text has black color on #C5C696 background.


White color preview on #C5C696 background

This text has white color on #C5C696 background.