COLOR #C4B49E

HEX: #C4B49E
RGB: (196,180,158)

Color info

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

RGB color model

#C4B49E color RGB value is (196,180,158).

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

RGB channels and saturation

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

196
180
158

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

Portions of RGB colors in percentages

R + G + B =
196 + 180 + 158 = 534 (100%)
R 196 of 534 ~ 36.7%
G 180 of 534 ~ 33.71%
B 158 of 534 ~ 29.59%

%36.7
%33.71
%29.59

CMYK color model

#C4B49E color CMYK value is (0,8,19,23).

  • cyan value is 0.00%
  • magenta value is 8.16%
  • yellow value is 19.39%
  • key color value is 23.14%
CMYK:
(0,8,19,23)
C0M8Y19K23 
(0%,8%,19%,23%)
(0.00/0.08/0.19/0.23)	

CMYK percentages

%0
%8.16
%19.39
%23.14

Codes

Color #C4B49E in popluar color models

C4B49E
RGB196180158
HSL35°24.36%69.41%
HSB/HSV35°19.39%76.86%
CMYK0.00%8.16%19.39%
23.14%

Color #C4B49E in popluar number systems.

HEXC4B49E
Decimal196180158
Binary110001001011010010011110
Octal304264236

Shades and tints

Shades of #C4B49E

#C4B49E
(196,180,158)
#B3A490
(179,164,144)
#A29482
(162,148,130)
#918474
(145,132,116)
#807466
(128,116,102)
#6F6458
(111,100,88)
#5E544A
(94,84,74)
#4D443C
(77,68,60)
#3C342E
(60,52,46)
#2B2420
(43,36,32)
#1A1412
(26,20,18)
#000000
(0,0,0)

Tints of #C4B49E

#C4B49E
(196,180,158)
#C9BAA6
(201,186,166)
#CEC0AE
(206,192,174)
#D3C6B6
(211,198,182)
#D8CCBE
(216,204,190)
#DDD2C6
(221,210,198)
#E2D8CE
(226,216,206)
#E7DED6
(231,222,214)
#ECE4DE
(236,228,222)
#F1EAE6
(241,234,230)
#F6F0EE
(246,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C4B49E; }

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

This text font color is #C4B49E.


Background Color

.myBgColor { background-color: #C4B49E; }

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

This div background color is #C4B49E.


Border color

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

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

This div border color is #C4B49E.


Opacity

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

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

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

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

This text has shadow with #C4B49E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C4B49E on black background.


Color preview on white background

This text has color #C4B49E on white background.



Black color preview on #C4B49E background

This text has black color on #C4B49E background.


White color preview on #C4B49E background

This text has white color on #C4B49E background.