COLOR #B8A5D7

HEX: #B8A5D7
RGB: (184,165,215)

Color info

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

RGB color model

#B8A5D7 color RGB value is (184,165,215).

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

RGB channels and saturation

R 184 of 255 = 72%
G 165 of 255 = 65%
B 215 of 255 = 84%

184
165
215

R + G + B ~ 74%. #B8A5D7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
184 + 165 + 215 = 564 (100%)
R 184 of 564 ~ 32.62%
G 165 of 564 ~ 29.26%
B 215 of 564 ~ 38.12%

%32.62
%29.26
%38.12

CMYK color model

#B8A5D7 color CMYK value is (14,23,0,16).

  • cyan value is 14.42%
  • magenta value is 23.26%
  • yellow value is 0.00%
  • key color value is 15.69%
CMYK:
(14,23,0,16)
C14M23Y0K16 
(14%,23%,0%,16%)
(0.14/0.23/0.00/0.16)	

CMYK percentages

%14.42
%23.26
%0
%15.69

Codes

Color #B8A5D7 in popluar color models

B8A5D7
RGB184165215
HSL263°38.46%74.51%
HSB/HSV263°23.26%84.31%
CMYK14.42%23.26%0.00%
15.69%

Color #B8A5D7 in popluar number systems.

HEXB8A5D7
Decimal184165215
Binary101110001010010111010111
Octal270245327

Shades and tints

Shades of #B8A5D7

#B8A5D7
(184,165,215)
#A896C4
(168,150,196)
#9887B1
(152,135,177)
#88789E
(136,120,158)
#78698B
(120,105,139)
#685A78
(104,90,120)
#584B65
(88,75,101)
#483C52
(72,60,82)
#382D3F
(56,45,63)
#281E2C
(40,30,44)
#180F19
(24,15,25)
#000000
(0,0,0)

Tints of #B8A5D7

#B8A5D7
(184,165,215)
#BEADDA
(190,173,218)
#C4B5DD
(196,181,221)
#CABDE0
(202,189,224)
#D0C5E3
(208,197,227)
#D6CDE6
(214,205,230)
#DCD5E9
(220,213,233)
#E2DDEC
(226,221,236)
#E8E5EF
(232,229,239)
#EEEDF2
(238,237,242)
#F4F5F5
(244,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B8A5D7; }

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

This text font color is #B8A5D7.


Background Color

.myBgColor { background-color: #B8A5D7; }

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

This div background color is #B8A5D7.


Border color

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

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

This div border color is #B8A5D7.


Opacity

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

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

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

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

This text has shadow with #B8A5D7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B8A5D7 on black background.


Color preview on white background

This text has color #B8A5D7 on white background.



Black color preview on #B8A5D7 background

This text has black color on #B8A5D7 background.


White color preview on #B8A5D7 background

This text has white color on #B8A5D7 background.