COLOR #B0A7D9

HEX: #B0A7D9
RGB: (176,167,217)

Color info

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

RGB color model

#B0A7D9 color RGB value is (176,167,217).

  • red value is 176;
  • green value is 167;
  • blue value is 217.
RGB:
(176,167,217)
(69%,65%,85%)

RGB channels and saturation

R 176 of 255 = 69%
G 167 of 255 = 65%
B 217 of 255 = 85%

176
167
217

R + G + B ~ 73%. #B0A7D9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
176 + 167 + 217 = 560 (100%)
R 176 of 560 ~ 31.43%
G 167 of 560 ~ 29.82%
B 217 of 560 ~ 38.75%

%31.43
%29.82
%38.75

CMYK color model

#B0A7D9 color CMYK value is (19,23,0,15).

  • cyan value is 18.89%
  • magenta value is 23.04%
  • yellow value is 0.00%
  • key color value is 14.90%
CMYK:
(19,23,0,15)
C19M23Y0K15 
(19%,23%,0%,15%)
(0.19/0.23/0.00/0.15)	

CMYK percentages

%18.89
%23.04
%0
%14.9

Codes

Color #B0A7D9 in popluar color models

B0A7D9
RGB176167217
HSL251°39.68%75.29%
HSB/HSV251°23.04%85.10%
CMYK18.89%23.04%0.00%
14.90%

Color #B0A7D9 in popluar number systems.

HEXB0A7D9
Decimal176167217
Binary101100001010011111011001
Octal260247331

Shades and tints

Shades of #B0A7D9

#B0A7D9
(176,167,217)
#A098C6
(160,152,198)
#9089B3
(144,137,179)
#807AA0
(128,122,160)
#706B8D
(112,107,141)
#605C7A
(96,92,122)
#504D67
(80,77,103)
#403E54
(64,62,84)
#302F41
(48,47,65)
#20202E
(32,32,46)
#10111B
(16,17,27)
#000000
(0,0,0)

Tints of #B0A7D9

#B0A7D9
(176,167,217)
#B7AFDC
(183,175,220)
#BEB7DF
(190,183,223)
#C5BFE2
(197,191,226)
#CCC7E5
(204,199,229)
#D3CFE8
(211,207,232)
#DAD7EB
(218,215,235)
#E1DFEE
(225,223,238)
#E8E7F1
(232,231,241)
#EFEFF4
(239,239,244)
#F6F7F7
(246,247,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B0A7D9 color. Also use rgb(176,167,217) instead hex code.

Text Font Color

.myTextColor { color: #B0A7D9; }

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

This text font color is #B0A7D9.


Background Color

.myBgColor { background-color: #B0A7D9; }

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

This div background color is #B0A7D9.


Border color

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

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

This div border color is #B0A7D9.


Opacity

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

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

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

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

This text has shadow with #B0A7D9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B0A7D9 on black background.


Color preview on white background

This text has color #B0A7D9 on white background.



Black color preview on #B0A7D9 background

This text has black color on #B0A7D9 background.


White color preview on #B0A7D9 background

This text has white color on #B0A7D9 background.