COLOR #B7A5AF

HEX: #B7A5AF RGB: (183,165,175)

Color info

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

RGB color model

#B7A5AF color RGB value is (183,165,175).

RGB: (183,165,175) (72%, 65%, 69%)

RGB channels and saturation

R 183 of 255 = 72%
G 165 of 255 = 65%
B 175 of 255 = 69%

183
165
175

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

Portions of RGB colors in percentages

R + G + B = 183 + 165 + 175 = 523 (100%)
R 183 of 523 ~ 34.99%
G 165 of 523 ~ 31.55%
B 175 of 523 ~ 33.46'%

%34.99
%31.55
%33.46

CMYK color model

#B7A5AF color CMYK value is (0,10,4,28).

  • cyan value is 0.00%
  • magenta value is 9.84%
  • yellow value is 4.37%
  • key color value is 28.24%
CMYK: (0,10,4,28) C0M10Y4K28 (0%,10%,4%,28%) (0.00/0.10/0.04/0.28) 

CMYK percentages

%0
%9.84
%4.37
%28.24

Codes

Color #B7A5AF in popluar color models

B7 A5 AF
RGB 183 165 175
HSL 327° 11.11% 68.24%
HSB/HSV 327° 9.84% 71.76%
CMYK 0.00% 9.84% 4.37%
28.24%

Color #B7A5AF in popluar number systems.

HEX B7 A5 AF
Decimal 183 165 175
Binary 10110111 10100101 10101111
Octal 267 245 257

Shades and tints

Shades of #B7A5AF

#B7A5AF
(183,165,175)
#A796A0
(167,150,160)
#978791
(151,135,145)
#877882
(135,120,130)
#776973
(119,105,115)
#675A64
(103,90,100)
#574B55
(87,75,85)
#473C46
(71,60,70)
#372D37
(55,45,55)
#271E28
(39,30,40)
#170F19
(23,15,25)
#000000
(0,0,0)

Tints of #B7A5AF

#B7A5AF
(183,165,175)
#BDADB6
(189,173,182)
#C3B5BD
(195,181,189)
#C9BDC4
(201,189,196)
#CFC5CB
(207,197,203)
#D5CDD2
(213,205,210)
#DBD5D9
(219,213,217)
#E1DDE0
(225,221,224)
#E7E5E7
(231,229,231)
#EDEDEE
(237,237,238)
#F3F5F5
(243,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B7A5AF color. Also use rgb(183,165,175) instead hex code.

Text Font Color

.myTextColor { color: #B7A5AF; }

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

This text font color is #B7A5AF.

Background Color

.myBgColor { background-color: #B7A5AF; }

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

This div background color is #B7A5AF.

Border color

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

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

This div border color is #B7A5AF.

Opacity

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

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

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

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

This text has shadow with #B7A5AF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B7A5AF.

Preview

Color preview on black background

This text has color #B7A5AF on black background.


Color preview on white background

This text has color #B7A5AF on white background.


Black color preview on #B7A5AF background

This text has black color on #B7A5AF background.


White color preview on #B7A5AF background

This text has white color on #B7A5AF background.


Related colors

Complementary color

Complementary color for #hex is #485A50.


I love getcolorcode.com

Triadic colors

1 #AFB7A5 and #A5AFB7 with #B7A5AF are triadic colors.

2 #AFA5B7 and #A5B7AF with #B7A5AF are triadic colors.