COLOR #B8A9D6

HEX: #B8A9D6 RGB: (184,169,214)

Color info

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

RGB color model

#B8A9D6 color RGB value is (184,169,214).

RGB: (184,169,214) (72%, 66%, 84%)

RGB channels and saturation

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

184
169
214

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

Portions of RGB colors in percentages

R + G + B = 184 + 169 + 214 = 567 (100%)
R 184 of 567 ~ 32.45%
G 169 of 567 ~ 29.81%
B 214 of 567 ~ 37.74'%

%32.45
%29.81
%37.74

CMYK color model

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

  • cyan value is 14.02%
  • magenta value is 21.03%
  • 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
%21.03
%0
%16.08

Codes

Color #B8A9D6 in popluar color models

B8 A9 D6
RGB 184 169 214
HSL 260° 35.43% 75.10%
HSB/HSV 260° 21.03% 83.92%
CMYK 14.02% 21.03% 0.00%
16.08%

Color #B8A9D6 in popluar number systems.

HEX B8 A9 D6
Decimal 184 169 214
Binary 10111000 10101001 11010110
Octal 270 251 326

Shades and tints

Shades of #B8A9D6

#B8A9D6
(184,169,214)
#A89AC3
(168,154,195)
#988BB0
(152,139,176)
#887C9D
(136,124,157)
#786D8A
(120,109,138)
#685E77
(104,94,119)
#584F64
(88,79,100)
#484051
(72,64,81)
#38313E
(56,49,62)
#28222B
(40,34,43)
#181318
(24,19,24)
#000000
(0,0,0)

Tints of #B8A9D6

#B8A9D6
(184,169,214)
#BEB0D9
(190,176,217)
#C4B7DC
(196,183,220)
#CABEDF
(202,190,223)
#D0C5E2
(208,197,226)
#D6CCE5
(214,204,229)
#DCD3E8
(220,211,232)
#E2DAEB
(226,218,235)
#E8E1EE
(232,225,238)
#EEE8F1
(238,232,241)
#F4EFF4
(244,239,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B8A9D6; }

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

This text font color is #B8A9D6.

Background Color

.myBgColor { background-color: #B8A9D6; }

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

This div background color is #B8A9D6.

Border color

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

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

This div border color is #B8A9D6.

Opacity

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

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

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

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

This text has shadow with #B8A9D6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B8A9D6.

Preview

Color preview on black background

This text has color #B8A9D6 on black background.


Color preview on white background

This text has color #B8A9D6 on white background.


Black color preview on #B8A9D6 background

This text has black color on #B8A9D6 background.


White color preview on #B8A9D6 background

This text has white color on #B8A9D6 background.


Related colors

Complementary color

Complementary color for #hex is #475629.


I love getcolorcode.com

Triadic colors

1 #D6B8A9 and #A9D6B8 with #B8A9D6 are triadic colors.

2 #D6A9B8 and #A9B8D6 with #B8A9D6 are triadic colors.