COLOR #B7A09D

HEX: #B7A09D RGB: (183,160,157)

Color info

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

RGB color model

#B7A09D color RGB value is (183,160,157).

RGB: (183,160,157) (72%, 63%, 62%)

RGB channels and saturation

R 183 of 255 = 72%
G 160 of 255 = 63%
B 157 of 255 = 62%

183
160
157

R + G + B ~ 66%. #B7A09D is quite light color.

Portions of RGB colors in percentages

R + G + B = 183 + 160 + 157 = 500 (100%)
R 183 of 500 ~ 36.6%
G 160 of 500 ~ 32%
B 157 of 500 ~ 31.4'%

%36.6
%32
%31.4

CMYK color model

#B7A09D color CMYK value is (0,13,14,28).

  • cyan value is 0.00%
  • magenta value is 12.57%
  • yellow value is 14.21%
  • key color value is 28.24%

CMYK: (0,13,14,28)
C0M13Y14K28 (0%, 13%, 14%, 28%)
(0.00 / 0.13 / 0.14 / 0.28)

CMYK percentages

%0
%12.57
%14.21
%28.24

Codes

Color #B7A09D in popluar color models

B7 A0 9D
RGB 183 160 157
HSL 15.29% 66.67%
HSB/HSV 14.21% 71.76%
CMYK 0.00% 12.57% 14.21%
28.24%

Color #B7A09D in popluar number systems.

HEX B7 A0 9D
Decimal 183 160 157
Binary 10110111 10100000 10011101
Octal 267 240 235

Shades and tints

Shades of #B7A09D

#B7A09D
(183,160,157)
#A7928F
(167,146,143)
#978481
(151,132,129)
#877673
(135,118,115)
#776865
(119,104,101)
#675A57
(103,90,87)
#574C49
(87,76,73)
#473E3B
(71,62,59)
#37302D
(55,48,45)
#27221F
(39,34,31)
#171411
(23,20,17)
#000000
(0,0,0)

Tints of #B7A09D

#B7A09D
(183,160,157)
#BDA8A5
(189,168,165)
#C3B0AD
(195,176,173)
#C9B8B5
(201,184,181)
#CFC0BD
(207,192,189)
#D5C8C5
(213,200,197)
#DBD0CD
(219,208,205)
#E1D8D5
(225,216,213)
#E7E0DD
(231,224,221)
#EDE8E5
(237,232,229)
#F3F0ED
(243,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B7A09D color. Also use rgb(183,160,157) instead hex code.

Text Font Color

.myTextColor { color: #B7A09D; }

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

This text font color is #B7A09D.

Background Color

.myBgColor { background-color: #B7A09D; }

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

This div background color is #B7A09D.

Border color

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

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

This div border color is #B7A09D.

Opacity

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

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

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

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

This text has shadow with #B7A09D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B7A09D.

Preview

Color preview on black background

This text has color #B7A09D on black background.


Color preview on white background

This text has color #B7A09D on white background.


Black color preview on #B7A09D background

This text has black color on #B7A09D background.


White color preview on #B7A09D background

This text has white color on #B7A09D background.


Related colors

Complementary color

Complementary color for #hex is #485F62.


I love getcolorcode.com

Triadic colors

1 #9DB7A0 and #A09DB7 with #B7A09D are triadic colors.

2 #9DA0B7 and #A0B79D with #B7A09D are triadic colors.