COLOR #B0A4D6

HEX: #B0A4D6 RGB: (176,164,214)

Color info

#B0A4D6 contains red, green and blue colors in about the same proportion. Web safe color of #B0A4D6 is #9999CC (or #99C).

RGB color model

#B0A4D6 color RGB value is (176,164,214).

RGB: (176,164,214) (69%, 64%, 84%)

RGB channels and saturation

R 176 of 255 = 69%
G 164 of 255 = 64%
B 214 of 255 = 84%

176
164
214

R + G + B ~ 72%. #B0A4D6 is quite light color.

Portions of RGB colors in percentages

R + G + B = 176 + 164 + 214 = 554 (100%)
R 176 of 554 ~ 31.77%
G 164 of 554 ~ 29.6%
B 214 of 554 ~ 38.63'%

%31.77
%29.6
%38.63

CMYK color model

#B0A4D6 color CMYK value is (18,23,0,16).

  • cyan value is 17.76%
  • magenta value is 23.36%
  • yellow value is 0.00%
  • key color value is 16.08%
CMYK: (18,23,0,16) C18M23Y0K16 (18%,23%,0%,16%) (0.18/0.23/0.00/0.16) 

CMYK percentages

%17.76
%23.36
%0
%16.08

Codes

Color #B0A4D6 in popluar color models

B0 A4 D6
RGB 176 164 214
HSL 254° 37.88% 74.12%
HSB/HSV 254° 23.36% 83.92%
CMYK 17.76% 23.36% 0.00%
16.08%

Color #B0A4D6 in popluar number systems.

HEX B0 A4 D6
Decimal 176 164 214
Binary 10110000 10100100 11010110
Octal 260 244 326

Shades and tints

Shades of #B0A4D6

#B0A4D6
(176,164,214)
#A096C3
(160,150,195)
#9088B0
(144,136,176)
#807A9D
(128,122,157)
#706C8A
(112,108,138)
#605E77
(96,94,119)
#505064
(80,80,100)
#404251
(64,66,81)
#30343E
(48,52,62)
#20262B
(32,38,43)
#101818
(16,24,24)
#000000
(0,0,0)

Tints of #B0A4D6

#B0A4D6
(176,164,214)
#B7ACD9
(183,172,217)
#BEB4DC
(190,180,220)
#C5BCDF
(197,188,223)
#CCC4E2
(204,196,226)
#D3CCE5
(211,204,229)
#DAD4E8
(218,212,232)
#E1DCEB
(225,220,235)
#E8E4EE
(232,228,238)
#EFECF1
(239,236,241)
#F6F4F4
(246,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B0A4D6 color. Also use rgb(176,164,214) instead hex code.

Text Font Color

.myTextColor { color: #B0A4D6; }

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

This text font color is #B0A4D6.

Background Color

.myBgColor { background-color: #B0A4D6; }

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

This div background color is #B0A4D6.

Border color

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

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

This div border color is #B0A4D6.

Opacity

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

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

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

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

This text has shadow with #B0A4D6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B0A4D6.

Preview

Color preview on black background

This text has color #B0A4D6 on black background.


Color preview on white background

This text has color #B0A4D6 on white background.


Black color preview on #B0A4D6 background

This text has black color on #B0A4D6 background.


White color preview on #B0A4D6 background

This text has white color on #B0A4D6 background.


Related colors

Complementary color

Complementary color for #hex is #4F5B29.


I love getcolorcode.com

Triadic colors

1 #D6B0A4 and #A4D6B0 with #B0A4D6 are triadic colors.

2 #D6A4B0 and #A4B0D6 with #B0A4D6 are triadic colors.