COLOR #B0A6D7

HEX: #B0A6D7 RGB: (176,166,215)

Color info

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

RGB color model

#B0A6D7 color RGB value is (176,166,215).

RGB: (176,166,215) (69%, 65%, 84%)

RGB channels and saturation

R 176 of 255 = 69%
G 166 of 255 = 65%
B 215 of 255 = 84%

176
166
215

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

Portions of RGB colors in percentages

R + G + B = 176 + 166 + 215 = 557 (100%)
R 176 of 557 ~ 31.6%
G 166 of 557 ~ 29.8%
B 215 of 557 ~ 38.6'%

%31.6
%29.8
%38.6

CMYK color model

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

  • cyan value is 18.14%
  • magenta value is 22.79%
  • yellow value is 0.00%
  • key color value is 15.69%

CMYK: (18,23,0,16)
C18M23Y0K16 (18%, 23%, 0%, 16%)
(0.18 / 0.23 / 0.00 / 0.16)

CMYK percentages

%18.14
%22.79
%0
%15.69

Codes

Color #B0A6D7 in popluar color models

B0 A6 D7
RGB 176 166 215
HSL 252° 37.98% 74.71%
HSB/HSV 252° 22.79% 84.31%
CMYK 18.14% 22.79% 0.00%
15.69%

Color #B0A6D7 in popluar number systems.

HEX B0 A6 D7
Decimal 176 166 215
Binary 10110000 10100110 11010111
Octal 260 246 327

Shades and tints

Shades of #B0A6D7

#B0A6D7
(176,166,215)
#A097C4
(160,151,196)
#9088B1
(144,136,177)
#80799E
(128,121,158)
#706A8B
(112,106,139)
#605B78
(96,91,120)
#504C65
(80,76,101)
#403D52
(64,61,82)
#302E3F
(48,46,63)
#201F2C
(32,31,44)
#101019
(16,16,25)
#000000
(0,0,0)

Tints of #B0A6D7

#B0A6D7
(176,166,215)
#B7AEDA
(183,174,218)
#BEB6DD
(190,182,221)
#C5BEE0
(197,190,224)
#CCC6E3
(204,198,227)
#D3CEE6
(211,206,230)
#DAD6E9
(218,214,233)
#E1DEEC
(225,222,236)
#E8E6EF
(232,230,239)
#EFEEF2
(239,238,242)
#F6F6F5
(246,246,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B0A6D7 color. Also use rgb(176,166,215) instead hex code.

Text Font Color

.myTextColor { color: #B0A6D7; }

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

This text font color is #B0A6D7.

Background Color

.myBgColor { background-color: #B0A6D7; }

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

This div background color is #B0A6D7.

Border color

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

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

This div border color is #B0A6D7.

Opacity

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

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

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

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

This text has shadow with #B0A6D7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B0A6D7.

Preview

Color preview on black background

This text has color #B0A6D7 on black background.


Color preview on white background

This text has color #B0A6D7 on white background.


Black color preview on #B0A6D7 background

This text has black color on #B0A6D7 background.


White color preview on #B0A6D7 background

This text has white color on #B0A6D7 background.


Related colors

Complementary color

Complementary color for #hex is #4F5928.


I love getcolorcode.com

Triadic colors

1 #D7B0A6 and #A6D7B0 with #B0A6D7 are triadic colors.

2 #D7A6B0 and #A6B0D7 with #B0A6D7 are triadic colors.