COLOR #B8A7BE

HEX: #B8A7BE RGB: (184,167,190)

Color info

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

RGB color model

#B8A7BE color RGB value is (184,167,190).

RGB: (184,167,190) (72%, 65%, 75%)

RGB channels and saturation

R 184 of 255 = 72%
G 167 of 255 = 65%
B 190 of 255 = 75%

184
167
190

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

Portions of RGB colors in percentages

R + G + B = 184 + 167 + 190 = 541 (100%)
R 184 of 541 ~ 34.01%
G 167 of 541 ~ 30.87%
B 190 of 541 ~ 35.12'%

%34.01
%30.87
%35.12

CMYK color model

#B8A7BE color CMYK value is (3,12,0,25).

  • cyan value is 3.16%
  • magenta value is 12.11%
  • yellow value is 0.00%
  • key color value is 25.49%

CMYK: (3,12,0,25)
C3M12Y0K25 (3%, 12%, 0%, 25%)
(0.03 / 0.12 / 0.00 / 0.25)

CMYK percentages

%3.16
%12.11
%0
%25.49

Codes

Color #B8A7BE in popluar color models

B8 A7 BE
RGB 184 167 190
HSL 284° 15.03% 70.00%
HSB/HSV 284° 12.11% 74.51%
CMYK 3.16% 12.11% 0.00%
25.49%

Color #B8A7BE in popluar number systems.

HEX B8 A7 BE
Decimal 184 167 190
Binary 10111000 10100111 10111110
Octal 270 247 276

Shades and tints

Shades of #B8A7BE

#B8A7BE
(184,167,190)
#A898AD
(168,152,173)
#98899C
(152,137,156)
#887A8B
(136,122,139)
#786B7A
(120,107,122)
#685C69
(104,92,105)
#584D58
(88,77,88)
#483E47
(72,62,71)
#382F36
(56,47,54)
#282025
(40,32,37)
#181114
(24,17,20)
#000000
(0,0,0)

Tints of #B8A7BE

#B8A7BE
(184,167,190)
#BEAFC3
(190,175,195)
#C4B7C8
(196,183,200)
#CABFCD
(202,191,205)
#D0C7D2
(208,199,210)
#D6CFD7
(214,207,215)
#DCD7DC
(220,215,220)
#E2DFE1
(226,223,225)
#E8E7E6
(232,231,230)
#EEEFEB
(238,239,235)
#F4F7F0
(244,247,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B8A7BE color. Also use rgb(184,167,190) instead hex code.

Text Font Color

.myTextColor { color: #B8A7BE; }

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

This text font color is #B8A7BE.

Background Color

.myBgColor { background-color: #B8A7BE; }

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

This div background color is #B8A7BE.

Border color

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

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

This div border color is #B8A7BE.

Opacity

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

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

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

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

This text has shadow with #B8A7BE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B8A7BE.

Preview

Color preview on black background

This text has color #B8A7BE on black background.


Color preview on white background

This text has color #B8A7BE on white background.


Black color preview on #B8A7BE background

This text has black color on #B8A7BE background.


White color preview on #B8A7BE background

This text has white color on #B8A7BE background.


Related colors

Complementary color

Complementary color for #hex is #475841.


I love getcolorcode.com

Triadic colors

1 #BEB8A7 and #A7BEB8 with #B8A7BE are triadic colors.

2 #BEA7B8 and #A7B8BE with #B8A7BE are triadic colors.