COLOR #B7A9B8

HEX: #B7A9B8 RGB: (183,169,184)

Color info

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

RGB color model

#B7A9B8 color RGB value is (183,169,184).

RGB: (183,169,184) (72%, 66%, 72%)

RGB channels and saturation

R 183 of 255 = 72%
G 169 of 255 = 66%
B 184 of 255 = 72%

183
169
184

R + G + B ~ 70%. #B7A9B8 is quite light color.

Portions of RGB colors in percentages

R + G + B = 183 + 169 + 184 = 536 (100%)
R 183 of 536 ~ 34.14%
G 169 of 536 ~ 31.53%
B 184 of 536 ~ 34.33'%

%34.14
%31.53
%34.33

CMYK color model

#B7A9B8 color CMYK value is (1,8,0,28).

  • cyan value is 0.54%
  • magenta value is 8.15%
  • yellow value is 0.00%
  • key color value is 27.84%

CMYK: (1,8,0,28)
C1M8Y0K28 (1%, 8%, 0%, 28%)
(0.01 / 0.08 / 0.00 / 0.28)

CMYK percentages

%0.54
%8.15
%0
%27.84

Codes

Color #B7A9B8 in popluar color models

B7 A9 B8
RGB 183 169 184
HSL 296° 9.55% 69.22%
HSB/HSV 296° 8.15% 72.16%
CMYK 0.54% 8.15% 0.00%
27.84%

Color #B7A9B8 in popluar number systems.

HEX B7 A9 B8
Decimal 183 169 184
Binary 10110111 10101001 10111000
Octal 267 251 270

Shades and tints

Shades of #B7A9B8

#B7A9B8
(183,169,184)
#A79AA8
(167,154,168)
#978B98
(151,139,152)
#877C88
(135,124,136)
#776D78
(119,109,120)
#675E68
(103,94,104)
#574F58
(87,79,88)
#474048
(71,64,72)
#373138
(55,49,56)
#272228
(39,34,40)
#171318
(23,19,24)
#000000
(0,0,0)

Tints of #B7A9B8

#B7A9B8
(183,169,184)
#BDB0BE
(189,176,190)
#C3B7C4
(195,183,196)
#C9BECA
(201,190,202)
#CFC5D0
(207,197,208)
#D5CCD6
(213,204,214)
#DBD3DC
(219,211,220)
#E1DAE2
(225,218,226)
#E7E1E8
(231,225,232)
#EDE8EE
(237,232,238)
#F3EFF4
(243,239,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B7A9B8; }

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

This text font color is #B7A9B8.

Background Color

.myBgColor { background-color: #B7A9B8; }

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

This div background color is #B7A9B8.

Border color

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

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

This div border color is #B7A9B8.

Opacity

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

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

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

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

This text has shadow with #B7A9B8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B7A9B8.

Preview

Color preview on black background

This text has color #B7A9B8 on black background.


Color preview on white background

This text has color #B7A9B8 on white background.


Black color preview on #B7A9B8 background

This text has black color on #B7A9B8 background.


White color preview on #B7A9B8 background

This text has white color on #B7A9B8 background.


Related colors

Complementary color

Complementary color for #hex is #485647.


I love getcolorcode.com

Triadic colors

1 #B8B7A9 and #A9B8B7 with #B7A9B8 are triadic colors.

2 #B8A9B7 and #A9B7B8 with #B7A9B8 are triadic colors.