COLOR #B0A4D2

HEX: #B0A4D2 RGB: (176,164,210)

Color info

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

RGB color model

#B0A4D2 color RGB value is (176,164,210).

RGB: (176,164,210) (69%, 64%, 82%)

RGB channels and saturation

R 176 of 255 = 69%
G 164 of 255 = 64%
B 210 of 255 = 82%

176
164
210

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

Portions of RGB colors in percentages

R + G + B = 176 + 164 + 210 = 550 (100%)
R 176 of 550 ~ 32%
G 164 of 550 ~ 29.82%
B 210 of 550 ~ 38.18'%

%32
%29.82
%38.18

CMYK color model

#B0A4D2 color CMYK value is (16,22,0,18).

  • cyan value is 16.19%
  • magenta value is 21.90%
  • yellow value is 0.00%
  • key color value is 17.65%

CMYK: (16,22,0,18)
C16M22Y0K18 (16%, 22%, 0%, 18%)
(0.16 / 0.22 / 0.00 / 0.18)

CMYK percentages

%16.19
%21.9
%0
%17.65

Codes

Color #B0A4D2 in popluar color models

B0 A4 D2
RGB 176 164 210
HSL 256° 33.82% 73.33%
HSB/HSV 256° 21.90% 82.35%
CMYK 16.19% 21.90% 0.00%
17.65%

Color #B0A4D2 in popluar number systems.

HEX B0 A4 D2
Decimal 176 164 210
Binary 10110000 10100100 11010010
Octal 260 244 322

Shades and tints

Shades of #B0A4D2

#B0A4D2
(176,164,210)
#A096BF
(160,150,191)
#9088AC
(144,136,172)
#807A99
(128,122,153)
#706C86
(112,108,134)
#605E73
(96,94,115)
#505060
(80,80,96)
#40424D
(64,66,77)
#30343A
(48,52,58)
#202627
(32,38,39)
#101814
(16,24,20)
#000000
(0,0,0)

Tints of #B0A4D2

#B0A4D2
(176,164,210)
#B7ACD6
(183,172,214)
#BEB4DA
(190,180,218)
#C5BCDE
(197,188,222)
#CCC4E2
(204,196,226)
#D3CCE6
(211,204,230)
#DAD4EA
(218,212,234)
#E1DCEE
(225,220,238)
#E8E4F2
(232,228,242)
#EFECF6
(239,236,246)
#F6F4FA
(246,244,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B0A4D2; }

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

This text font color is #B0A4D2.

Background Color

.myBgColor { background-color: #B0A4D2; }

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

This div background color is #B0A4D2.

Border color

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

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

This div border color is #B0A4D2.

Opacity

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

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

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

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

This text has shadow with #B0A4D2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B0A4D2.

Preview

Color preview on black background

This text has color #B0A4D2 on black background.


Color preview on white background

This text has color #B0A4D2 on white background.


Black color preview on #B0A4D2 background

This text has black color on #B0A4D2 background.


White color preview on #B0A4D2 background

This text has white color on #B0A4D2 background.


Related colors

Complementary color

Complementary color for #hex is #4F5B2D.


I love getcolorcode.com

Triadic colors

1 #D2B0A4 and #A4D2B0 with #B0A4D2 are triadic colors.

2 #D2A4B0 and #A4B0D2 with #B0A4D2 are triadic colors.