COLOR #B8AAD6

HEX: #B8AAD6 RGB: (184,170,214)

Color info

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

RGB color model

#B8AAD6 color RGB value is (184,170,214).

RGB: (184,170,214) (72%, 67%, 84%)

RGB channels and saturation

R 184 of 255 = 72%
G 170 of 255 = 67%
B 214 of 255 = 84%

184
170
214

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

Portions of RGB colors in percentages

R + G + B = 184 + 170 + 214 = 568 (100%)
R 184 of 568 ~ 32.39%
G 170 of 568 ~ 29.93%
B 214 of 568 ~ 37.68'%

%32.39
%29.93
%37.68

CMYK color model

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

  • cyan value is 14.02%
  • magenta value is 20.56%
  • yellow value is 0.00%
  • key color value is 16.08%

CMYK: (14,21,0,16)
C14M21Y0K16 (14%, 21%, 0%, 16%)
(0.14 / 0.21 / 0.00 / 0.16)

CMYK percentages

%14.02
%20.56
%0
%16.08

Codes

Color #B8AAD6 in popluar color models

B8 AA D6
RGB 184 170 214
HSL 259° 34.92% 75.29%
HSB/HSV 259° 20.56% 83.92%
CMYK 14.02% 20.56% 0.00%
16.08%

Color #B8AAD6 in popluar number systems.

HEX B8 AA D6
Decimal 184 170 214
Binary 10111000 10101010 11010110
Octal 270 252 326

Shades and tints

Shades of #B8AAD6

#B8AAD6
(184,170,214)
#A89BC3
(168,155,195)
#988CB0
(152,140,176)
#887D9D
(136,125,157)
#786E8A
(120,110,138)
#685F77
(104,95,119)
#585064
(88,80,100)
#484151
(72,65,81)
#38323E
(56,50,62)
#28232B
(40,35,43)
#181418
(24,20,24)
#000000
(0,0,0)

Tints of #B8AAD6

#B8AAD6
(184,170,214)
#BEB1D9
(190,177,217)
#C4B8DC
(196,184,220)
#CABFDF
(202,191,223)
#D0C6E2
(208,198,226)
#D6CDE5
(214,205,229)
#DCD4E8
(220,212,232)
#E2DBEB
(226,219,235)
#E8E2EE
(232,226,238)
#EEE9F1
(238,233,241)
#F4F0F4
(244,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B8AAD6; }

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

This text font color is #B8AAD6.

Background Color

.myBgColor { background-color: #B8AAD6; }

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

This div background color is #B8AAD6.

Border color

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

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

This div border color is #B8AAD6.

Opacity

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

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

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

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

This text has shadow with #B8AAD6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B8AAD6.

Preview

Color preview on black background

This text has color #B8AAD6 on black background.


Color preview on white background

This text has color #B8AAD6 on white background.


Black color preview on #B8AAD6 background

This text has black color on #B8AAD6 background.


White color preview on #B8AAD6 background

This text has white color on #B8AAD6 background.


Related colors

Complementary color

Complementary color for #hex is #475529.


I love getcolorcode.com

Triadic colors

1 #D6B8AA and #AAD6B8 with #B8AAD6 are triadic colors.

2 #D6AAB8 and #AAB8D6 with #B8AAD6 are triadic colors.