COLOR #B7AD9B

HEX: #B7AD9B
RGB: (183,173,155)

Color info

#B7AD9B contains red, green and blue colors in about the same proportion. Web safe color of #B7AD9B is #CC9999 (or #C99).

RGB color model

#B7AD9B color RGB value is (183,173,155).

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

RGB channels and saturation

R 183 of 255 = 72%
G 173 of 255 = 68%
B 155 of 255 = 61%

183
173
155

R + G + B ~ 67%. #B7AD9B is quite light color.

Portions of RGB colors in percentages

R + G + B =
183 + 173 + 155 = 511 (100%)
R 183 of 511 ~ 35.81%
G 173 of 511 ~ 33.86%
B 155 of 511 ~ 30.33%

%35.81
%33.86
%30.33

CMYK color model

#B7AD9B color CMYK value is (0,5,15,28).

  • cyan value is 0.00%
  • magenta value is 5.46%
  • yellow value is 15.30%
  • key color value is 28.24%
CMYK:
(0,5,15,28)
C0M5Y15K28 
(0%,5%,15%,28%)
(0.00/0.05/0.15/0.28)	

CMYK percentages

%0
%5.46
%15.3
%28.24

Codes

Color #B7AD9B in popluar color models

B7AD9B
RGB183173155
HSL39°16.28%66.27%
HSB/HSV39°15.30%71.76%
CMYK0.00%5.46%15.30%
28.24%

Color #B7AD9B in popluar number systems.

HEXB7AD9B
Decimal183173155
Binary101101111010110110011011
Octal267255233

Shades and tints

Shades of #B7AD9B

#B7AD9B
(183,173,155)
#A79E8D
(167,158,141)
#978F7F
(151,143,127)
#878071
(135,128,113)
#777163
(119,113,99)
#676255
(103,98,85)
#575347
(87,83,71)
#474439
(71,68,57)
#37352B
(55,53,43)
#27261D
(39,38,29)
#17170F
(23,23,15)
#000000
(0,0,0)

Tints of #B7AD9B

#B7AD9B
(183,173,155)
#BDB4A4
(189,180,164)
#C3BBAD
(195,187,173)
#C9C2B6
(201,194,182)
#CFC9BF
(207,201,191)
#D5D0C8
(213,208,200)
#DBD7D1
(219,215,209)
#E1DEDA
(225,222,218)
#E7E5E3
(231,229,227)
#EDECEC
(237,236,236)
#F3F3F5
(243,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B7AD9B; }

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

This text font color is #B7AD9B.


Background Color

.myBgColor { background-color: #B7AD9B; }

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

This div background color is #B7AD9B.


Border color

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

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

This div border color is #B7AD9B.


Opacity

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

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

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

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

This text has shadow with #B7AD9B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B7AD9B on black background.


Color preview on white background

This text has color #B7AD9B on white background.



Black color preview on #B7AD9B background

This text has black color on #B7AD9B background.


White color preview on #B7AD9B background

This text has white color on #B7AD9B background.