COLOR #B8AAE6

HEX: #B8AAE6
RGB: (184,170,230)

Color info

#B8AAE6 contains mainly red and blue colors. Web safe color of #B8AAE6 is #CC99CC (or #C9C).

RGB color model

#B8AAE6 color RGB value is (184,170,230).

  • red value is 184;
  • green value is 170;
  • blue value is 230.
RGB:
(184,170,230)
(72%,67%,90%)

RGB channels and saturation

R 184 of 255 = 72%
G 170 of 255 = 67%
B 230 of 255 = 90%

184
170
230

R + G + B ~ 76%. #B8AAE6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
184 + 170 + 230 = 584 (100%)
R 184 of 584 ~ 31.51%
G 170 of 584 ~ 29.11%
B 230 of 584 ~ 39.38%

%31.51
%29.11
%39.38

CMYK color model

#B8AAE6 color CMYK value is (20,26,0,10).

  • cyan value is 20.00%
  • magenta value is 26.09%
  • yellow value is 0.00%
  • key color value is 9.80%
CMYK:
(20,26,0,10)
C20M26Y0K10 
(20%,26%,0%,10%)
(0.20/0.26/0.00/0.10)	

CMYK percentages

%20
%26.09
%0
%9.8

Codes

Color #B8AAE6 in popluar color models

B8AAE6
RGB184170230
HSL254°54.55%78.43%
HSB/HSV254°26.09%90.20%
CMYK20.00%26.09%0.00%
9.80%

Color #B8AAE6 in popluar number systems.

HEXB8AAE6
Decimal184170230
Binary101110001010101011100110
Octal270252346

Shades and tints

Shades of #B8AAE6

#B8AAE6
(184,170,230)
#A89BD2
(168,155,210)
#988CBE
(152,140,190)
#887DAA
(136,125,170)
#786E96
(120,110,150)
#685F82
(104,95,130)
#58506E
(88,80,110)
#48415A
(72,65,90)
#383246
(56,50,70)
#282332
(40,35,50)
#18141E
(24,20,30)
#000000
(0,0,0)

Tints of #B8AAE6

#B8AAE6
(184,170,230)
#BEB1E8
(190,177,232)
#C4B8EA
(196,184,234)
#CABFEC
(202,191,236)
#D0C6EE
(208,198,238)
#D6CDF0
(214,205,240)
#DCD4F2
(220,212,242)
#E2DBF4
(226,219,244)
#E8E2F6
(232,226,246)
#EEE9F8
(238,233,248)
#F4F0FA
(244,240,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B8AAE6 color. Also use rgb(184,170,230) instead hex code.

Text Font Color

.myTextColor { color: #B8AAE6; }

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

This text font color is #B8AAE6.


Background Color

.myBgColor { background-color: #B8AAE6; }

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

This div background color is #B8AAE6.


Border color

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

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

This div border color is #B8AAE6.


Opacity

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

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

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

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

This text has shadow with #B8AAE6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B8AAE6 on black background.


Color preview on white background

This text has color #B8AAE6 on white background.



Black color preview on #B8AAE6 background

This text has black color on #B8AAE6 background.


White color preview on #B8AAE6 background

This text has white color on #B8AAE6 background.