COLOR #C4B7AD

HEX: #C4B7AD
RGB: (196,183,173)

Color info

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

RGB color model

#C4B7AD color RGB value is (196,183,173).

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

RGB channels and saturation

R 196 of 255 = 77%
G 183 of 255 = 72%
B 173 of 255 = 68%

196
183
173

R + G + B ~ 72%. #C4B7AD is quite light color.

Portions of RGB colors in percentages

R + G + B =
196 + 183 + 173 = 552 (100%)
R 196 of 552 ~ 35.51%
G 183 of 552 ~ 33.15%
B 173 of 552 ~ 31.34%

%35.51
%33.15
%31.34

CMYK color model

#C4B7AD color CMYK value is (0,7,12,23).

  • cyan value is 0.00%
  • magenta value is 6.63%
  • yellow value is 11.73%
  • key color value is 23.14%
CMYK:
(0,7,12,23)
C0M7Y12K23 
(0%,7%,12%,23%)
(0.00/0.07/0.12/0.23)	

CMYK percentages

%0
%6.63
%11.73
%23.14

Codes

Color #C4B7AD in popluar color models

C4B7AD
RGB196183173
HSL26°16.31%72.35%
HSB/HSV26°11.73%76.86%
CMYK0.00%6.63%11.73%
23.14%

Color #C4B7AD in popluar number systems.

HEXC4B7AD
Decimal196183173
Binary110001001011011110101101
Octal304267255

Shades and tints

Shades of #C4B7AD

#C4B7AD
(196,183,173)
#B3A79E
(179,167,158)
#A2978F
(162,151,143)
#918780
(145,135,128)
#807771
(128,119,113)
#6F6762
(111,103,98)
#5E5753
(94,87,83)
#4D4744
(77,71,68)
#3C3735
(60,55,53)
#2B2726
(43,39,38)
#1A1717
(26,23,23)
#000000
(0,0,0)

Tints of #C4B7AD

#C4B7AD
(196,183,173)
#C9BDB4
(201,189,180)
#CEC3BB
(206,195,187)
#D3C9C2
(211,201,194)
#D8CFC9
(216,207,201)
#DDD5D0
(221,213,208)
#E2DBD7
(226,219,215)
#E7E1DE
(231,225,222)
#ECE7E5
(236,231,229)
#F1EDEC
(241,237,236)
#F6F3F3
(246,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C4B7AD; }

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

This text font color is #C4B7AD.


Background Color

.myBgColor { background-color: #C4B7AD; }

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

This div background color is #C4B7AD.


Border color

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

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

This div border color is #C4B7AD.


Opacity

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

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

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

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

This text has shadow with #C4B7AD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C4B7AD on black background.


Color preview on white background

This text has color #C4B7AD on white background.



Black color preview on #C4B7AD background

This text has black color on #C4B7AD background.


White color preview on #C4B7AD background

This text has white color on #C4B7AD background.