COLOR #B8A5B3

HEX: #B8A5B3 RGB: (184,165,179)

Color info

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

RGB color model

#B8A5B3 color RGB value is (184,165,179).

RGB: (184,165,179) (72%, 65%, 70%)

RGB channels and saturation

R 184 of 255 = 72%
G 165 of 255 = 65%
B 179 of 255 = 70%

184
165
179

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

Portions of RGB colors in percentages

R + G + B = 184 + 165 + 179 = 528 (100%)
R 184 of 528 ~ 34.85%
G 165 of 528 ~ 31.25%
B 179 of 528 ~ 33.9'%

%34.85
%31.25
%33.9

CMYK color model

#B8A5B3 color CMYK value is (0,10,3,28).

  • cyan value is 0.00%
  • magenta value is 10.33%
  • yellow value is 2.72%
  • key color value is 27.84%

CMYK: (0,10,3,28)
C0M10Y3K28 (0%, 10%, 3%, 28%)
(0.00 / 0.10 / 0.03 / 0.28)

CMYK percentages

%0
%10.33
%2.72
%27.84

Codes

Color #B8A5B3 in popluar color models

B8 A5 B3
RGB 184 165 179
HSL 316° 11.80% 68.43%
HSB/HSV 316° 10.33% 72.16%
CMYK 0.00% 10.33% 2.72%
27.84%

Color #B8A5B3 in popluar number systems.

HEX B8 A5 B3
Decimal 184 165 179
Binary 10111000 10100101 10110011
Octal 270 245 263

Shades and tints

Shades of #B8A5B3

#B8A5B3
(184,165,179)
#A896A3
(168,150,163)
#988793
(152,135,147)
#887883
(136,120,131)
#786973
(120,105,115)
#685A63
(104,90,99)
#584B53
(88,75,83)
#483C43
(72,60,67)
#382D33
(56,45,51)
#281E23
(40,30,35)
#180F13
(24,15,19)
#000000
(0,0,0)

Tints of #B8A5B3

#B8A5B3
(184,165,179)
#BEADB9
(190,173,185)
#C4B5BF
(196,181,191)
#CABDC5
(202,189,197)
#D0C5CB
(208,197,203)
#D6CDD1
(214,205,209)
#DCD5D7
(220,213,215)
#E2DDDD
(226,221,221)
#E8E5E3
(232,229,227)
#EEEDE9
(238,237,233)
#F4F5EF
(244,245,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B8A5B3 color. Also use rgb(184,165,179) instead hex code.

Text Font Color

.myTextColor { color: #B8A5B3; }

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

This text font color is #B8A5B3.

Background Color

.myBgColor { background-color: #B8A5B3; }

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

This div background color is #B8A5B3.

Border color

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

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

This div border color is #B8A5B3.

Opacity

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

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

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

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

This text has shadow with #B8A5B3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B8A5B3.

Preview

Color preview on black background

This text has color #B8A5B3 on black background.


Color preview on white background

This text has color #B8A5B3 on white background.


Black color preview on #B8A5B3 background

This text has black color on #B8A5B3 background.


White color preview on #B8A5B3 background

This text has white color on #B8A5B3 background.


Related colors

Complementary color

Complementary color for #hex is #475A4C.


I love getcolorcode.com

Triadic colors

1 #B3B8A5 and #A5B3B8 with #B8A5B3 are triadic colors.

2 #B3A5B8 and #A5B8B3 with #B8A5B3 are triadic colors.