COLOR #B8A5C1

HEX: #B8A5C1
RGB: (184,165,193)

Color info

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

RGB color model

#B8A5C1 color RGB value is (184,165,193).

  • red value is 184;
  • green value is 165;
  • blue value is 193.
RGB:
(184,165,193)
(72%,65%,76%)

RGB channels and saturation

R 184 of 255 = 72%
G 165 of 255 = 65%
B 193 of 255 = 76%

184
165
193

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

Portions of RGB colors in percentages

R + G + B =
184 + 165 + 193 = 542 (100%)
R 184 of 542 ~ 33.95%
G 165 of 542 ~ 30.44%
B 193 of 542 ~ 35.61%

%33.95
%30.44
%35.61

CMYK color model

#B8A5C1 color CMYK value is (5,15,0,24).

  • cyan value is 4.66%
  • magenta value is 14.51%
  • yellow value is 0.00%
  • key color value is 24.31%
CMYK:
(5,15,0,24)
C5M15Y0K24 
(5%,15%,0%,24%)
(0.05/0.15/0.00/0.24)	

CMYK percentages

%4.66
%14.51
%0
%24.31

Codes

Color #B8A5C1 in popluar color models

B8A5C1
RGB184165193
HSL281°18.42%70.20%
HSB/HSV281°14.51%75.69%
CMYK4.66%14.51%0.00%
24.31%

Color #B8A5C1 in popluar number systems.

HEXB8A5C1
Decimal184165193
Binary101110001010010111000001
Octal270245301

Shades and tints

Shades of #B8A5C1

#B8A5C1
(184,165,193)
#A896B0
(168,150,176)
#98879F
(152,135,159)
#88788E
(136,120,142)
#78697D
(120,105,125)
#685A6C
(104,90,108)
#584B5B
(88,75,91)
#483C4A
(72,60,74)
#382D39
(56,45,57)
#281E28
(40,30,40)
#180F17
(24,15,23)
#000000
(0,0,0)

Tints of #B8A5C1

#B8A5C1
(184,165,193)
#BEADC6
(190,173,198)
#C4B5CB
(196,181,203)
#CABDD0
(202,189,208)
#D0C5D5
(208,197,213)
#D6CDDA
(214,205,218)
#DCD5DF
(220,213,223)
#E2DDE4
(226,221,228)
#E8E5E9
(232,229,233)
#EEEDEE
(238,237,238)
#F4F5F3
(244,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B8A5C1; }

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

This text font color is #B8A5C1.


Background Color

.myBgColor { background-color: #B8A5C1; }

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

This div background color is #B8A5C1.


Border color

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

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

This div border color is #B8A5C1.


Opacity

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

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

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

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

This text has shadow with #B8A5C1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B8A5C1 on black background.


Color preview on white background

This text has color #B8A5C1 on white background.



Black color preview on #B8A5C1 background

This text has black color on #B8A5C1 background.


White color preview on #B8A5C1 background

This text has white color on #B8A5C1 background.