COLOR #C5B2AA

HEX: #C5B2AA
RGB: (197,178,170)

Color info

#C5B2AA contains red, green and blue colors in about the same proportion. Web safe color of #C5B2AA is #CC9999 (or #C99).

RGB color model

#C5B2AA color RGB value is (197,178,170).

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

RGB channels and saturation

R 197 of 255 = 77%
G 178 of 255 = 70%
B 170 of 255 = 67%

197
178
170

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

Portions of RGB colors in percentages

R + G + B =
197 + 178 + 170 = 545 (100%)
R 197 of 545 ~ 36.15%
G 178 of 545 ~ 32.66%
B 170 of 545 ~ 31.19%

%36.15
%32.66
%31.19

CMYK color model

#C5B2AA color CMYK value is (0,10,14,23).

  • cyan value is 0.00%
  • magenta value is 9.64%
  • yellow value is 13.71%
  • key color value is 22.75%
CMYK:
(0,10,14,23)
C0M10Y14K23 
(0%,10%,14%,23%)
(0.00/0.10/0.14/0.23)	

CMYK percentages

%0
%9.64
%13.71
%22.75

Codes

Color #C5B2AA in popluar color models

C5B2AA
RGB197178170
HSL18°18.88%71.96%
HSB/HSV18°13.71%77.25%
CMYK0.00%9.64%13.71%
22.75%

Color #C5B2AA in popluar number systems.

HEXC5B2AA
Decimal197178170
Binary110001011011001010101010
Octal305262252

Shades and tints

Shades of #C5B2AA

#C5B2AA
(197,178,170)
#B4A29B
(180,162,155)
#A3928C
(163,146,140)
#92827D
(146,130,125)
#81726E
(129,114,110)
#70625F
(112,98,95)
#5F5250
(95,82,80)
#4E4241
(78,66,65)
#3D3232
(61,50,50)
#2C2223
(44,34,35)
#1B1214
(27,18,20)
#000000
(0,0,0)

Tints of #C5B2AA

#C5B2AA
(197,178,170)
#CAB9B1
(202,185,177)
#CFC0B8
(207,192,184)
#D4C7BF
(212,199,191)
#D9CEC6
(217,206,198)
#DED5CD
(222,213,205)
#E3DCD4
(227,220,212)
#E8E3DB
(232,227,219)
#EDEAE2
(237,234,226)
#F2F1E9
(242,241,233)
#F7F8F0
(247,248,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C5B2AA; }

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

This text font color is #C5B2AA.


Background Color

.myBgColor { background-color: #C5B2AA; }

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

This div background color is #C5B2AA.


Border color

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

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

This div border color is #C5B2AA.


Opacity

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

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

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

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

This text has shadow with #C5B2AA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5B2AA on black background.


Color preview on white background

This text has color #C5B2AA on white background.



Black color preview on #C5B2AA background

This text has black color on #C5B2AA background.


White color preview on #C5B2AA background

This text has white color on #C5B2AA background.