COLOR #B8A9DE

HEX: #B8A9DE
RGB: (184,169,222)

Color info

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

RGB color model

#B8A9DE color RGB value is (184,169,222).

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

RGB channels and saturation

R 184 of 255 = 72%
G 169 of 255 = 66%
B 222 of 255 = 87%

184
169
222

R + G + B ~ 75%. #B8A9DE is quite light color.

Portions of RGB colors in percentages

R + G + B =
184 + 169 + 222 = 575 (100%)
R 184 of 575 ~ 32%
G 169 of 575 ~ 29.39%
B 222 of 575 ~ 38.61%

%32
%29.39
%38.61

CMYK color model

#B8A9DE color CMYK value is (17,24,0,13).

  • cyan value is 17.12%
  • magenta value is 23.87%
  • yellow value is 0.00%
  • key color value is 12.94%
CMYK:
(17,24,0,13)
C17M24Y0K13 
(17%,24%,0%,13%)
(0.17/0.24/0.00/0.13)	

CMYK percentages

%17.12
%23.87
%0
%12.94

Codes

Color #B8A9DE in popluar color models

B8A9DE
RGB184169222
HSL257°44.54%76.67%
HSB/HSV257°23.87%87.06%
CMYK17.12%23.87%0.00%
12.94%

Color #B8A9DE in popluar number systems.

HEXB8A9DE
Decimal184169222
Binary101110001010100111011110
Octal270251336

Shades and tints

Shades of #B8A9DE

#B8A9DE
(184,169,222)
#A89ACA
(168,154,202)
#988BB6
(152,139,182)
#887CA2
(136,124,162)
#786D8E
(120,109,142)
#685E7A
(104,94,122)
#584F66
(88,79,102)
#484052
(72,64,82)
#38313E
(56,49,62)
#28222A
(40,34,42)
#181316
(24,19,22)
#000000
(0,0,0)

Tints of #B8A9DE

#B8A9DE
(184,169,222)
#BEB0E1
(190,176,225)
#C4B7E4
(196,183,228)
#CABEE7
(202,190,231)
#D0C5EA
(208,197,234)
#D6CCED
(214,204,237)
#DCD3F0
(220,211,240)
#E2DAF3
(226,218,243)
#E8E1F6
(232,225,246)
#EEE8F9
(238,232,249)
#F4EFFC
(244,239,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B8A9DE; }

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

This text font color is #B8A9DE.


Background Color

.myBgColor { background-color: #B8A9DE; }

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

This div background color is #B8A9DE.


Border color

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

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

This div border color is #B8A9DE.


Opacity

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

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

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

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

This text has shadow with #B8A9DE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B8A9DE on black background.


Color preview on white background

This text has color #B8A9DE on white background.



Black color preview on #B8A9DE background

This text has black color on #B8A9DE background.


White color preview on #B8A9DE background

This text has white color on #B8A9DE background.