COLOR #B8A2B5

HEX: #B8A2B5 RGB: (184,162,181)

Color info

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

RGB color model

#B8A2B5 color RGB value is (184,162,181).

RGB: (184,162,181) (72%, 64%, 71%)

RGB channels and saturation

R 184 of 255 = 72%
G 162 of 255 = 64%
B 181 of 255 = 71%

184
162
181

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

Portions of RGB colors in percentages

R + G + B = 184 + 162 + 181 = 527 (100%)
R 184 of 527 ~ 34.91%
G 162 of 527 ~ 30.74%
B 181 of 527 ~ 34.35'%

%34.91
%30.74
%34.35

CMYK color model

#B8A2B5 color CMYK value is (0,12,2,28).

  • cyan value is 0.00%
  • magenta value is 11.96%
  • yellow value is 1.63%
  • key color value is 27.84%

CMYK: (0,12,2,28)
C0M12Y2K28 (0%, 12%, 2%, 28%)
(0.00 / 0.12 / 0.02 / 0.28)

CMYK percentages

%0
%11.96
%1.63
%27.84

Codes

Color #B8A2B5 in popluar color models

B8 A2 B5
RGB 184 162 181
HSL 308° 13.41% 67.84%
HSB/HSV 308° 11.96% 72.16%
CMYK 0.00% 11.96% 1.63%
27.84%

Color #B8A2B5 in popluar number systems.

HEX B8 A2 B5
Decimal 184 162 181
Binary 10111000 10100010 10110101
Octal 270 242 265

Shades and tints

Shades of #B8A2B5

#B8A2B5
(184,162,181)
#A894A5
(168,148,165)
#988695
(152,134,149)
#887885
(136,120,133)
#786A75
(120,106,117)
#685C65
(104,92,101)
#584E55
(88,78,85)
#484045
(72,64,69)
#383235
(56,50,53)
#282425
(40,36,37)
#181615
(24,22,21)
#000000
(0,0,0)

Tints of #B8A2B5

#B8A2B5
(184,162,181)
#BEAABB
(190,170,187)
#C4B2C1
(196,178,193)
#CABAC7
(202,186,199)
#D0C2CD
(208,194,205)
#D6CAD3
(214,202,211)
#DCD2D9
(220,210,217)
#E2DADF
(226,218,223)
#E8E2E5
(232,226,229)
#EEEAEB
(238,234,235)
#F4F2F1
(244,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B8A2B5 color. Also use rgb(184,162,181) instead hex code.

Text Font Color

.myTextColor { color: #B8A2B5; }

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

This text font color is #B8A2B5.

Background Color

.myBgColor { background-color: #B8A2B5; }

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

This div background color is #B8A2B5.

Border color

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

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

This div border color is #B8A2B5.

Opacity

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

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

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

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

This text has shadow with #B8A2B5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B8A2B5.

Preview

Color preview on black background

This text has color #B8A2B5 on black background.


Color preview on white background

This text has color #B8A2B5 on white background.


Black color preview on #B8A2B5 background

This text has black color on #B8A2B5 background.


White color preview on #B8A2B5 background

This text has white color on #B8A2B5 background.


Related colors

Complementary color

Complementary color for #hex is #475D4A.


I love getcolorcode.com

Triadic colors

1 #B5B8A2 and #A2B5B8 with #B8A2B5 are triadic colors.

2 #B5A2B8 and #A2B8B5 with #B8A2B5 are triadic colors.