COLOR #B7A9BD

HEX: #B7A9BD
RGB: (183,169,189)

Color info

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

RGB color model

#B7A9BD color RGB value is (183,169,189).

  • red value is 183;
  • green value is 169;
  • blue value is 189.
RGB:
(183,169,189)
(72%,66%,74%)

RGB channels and saturation

R 183 of 255 = 72%
G 169 of 255 = 66%
B 189 of 255 = 74%

183
169
189

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

Portions of RGB colors in percentages

R + G + B =
183 + 169 + 189 = 541 (100%)
R 183 of 541 ~ 33.83%
G 169 of 541 ~ 31.24%
B 189 of 541 ~ 34.94%

%33.83
%31.24
%34.94

CMYK color model

#B7A9BD color CMYK value is (3,11,0,26).

  • cyan value is 3.17%
  • magenta value is 10.58%
  • yellow value is 0.00%
  • key color value is 25.88%
CMYK:
(3,11,0,26)
C3M11Y0K26 
(3%,11%,0%,26%)
(0.03/0.11/0.00/0.26)	

CMYK percentages

%3.17
%10.58
%0
%25.88

Codes

Color #B7A9BD in popluar color models

B7A9BD
RGB183169189
HSL282°13.16%70.20%
HSB/HSV282°10.58%74.12%
CMYK3.17%10.58%0.00%
25.88%

Color #B7A9BD in popluar number systems.

HEXB7A9BD
Decimal183169189
Binary101101111010100110111101
Octal267251275

Shades and tints

Shades of #B7A9BD

#B7A9BD
(183,169,189)
#A79AAC
(167,154,172)
#978B9B
(151,139,155)
#877C8A
(135,124,138)
#776D79
(119,109,121)
#675E68
(103,94,104)
#574F57
(87,79,87)
#474046
(71,64,70)
#373135
(55,49,53)
#272224
(39,34,36)
#171313
(23,19,19)
#000000
(0,0,0)

Tints of #B7A9BD

#B7A9BD
(183,169,189)
#BDB0C3
(189,176,195)
#C3B7C9
(195,183,201)
#C9BECF
(201,190,207)
#CFC5D5
(207,197,213)
#D5CCDB
(213,204,219)
#DBD3E1
(219,211,225)
#E1DAE7
(225,218,231)
#E7E1ED
(231,225,237)
#EDE8F3
(237,232,243)
#F3EFF9
(243,239,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B7A9BD color. Also use rgb(183,169,189) instead hex code.

Text Font Color

.myTextColor { color: #B7A9BD; }

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

This text font color is #B7A9BD.


Background Color

.myBgColor { background-color: #B7A9BD; }

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

This div background color is #B7A9BD.


Border color

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

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

This div border color is #B7A9BD.


Opacity

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

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

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

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

This text has shadow with #B7A9BD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B7A9BD on black background.


Color preview on white background

This text has color #B7A9BD on white background.



Black color preview on #B7A9BD background

This text has black color on #B7A9BD background.


White color preview on #B7A9BD background

This text has white color on #B7A9BD background.