COLOR #C4B9AD

HEX: #C4B9AD
RGB: (196,185,173)

Color info

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

RGB color model

#C4B9AD color RGB value is (196,185,173).

  • red value is 196;
  • green value is 185;
  • blue value is 173.
RGB:
(196,185,173)
(77%,73%,68%)

RGB channels and saturation

R 196 of 255 = 77%
G 185 of 255 = 73%
B 173 of 255 = 68%

196
185
173

R + G + B ~ 73%. #C4B9AD is quite light color.

Portions of RGB colors in percentages

R + G + B =
196 + 185 + 173 = 554 (100%)
R 196 of 554 ~ 35.38%
G 185 of 554 ~ 33.39%
B 173 of 554 ~ 31.23%

%35.38
%33.39
%31.23

CMYK color model

#C4B9AD color CMYK value is (0,6,12,23).

  • cyan value is 0.00%
  • magenta value is 5.61%
  • yellow value is 11.73%
  • key color value is 23.14%
CMYK:
(0,6,12,23)
C0M6Y12K23 
(0%,6%,12%,23%)
(0.00/0.06/0.12/0.23)	

CMYK percentages

%0
%5.61
%11.73
%23.14

Codes

Color #C4B9AD in popluar color models

C4B9AD
RGB196185173
HSL31°16.31%72.35%
HSB/HSV31°11.73%76.86%
CMYK0.00%5.61%11.73%
23.14%

Color #C4B9AD in popluar number systems.

HEXC4B9AD
Decimal196185173
Binary110001001011100110101101
Octal304271255

Shades and tints

Shades of #C4B9AD

#C4B9AD
(196,185,173)
#B3A99E
(179,169,158)
#A2998F
(162,153,143)
#918980
(145,137,128)
#807971
(128,121,113)
#6F6962
(111,105,98)
#5E5953
(94,89,83)
#4D4944
(77,73,68)
#3C3935
(60,57,53)
#2B2926
(43,41,38)
#1A1917
(26,25,23)
#000000
(0,0,0)

Tints of #C4B9AD

#C4B9AD
(196,185,173)
#C9BFB4
(201,191,180)
#CEC5BB
(206,197,187)
#D3CBC2
(211,203,194)
#D8D1C9
(216,209,201)
#DDD7D0
(221,215,208)
#E2DDD7
(226,221,215)
#E7E3DE
(231,227,222)
#ECE9E5
(236,233,229)
#F1EFEC
(241,239,236)
#F6F5F3
(246,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C4B9AD color. Also use rgb(196,185,173) instead hex code.

Text Font Color

.myTextColor { color: #C4B9AD; }

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

This text font color is #C4B9AD.


Background Color

.myBgColor { background-color: #C4B9AD; }

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

This div background color is #C4B9AD.


Border color

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

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

This div border color is #C4B9AD.


Opacity

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

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

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

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

This text has shadow with #C4B9AD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C4B9AD on black background.


Color preview on white background

This text has color #C4B9AD on white background.



Black color preview on #C4B9AD background

This text has black color on #C4B9AD background.


White color preview on #C4B9AD background

This text has white color on #C4B9AD background.