COLOR #B8A6BF

HEX: #B8A6BF
RGB: (184,166,191)

Color info

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

RGB color model

#B8A6BF color RGB value is (184,166,191).

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

RGB channels and saturation

R 184 of 255 = 72%
G 166 of 255 = 65%
B 191 of 255 = 75%

184
166
191

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

Portions of RGB colors in percentages

R + G + B =
184 + 166 + 191 = 541 (100%)
R 184 of 541 ~ 34.01%
G 166 of 541 ~ 30.68%
B 191 of 541 ~ 35.3%

%34.01
%30.68
%35.3

CMYK color model

#B8A6BF color CMYK value is (4,13,0,25).

  • cyan value is 3.66%
  • magenta value is 13.09%
  • yellow value is 0.00%
  • key color value is 25.10%
CMYK:
(4,13,0,25)
C4M13Y0K25 
(4%,13%,0%,25%)
(0.04/0.13/0.00/0.25)	

CMYK percentages

%3.66
%13.09
%0
%25.1

Codes

Color #B8A6BF in popluar color models

B8A6BF
RGB184166191
HSL283°16.34%70.00%
HSB/HSV283°13.09%74.90%
CMYK3.66%13.09%0.00%
25.10%

Color #B8A6BF in popluar number systems.

HEXB8A6BF
Decimal184166191
Binary101110001010011010111111
Octal270246277

Shades and tints

Shades of #B8A6BF

#B8A6BF
(184,166,191)
#A897AE
(168,151,174)
#98889D
(152,136,157)
#88798C
(136,121,140)
#786A7B
(120,106,123)
#685B6A
(104,91,106)
#584C59
(88,76,89)
#483D48
(72,61,72)
#382E37
(56,46,55)
#281F26
(40,31,38)
#181015
(24,16,21)
#000000
(0,0,0)

Tints of #B8A6BF

#B8A6BF
(184,166,191)
#BEAEC4
(190,174,196)
#C4B6C9
(196,182,201)
#CABECE
(202,190,206)
#D0C6D3
(208,198,211)
#D6CED8
(214,206,216)
#DCD6DD
(220,214,221)
#E2DEE2
(226,222,226)
#E8E6E7
(232,230,231)
#EEEEEC
(238,238,236)
#F4F6F1
(244,246,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B8A6BF color. Also use rgb(184,166,191) instead hex code.

Text Font Color

.myTextColor { color: #B8A6BF; }

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

This text font color is #B8A6BF.


Background Color

.myBgColor { background-color: #B8A6BF; }

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

This div background color is #B8A6BF.


Border color

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

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

This div border color is #B8A6BF.


Opacity

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

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

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

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

This text has shadow with #B8A6BF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B8A6BF on black background.


Color preview on white background

This text has color #B8A6BF on white background.



Black color preview on #B8A6BF background

This text has black color on #B8A6BF background.


White color preview on #B8A6BF background

This text has white color on #B8A6BF background.