COLOR #B7AEAB

HEX: #B7AEAB RGB: (183,174,171)

Color info

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

RGB color model

#B7AEAB color RGB value is (183,174,171).

RGB: (183,174,171) (72%, 68%, 67%)

RGB channels and saturation

R 183 of 255 = 72%
G 174 of 255 = 68%
B 171 of 255 = 67%

183
174
171

R + G + B ~ 69%. #B7AEAB is quite light color.

Portions of RGB colors in percentages

R + G + B = 183 + 174 + 171 = 528 (100%)
R 183 of 528 ~ 34.66%
G 174 of 528 ~ 32.95%
B 171 of 528 ~ 32.39'%

%34.66
%32.95
%32.39

CMYK color model

#B7AEAB color CMYK value is (0,5,7,28).

  • cyan value is 0.00%
  • magenta value is 4.92%
  • yellow value is 6.56%
  • key color value is 28.24%

CMYK: (0,5,7,28)
C0M5Y7K28 (0%, 5%, 7%, 28%)
(0.00 / 0.05 / 0.07 / 0.28)

CMYK percentages

%0
%4.92
%6.56
%28.24

Codes

Color #B7AEAB in popluar color models

B7 AE AB
RGB 183 174 171
HSL 15° 7.69% 69.41%
HSB/HSV 15° 6.56% 71.76%
CMYK 0.00% 4.92% 6.56%
28.24%

Color #B7AEAB in popluar number systems.

HEX B7 AE AB
Decimal 183 174 171
Binary 10110111 10101110 10101011
Octal 267 256 253

Shades and tints

Shades of #B7AEAB

#B7AEAB
(183,174,171)
#A79F9C
(167,159,156)
#97908D
(151,144,141)
#87817E
(135,129,126)
#77726F
(119,114,111)
#676360
(103,99,96)
#575451
(87,84,81)
#474542
(71,69,66)
#373633
(55,54,51)
#272724
(39,39,36)
#171815
(23,24,21)
#000000
(0,0,0)

Tints of #B7AEAB

#B7AEAB
(183,174,171)
#BDB5B2
(189,181,178)
#C3BCB9
(195,188,185)
#C9C3C0
(201,195,192)
#CFCAC7
(207,202,199)
#D5D1CE
(213,209,206)
#DBD8D5
(219,216,213)
#E1DFDC
(225,223,220)
#E7E6E3
(231,230,227)
#EDEDEA
(237,237,234)
#F3F4F1
(243,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B7AEAB color. Also use rgb(183,174,171) instead hex code.

Text Font Color

.myTextColor { color: #B7AEAB; }

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

This text font color is #B7AEAB.

Background Color

.myBgColor { background-color: #B7AEAB; }

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

This div background color is #B7AEAB.

Border color

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

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

This div border color is #B7AEAB.

Opacity

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

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

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

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

This text has shadow with #B7AEAB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B7AEAB.

Preview

Color preview on black background

This text has color #B7AEAB on black background.


Color preview on white background

This text has color #B7AEAB on white background.


Black color preview on #B7AEAB background

This text has black color on #B7AEAB background.


White color preview on #B7AEAB background

This text has white color on #B7AEAB background.


Related colors

Complementary color

Complementary color for #hex is #485154.


I love getcolorcode.com

Triadic colors

1 #ABB7AE and #AEABB7 with #B7AEAB are triadic colors.

2 #ABAEB7 and #AEB7AB with #B7AEAB are triadic colors.