COLOR #B7A69B

HEX: #B7A69B
RGB: (183,166,155)

Color info

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

RGB color model

#B7A69B color RGB value is (183,166,155).

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

RGB channels and saturation

R 183 of 255 = 72%
G 166 of 255 = 65%
B 155 of 255 = 61%

183
166
155

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

Portions of RGB colors in percentages

R + G + B =
183 + 166 + 155 = 504 (100%)
R 183 of 504 ~ 36.31%
G 166 of 504 ~ 32.94%
B 155 of 504 ~ 30.75%

%36.31
%32.94
%30.75

CMYK color model

#B7A69B color CMYK value is (0,9,15,28).

  • cyan value is 0.00%
  • magenta value is 9.29%
  • yellow value is 15.30%
  • key color value is 28.24%
CMYK:
(0,9,15,28)
C0M9Y15K28 
(0%,9%,15%,28%)
(0.00/0.09/0.15/0.28)	

CMYK percentages

%0
%9.29
%15.3
%28.24

Codes

Color #B7A69B in popluar color models

B7A69B
RGB183166155
HSL24°16.28%66.27%
HSB/HSV24°15.30%71.76%
CMYK0.00%9.29%15.30%
28.24%

Color #B7A69B in popluar number systems.

HEXB7A69B
Decimal183166155
Binary101101111010011010011011
Octal267246233

Shades and tints

Shades of #B7A69B

#B7A69B
(183,166,155)
#A7978D
(167,151,141)
#97887F
(151,136,127)
#877971
(135,121,113)
#776A63
(119,106,99)
#675B55
(103,91,85)
#574C47
(87,76,71)
#473D39
(71,61,57)
#372E2B
(55,46,43)
#271F1D
(39,31,29)
#17100F
(23,16,15)
#000000
(0,0,0)

Tints of #B7A69B

#B7A69B
(183,166,155)
#BDAEA4
(189,174,164)
#C3B6AD
(195,182,173)
#C9BEB6
(201,190,182)
#CFC6BF
(207,198,191)
#D5CEC8
(213,206,200)
#DBD6D1
(219,214,209)
#E1DEDA
(225,222,218)
#E7E6E3
(231,230,227)
#EDEEEC
(237,238,236)
#F3F6F5
(243,246,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B7A69B; }

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

This text font color is #B7A69B.


Background Color

.myBgColor { background-color: #B7A69B; }

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

This div background color is #B7A69B.


Border color

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

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

This div border color is #B7A69B.


Opacity

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

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

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

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

This text has shadow with #B7A69B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B7A69B on black background.


Color preview on white background

This text has color #B7A69B on white background.



Black color preview on #B7A69B background

This text has black color on #B7A69B background.


White color preview on #B7A69B background

This text has white color on #B7A69B background.