COLOR #C5B4A6

HEX: #C5B4A6
RGB: (197,180,166)

Color info

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

RGB color model

#C5B4A6 color RGB value is (197,180,166).

  • red value is 197;
  • green value is 180;
  • blue value is 166.
RGB:
(197,180,166)
(77%,71%,65%)

RGB channels and saturation

R 197 of 255 = 77%
G 180 of 255 = 71%
B 166 of 255 = 65%

197
180
166

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

Portions of RGB colors in percentages

R + G + B =
197 + 180 + 166 = 543 (100%)
R 197 of 543 ~ 36.28%
G 180 of 543 ~ 33.15%
B 166 of 543 ~ 30.57%

%36.28
%33.15
%30.57

CMYK color model

#C5B4A6 color CMYK value is (0,9,16,23).

  • cyan value is 0.00%
  • magenta value is 8.63%
  • yellow value is 15.74%
  • key color value is 22.75%
CMYK:
(0,9,16,23)
C0M9Y16K23 
(0%,9%,16%,23%)
(0.00/0.09/0.16/0.23)	

CMYK percentages

%0
%8.63
%15.74
%22.75

Codes

Color #C5B4A6 in popluar color models

C5B4A6
RGB197180166
HSL27°21.09%71.18%
HSB/HSV27°15.74%77.25%
CMYK0.00%8.63%15.74%
22.75%

Color #C5B4A6 in popluar number systems.

HEXC5B4A6
Decimal197180166
Binary110001011011010010100110
Octal305264246

Shades and tints

Shades of #C5B4A6

#C5B4A6
(197,180,166)
#B4A497
(180,164,151)
#A39488
(163,148,136)
#928479
(146,132,121)
#81746A
(129,116,106)
#70645B
(112,100,91)
#5F544C
(95,84,76)
#4E443D
(78,68,61)
#3D342E
(61,52,46)
#2C241F
(44,36,31)
#1B1410
(27,20,16)
#000000
(0,0,0)

Tints of #C5B4A6

#C5B4A6
(197,180,166)
#CABAAE
(202,186,174)
#CFC0B6
(207,192,182)
#D4C6BE
(212,198,190)
#D9CCC6
(217,204,198)
#DED2CE
(222,210,206)
#E3D8D6
(227,216,214)
#E8DEDE
(232,222,222)
#EDE4E6
(237,228,230)
#F2EAEE
(242,234,238)
#F7F0F6
(247,240,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C5B4A6 color. Also use rgb(197,180,166) instead hex code.

Text Font Color

.myTextColor { color: #C5B4A6; }

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

This text font color is #C5B4A6.


Background Color

.myBgColor { background-color: #C5B4A6; }

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

This div background color is #C5B4A6.


Border color

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

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

This div border color is #C5B4A6.


Opacity

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

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

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

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

This text has shadow with #C5B4A6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5B4A6 on black background.


Color preview on white background

This text has color #C5B4A6 on white background.



Black color preview on #C5B4A6 background

This text has black color on #C5B4A6 background.


White color preview on #C5B4A6 background

This text has white color on #C5B4A6 background.