COLOR #C5C6AD

HEX: #C5C6AD
RGB: (197,198,173)

Color info

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

RGB color model

#C5C6AD color RGB value is (197,198,173).

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

RGB channels and saturation

R 197 of 255 = 77%
G 198 of 255 = 78%
B 173 of 255 = 68%

197
198
173

R + G + B ~ 74%. #C5C6AD is quite light color.

Portions of RGB colors in percentages

R + G + B =
197 + 198 + 173 = 568 (100%)
R 197 of 568 ~ 34.68%
G 198 of 568 ~ 34.86%
B 173 of 568 ~ 30.46%

%34.68
%34.86
%30.46

CMYK color model

#C5C6AD color CMYK value is (1,0,13,22).

  • cyan value is 0.51%
  • magenta value is 0.00%
  • yellow value is 12.63%
  • key color value is 22.35%
CMYK:
(1,0,13,22)
C1M0Y13K22 
(1%,0%,13%,22%)
(0.01/0.00/0.13/0.22)	

CMYK percentages

%0.51
%0
%12.63
%22.35

Codes

Color #C5C6AD in popluar color models

C5C6AD
RGB197198173
HSL62°17.99%72.75%
HSB/HSV62°12.63%77.65%
CMYK0.51%0.00%12.63%
22.35%

Color #C5C6AD in popluar number systems.

HEXC5C6AD
Decimal197198173
Binary110001011100011010101101
Octal305306255

Shades and tints

Shades of #C5C6AD

#C5C6AD
(197,198,173)
#B4B49E
(180,180,158)
#A3A28F
(163,162,143)
#929080
(146,144,128)
#817E71
(129,126,113)
#706C62
(112,108,98)
#5F5A53
(95,90,83)
#4E4844
(78,72,68)
#3D3635
(61,54,53)
#2C2426
(44,36,38)
#1B1217
(27,18,23)
#000000
(0,0,0)

Tints of #C5C6AD

#C5C6AD
(197,198,173)
#CACBB4
(202,203,180)
#CFD0BB
(207,208,187)
#D4D5C2
(212,213,194)
#D9DAC9
(217,218,201)
#DEDFD0
(222,223,208)
#E3E4D7
(227,228,215)
#E8E9DE
(232,233,222)
#EDEEE5
(237,238,229)
#F2F3EC
(242,243,236)
#F7F8F3
(247,248,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C5C6AD; }

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

This text font color is #C5C6AD.


Background Color

.myBgColor { background-color: #C5C6AD; }

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

This div background color is #C5C6AD.


Border color

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

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

This div border color is #C5C6AD.


Opacity

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

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

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

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

This text has shadow with #C5C6AD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5C6AD on black background.


Color preview on white background

This text has color #C5C6AD on white background.



Black color preview on #C5C6AD background

This text has black color on #C5C6AD background.


White color preview on #C5C6AD background

This text has white color on #C5C6AD background.