COLOR #C5C1AD

HEX: #C5C1AD
RGB: (197,193,173)

Color info

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

RGB color model

#C5C1AD color RGB value is (197,193,173).

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

RGB channels and saturation

R 197 of 255 = 77%
G 193 of 255 = 76%
B 173 of 255 = 68%

197
193
173

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

Portions of RGB colors in percentages

R + G + B =
197 + 193 + 173 = 563 (100%)
R 197 of 563 ~ 34.99%
G 193 of 563 ~ 34.28%
B 173 of 563 ~ 30.73%

%34.99
%34.28
%30.73

CMYK color model

#C5C1AD color CMYK value is (0,2,12,23).

  • cyan value is 0.00%
  • magenta value is 2.03%
  • yellow value is 12.18%
  • key color value is 22.75%
CMYK:
(0,2,12,23)
C0M2Y12K23 
(0%,2%,12%,23%)
(0.00/0.02/0.12/0.23)	

CMYK percentages

%0
%2.03
%12.18
%22.75

Codes

Color #C5C1AD in popluar color models

C5C1AD
RGB197193173
HSL50°17.14%72.55%
HSB/HSV50°12.18%77.25%
CMYK0.00%2.03%12.18%
22.75%

Color #C5C1AD in popluar number systems.

HEXC5C1AD
Decimal197193173
Binary110001011100000110101101
Octal305301255

Shades and tints

Shades of #C5C1AD

#C5C1AD
(197,193,173)
#B4B09E
(180,176,158)
#A39F8F
(163,159,143)
#928E80
(146,142,128)
#817D71
(129,125,113)
#706C62
(112,108,98)
#5F5B53
(95,91,83)
#4E4A44
(78,74,68)
#3D3935
(61,57,53)
#2C2826
(44,40,38)
#1B1717
(27,23,23)
#000000
(0,0,0)

Tints of #C5C1AD

#C5C1AD
(197,193,173)
#CAC6B4
(202,198,180)
#CFCBBB
(207,203,187)
#D4D0C2
(212,208,194)
#D9D5C9
(217,213,201)
#DEDAD0
(222,218,208)
#E3DFD7
(227,223,215)
#E8E4DE
(232,228,222)
#EDE9E5
(237,233,229)
#F2EEEC
(242,238,236)
#F7F3F3
(247,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C5C1AD; }

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

This text font color is #C5C1AD.


Background Color

.myBgColor { background-color: #C5C1AD; }

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

This div background color is #C5C1AD.


Border color

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

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

This div border color is #C5C1AD.


Opacity

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

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

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

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

This text has shadow with #C5C1AD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5C1AD on black background.


Color preview on white background

This text has color #C5C1AD on white background.



Black color preview on #C5C1AD background

This text has black color on #C5C1AD background.


White color preview on #C5C1AD background

This text has white color on #C5C1AD background.