COLOR #B7A5BF

HEX: #B7A5BF
RGB: (183,165,191)

Color info

#B7A5BF contains red, green and blue colors in about the same proportion. Web safe color of #B7A5BF is #CC99CC (or #C9C).

RGB color model

#B7A5BF color RGB value is (183,165,191).

  • red value is 183;
  • green value is 165;
  • blue value is 191.
RGB:
(183,165,191)
(72%,65%,75%)

RGB channels and saturation

R 183 of 255 = 72%
G 165 of 255 = 65%
B 191 of 255 = 75%

183
165
191

R + G + B ~ 71%. #B7A5BF is quite light color.

Portions of RGB colors in percentages

R + G + B =
183 + 165 + 191 = 539 (100%)
R 183 of 539 ~ 33.95%
G 165 of 539 ~ 30.61%
B 191 of 539 ~ 35.44%

%33.95
%30.61
%35.44

CMYK color model

#B7A5BF color CMYK value is (4,14,0,25).

  • cyan value is 4.19%
  • magenta value is 13.61%
  • yellow value is 0.00%
  • key color value is 25.10%
CMYK:
(4,14,0,25)
C4M14Y0K25 
(4%,14%,0%,25%)
(0.04/0.14/0.00/0.25)	

CMYK percentages

%4.19
%13.61
%0
%25.1

Codes

Color #B7A5BF in popluar color models

B7A5BF
RGB183165191
HSL282°16.88%69.80%
HSB/HSV282°13.61%74.90%
CMYK4.19%13.61%0.00%
25.10%

Color #B7A5BF in popluar number systems.

HEXB7A5BF
Decimal183165191
Binary101101111010010110111111
Octal267245277

Shades and tints

Shades of #B7A5BF

#B7A5BF
(183,165,191)
#A796AE
(167,150,174)
#97879D
(151,135,157)
#87788C
(135,120,140)
#77697B
(119,105,123)
#675A6A
(103,90,106)
#574B59
(87,75,89)
#473C48
(71,60,72)
#372D37
(55,45,55)
#271E26
(39,30,38)
#170F15
(23,15,21)
#000000
(0,0,0)

Tints of #B7A5BF

#B7A5BF
(183,165,191)
#BDADC4
(189,173,196)
#C3B5C9
(195,181,201)
#C9BDCE
(201,189,206)
#CFC5D3
(207,197,211)
#D5CDD8
(213,205,216)
#DBD5DD
(219,213,221)
#E1DDE2
(225,221,226)
#E7E5E7
(231,229,231)
#EDEDEC
(237,237,236)
#F3F5F1
(243,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B7A5BF; }

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

This text font color is #B7A5BF.


Background Color

.myBgColor { background-color: #B7A5BF; }

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

This div background color is #B7A5BF.


Border color

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

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

This div border color is #B7A5BF.


Opacity

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

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

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

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

This text has shadow with #B7A5BF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B7A5BF on black background.


Color preview on white background

This text has color #B7A5BF on white background.



Black color preview on #B7A5BF background

This text has black color on #B7A5BF background.


White color preview on #B7A5BF background

This text has white color on #B7A5BF background.