COLOR #C4B4A6

HEX: #C4B4A6
RGB: (196,180,166)

Color info

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

RGB color model

#C4B4A6 color RGB value is (196,180,166).

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

RGB channels and saturation

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

196
180
166

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

Portions of RGB colors in percentages

R + G + B =
196 + 180 + 166 = 542 (100%)
R 196 of 542 ~ 36.16%
G 180 of 542 ~ 33.21%
B 166 of 542 ~ 30.63%

%36.16
%33.21
%30.63

CMYK color model

#C4B4A6 color CMYK value is (0,8,15,23).

  • cyan value is 0.00%
  • magenta value is 8.16%
  • yellow value is 15.31%
  • key color value is 23.14%
CMYK:
(0,8,15,23)
C0M8Y15K23 
(0%,8%,15%,23%)
(0.00/0.08/0.15/0.23)	

CMYK percentages

%0
%8.16
%15.31
%23.14

Codes

Color #C4B4A6 in popluar color models

C4B4A6
RGB196180166
HSL28°20.27%70.98%
HSB/HSV28°15.31%76.86%
CMYK0.00%8.16%15.31%
23.14%

Color #C4B4A6 in popluar number systems.

HEXC4B4A6
Decimal196180166
Binary110001001011010010100110
Octal304264246

Shades and tints

Shades of #C4B4A6

#C4B4A6
(196,180,166)
#B3A497
(179,164,151)
#A29488
(162,148,136)
#918479
(145,132,121)
#80746A
(128,116,106)
#6F645B
(111,100,91)
#5E544C
(94,84,76)
#4D443D
(77,68,61)
#3C342E
(60,52,46)
#2B241F
(43,36,31)
#1A1410
(26,20,16)
#000000
(0,0,0)

Tints of #C4B4A6

#C4B4A6
(196,180,166)
#C9BAAE
(201,186,174)
#CEC0B6
(206,192,182)
#D3C6BE
(211,198,190)
#D8CCC6
(216,204,198)
#DDD2CE
(221,210,206)
#E2D8D6
(226,216,214)
#E7DEDE
(231,222,222)
#ECE4E6
(236,228,230)
#F1EAEE
(241,234,238)
#F6F0F6
(246,240,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C4B4A6; }

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

This text font color is #C4B4A6.


Background Color

.myBgColor { background-color: #C4B4A6; }

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

This div background color is #C4B4A6.


Border color

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

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

This div border color is #C4B4A6.


Opacity

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

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

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

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

This text has shadow with #C4B4A6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C4B4A6 on black background.


Color preview on white background

This text has color #C4B4A6 on white background.



Black color preview on #C4B4A6 background

This text has black color on #C4B4A6 background.


White color preview on #C4B4A6 background

This text has white color on #C4B4A6 background.