COLOR #B8A9D7

HEX: #B8A9D7
RGB: (184,169,215)

Color info

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

RGB color model

#B8A9D7 color RGB value is (184,169,215).

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

RGB channels and saturation

R 184 of 255 = 72%
G 169 of 255 = 66%
B 215 of 255 = 84%

184
169
215

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

Portions of RGB colors in percentages

R + G + B =
184 + 169 + 215 = 568 (100%)
R 184 of 568 ~ 32.39%
G 169 of 568 ~ 29.75%
B 215 of 568 ~ 37.85%

%32.39
%29.75
%37.85

CMYK color model

#B8A9D7 color CMYK value is (14,21,0,16).

  • cyan value is 14.42%
  • magenta value is 21.40%
  • yellow value is 0.00%
  • key color value is 15.69%
CMYK:
(14,21,0,16)
C14M21Y0K16 
(14%,21%,0%,16%)
(0.14/0.21/0.00/0.16)	

CMYK percentages

%14.42
%21.4
%0
%15.69

Codes

Color #B8A9D7 in popluar color models

B8A9D7
RGB184169215
HSL260°36.51%75.29%
HSB/HSV260°21.40%84.31%
CMYK14.42%21.40%0.00%
15.69%

Color #B8A9D7 in popluar number systems.

HEXB8A9D7
Decimal184169215
Binary101110001010100111010111
Octal270251327

Shades and tints

Shades of #B8A9D7

#B8A9D7
(184,169,215)
#A89AC4
(168,154,196)
#988BB1
(152,139,177)
#887C9E
(136,124,158)
#786D8B
(120,109,139)
#685E78
(104,94,120)
#584F65
(88,79,101)
#484052
(72,64,82)
#38313F
(56,49,63)
#28222C
(40,34,44)
#181319
(24,19,25)
#000000
(0,0,0)

Tints of #B8A9D7

#B8A9D7
(184,169,215)
#BEB0DA
(190,176,218)
#C4B7DD
(196,183,221)
#CABEE0
(202,190,224)
#D0C5E3
(208,197,227)
#D6CCE6
(214,204,230)
#DCD3E9
(220,211,233)
#E2DAEC
(226,218,236)
#E8E1EF
(232,225,239)
#EEE8F2
(238,232,242)
#F4EFF5
(244,239,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B8A9D7; }

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

This text font color is #B8A9D7.


Background Color

.myBgColor { background-color: #B8A9D7; }

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

This div background color is #B8A9D7.


Border color

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

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

This div border color is #B8A9D7.


Opacity

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

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

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

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

This text has shadow with #B8A9D7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B8A9D7 on black background.


Color preview on white background

This text has color #B8A9D7 on white background.



Black color preview on #B8A9D7 background

This text has black color on #B8A9D7 background.


White color preview on #B8A9D7 background

This text has white color on #B8A9D7 background.