COLOR #C5C1AA

HEX: #C5C1AA
RGB: (197,193,170)

Color info

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

RGB color model

#C5C1AA color RGB value is (197,193,170).

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

RGB channels and saturation

R 197 of 255 = 77%
G 193 of 255 = 76%
B 170 of 255 = 67%

197
193
170

R + G + B ~ 73%. #C5C1AA is quite light color.

Portions of RGB colors in percentages

R + G + B =
197 + 193 + 170 = 560 (100%)
R 197 of 560 ~ 35.18%
G 193 of 560 ~ 34.46%
B 170 of 560 ~ 30.36%

%35.18
%34.46
%30.36

CMYK color model

#C5C1AA color CMYK value is (0,2,14,23).

  • cyan value is 0.00%
  • magenta value is 2.03%
  • yellow value is 13.71%
  • key color value is 22.75%
CMYK:
(0,2,14,23)
C0M2Y14K23 
(0%,2%,14%,23%)
(0.00/0.02/0.14/0.23)	

CMYK percentages

%0
%2.03
%13.71
%22.75

Codes

Color #C5C1AA in popluar color models

C5C1AA
RGB197193170
HSL51°18.88%71.96%
HSB/HSV51°13.71%77.25%
CMYK0.00%2.03%13.71%
22.75%

Color #C5C1AA in popluar number systems.

HEXC5C1AA
Decimal197193170
Binary110001011100000110101010
Octal305301252

Shades and tints

Shades of #C5C1AA

#C5C1AA
(197,193,170)
#B4B09B
(180,176,155)
#A39F8C
(163,159,140)
#928E7D
(146,142,125)
#817D6E
(129,125,110)
#706C5F
(112,108,95)
#5F5B50
(95,91,80)
#4E4A41
(78,74,65)
#3D3932
(61,57,50)
#2C2823
(44,40,35)
#1B1714
(27,23,20)
#000000
(0,0,0)

Tints of #C5C1AA

#C5C1AA
(197,193,170)
#CAC6B1
(202,198,177)
#CFCBB8
(207,203,184)
#D4D0BF
(212,208,191)
#D9D5C6
(217,213,198)
#DEDACD
(222,218,205)
#E3DFD4
(227,223,212)
#E8E4DB
(232,228,219)
#EDE9E2
(237,233,226)
#F2EEE9
(242,238,233)
#F7F3F0
(247,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C5C1AA; }

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

This text font color is #C5C1AA.


Background Color

.myBgColor { background-color: #C5C1AA; }

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

This div background color is #C5C1AA.


Border color

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

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

This div border color is #C5C1AA.


Opacity

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

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

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

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

This text has shadow with #C5C1AA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5C1AA on black background.


Color preview on white background

This text has color #C5C1AA on white background.



Black color preview on #C5C1AA background

This text has black color on #C5C1AA background.


White color preview on #C5C1AA background

This text has white color on #C5C1AA background.