COLOR #B8A0C0

HEX: #B8A0C0
RGB: (184,160,192)

Color info

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

RGB color model

#B8A0C0 color RGB value is (184,160,192).

  • red value is 184;
  • green value is 160;
  • blue value is 192.
RGB:
(184,160,192)
(72%,63%,75%)

RGB channels and saturation

R 184 of 255 = 72%
G 160 of 255 = 63%
B 192 of 255 = 75%

184
160
192

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

Portions of RGB colors in percentages

R + G + B =
184 + 160 + 192 = 536 (100%)
R 184 of 536 ~ 34.33%
G 160 of 536 ~ 29.85%
B 192 of 536 ~ 35.82%

%34.33
%29.85
%35.82

CMYK color model

#B8A0C0 color CMYK value is (4,17,0,25).

  • cyan value is 4.17%
  • magenta value is 16.67%
  • yellow value is 0.00%
  • key color value is 24.71%
CMYK:
(4,17,0,25)
C4M17Y0K25 
(4%,17%,0%,25%)
(0.04/0.17/0.00/0.25)	

CMYK percentages

%4.17
%16.67
%0
%24.71

Codes

Color #B8A0C0 in popluar color models

B8A0C0
RGB184160192
HSL285°20.25%69.02%
HSB/HSV285°16.67%75.29%
CMYK4.17%16.67%0.00%
24.71%

Color #B8A0C0 in popluar number systems.

HEXB8A0C0
Decimal184160192
Binary101110001010000011000000
Octal270240300

Shades and tints

Shades of #B8A0C0

#B8A0C0
(184,160,192)
#A892AF
(168,146,175)
#98849E
(152,132,158)
#88768D
(136,118,141)
#78687C
(120,104,124)
#685A6B
(104,90,107)
#584C5A
(88,76,90)
#483E49
(72,62,73)
#383038
(56,48,56)
#282227
(40,34,39)
#181416
(24,20,22)
#000000
(0,0,0)

Tints of #B8A0C0

#B8A0C0
(184,160,192)
#BEA8C5
(190,168,197)
#C4B0CA
(196,176,202)
#CAB8CF
(202,184,207)
#D0C0D4
(208,192,212)
#D6C8D9
(214,200,217)
#DCD0DE
(220,208,222)
#E2D8E3
(226,216,227)
#E8E0E8
(232,224,232)
#EEE8ED
(238,232,237)
#F4F0F2
(244,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B8A0C0 color. Also use rgb(184,160,192) instead hex code.

Text Font Color

.myTextColor { color: #B8A0C0; }

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

This text font color is #B8A0C0.


Background Color

.myBgColor { background-color: #B8A0C0; }

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

This div background color is #B8A0C0.


Border color

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

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

This div border color is #B8A0C0.


Opacity

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

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

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

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

This text has shadow with #B8A0C0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B8A0C0 on black background.


Color preview on white background

This text has color #B8A0C0 on white background.



Black color preview on #B8A0C0 background

This text has black color on #B8A0C0 background.


White color preview on #B8A0C0 background

This text has white color on #B8A0C0 background.