COLOR #B8AADA

HEX: #B8AADA
RGB: (184,170,218)

Color info

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

RGB color model

#B8AADA color RGB value is (184,170,218).

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

RGB channels and saturation

R 184 of 255 = 72%
G 170 of 255 = 67%
B 218 of 255 = 85%

184
170
218

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

Portions of RGB colors in percentages

R + G + B =
184 + 170 + 218 = 572 (100%)
R 184 of 572 ~ 32.17%
G 170 of 572 ~ 29.72%
B 218 of 572 ~ 38.11%

%32.17
%29.72
%38.11

CMYK color model

#B8AADA color CMYK value is (16,22,0,15).

  • cyan value is 15.60%
  • magenta value is 22.02%
  • yellow value is 0.00%
  • key color value is 14.51%
CMYK:
(16,22,0,15)
C16M22Y0K15 
(16%,22%,0%,15%)
(0.16/0.22/0.00/0.15)	

CMYK percentages

%15.6
%22.02
%0
%14.51

Codes

Color #B8AADA in popluar color models

B8AADA
RGB184170218
HSL258°39.34%76.08%
HSB/HSV258°22.02%85.49%
CMYK15.60%22.02%0.00%
14.51%

Color #B8AADA in popluar number systems.

HEXB8AADA
Decimal184170218
Binary101110001010101011011010
Octal270252332

Shades and tints

Shades of #B8AADA

#B8AADA
(184,170,218)
#A89BC7
(168,155,199)
#988CB4
(152,140,180)
#887DA1
(136,125,161)
#786E8E
(120,110,142)
#685F7B
(104,95,123)
#585068
(88,80,104)
#484155
(72,65,85)
#383242
(56,50,66)
#28232F
(40,35,47)
#18141C
(24,20,28)
#000000
(0,0,0)

Tints of #B8AADA

#B8AADA
(184,170,218)
#BEB1DD
(190,177,221)
#C4B8E0
(196,184,224)
#CABFE3
(202,191,227)
#D0C6E6
(208,198,230)
#D6CDE9
(214,205,233)
#DCD4EC
(220,212,236)
#E2DBEF
(226,219,239)
#E8E2F2
(232,226,242)
#EEE9F5
(238,233,245)
#F4F0F8
(244,240,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B8AADA; }

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

This text font color is #B8AADA.


Background Color

.myBgColor { background-color: #B8AADA; }

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

This div background color is #B8AADA.


Border color

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

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

This div border color is #B8AADA.


Opacity

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

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

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

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

This text has shadow with #B8AADA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B8AADA on black background.


Color preview on white background

This text has color #B8AADA on white background.



Black color preview on #B8AADA background

This text has black color on #B8AADA background.


White color preview on #B8AADA background

This text has white color on #B8AADA background.