COLOR #C5B49E

HEX: #C5B49E
RGB: (197,180,158)

Color info

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

RGB color model

#C5B49E color RGB value is (197,180,158).

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

RGB channels and saturation

R 197 of 255 = 77%
G 180 of 255 = 71%
B 158 of 255 = 62%

197
180
158

R + G + B ~ 70%. #C5B49E is quite light color.

Portions of RGB colors in percentages

R + G + B =
197 + 180 + 158 = 535 (100%)
R 197 of 535 ~ 36.82%
G 180 of 535 ~ 33.64%
B 158 of 535 ~ 29.53%

%36.82
%33.64
%29.53

CMYK color model

#C5B49E color CMYK value is (0,9,20,23).

  • cyan value is 0.00%
  • magenta value is 8.63%
  • yellow value is 19.80%
  • key color value is 22.75%
CMYK:
(0,9,20,23)
C0M9Y20K23 
(0%,9%,20%,23%)
(0.00/0.09/0.20/0.23)	

CMYK percentages

%0
%8.63
%19.8
%22.75

Codes

Color #C5B49E in popluar color models

C5B49E
RGB197180158
HSL34°25.16%69.61%
HSB/HSV34°19.80%77.25%
CMYK0.00%8.63%19.80%
22.75%

Color #C5B49E in popluar number systems.

HEXC5B49E
Decimal197180158
Binary110001011011010010011110
Octal305264236

Shades and tints

Shades of #C5B49E

#C5B49E
(197,180,158)
#B4A490
(180,164,144)
#A39482
(163,148,130)
#928474
(146,132,116)
#817466
(129,116,102)
#706458
(112,100,88)
#5F544A
(95,84,74)
#4E443C
(78,68,60)
#3D342E
(61,52,46)
#2C2420
(44,36,32)
#1B1412
(27,20,18)
#000000
(0,0,0)

Tints of #C5B49E

#C5B49E
(197,180,158)
#CABAA6
(202,186,166)
#CFC0AE
(207,192,174)
#D4C6B6
(212,198,182)
#D9CCBE
(217,204,190)
#DED2C6
(222,210,198)
#E3D8CE
(227,216,206)
#E8DED6
(232,222,214)
#EDE4DE
(237,228,222)
#F2EAE6
(242,234,230)
#F7F0EE
(247,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C5B49E; }

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

This text font color is #C5B49E.


Background Color

.myBgColor { background-color: #C5B49E; }

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

This div background color is #C5B49E.


Border color

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

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

This div border color is #C5B49E.


Opacity

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

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

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

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

This text has shadow with #C5B49E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5B49E on black background.


Color preview on white background

This text has color #C5B49E on white background.



Black color preview on #C5B49E background

This text has black color on #C5B49E background.


White color preview on #C5B49E background

This text has white color on #C5B49E background.