COLOR #B0A8DC

HEX: #B0A8DC RGB: (176,168,220)

Color info

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

RGB color model

#B0A8DC color RGB value is (176,168,220).

RGB: (176,168,220) (69%, 66%, 86%)

RGB channels and saturation

R 176 of 255 = 69%
G 168 of 255 = 66%
B 220 of 255 = 86%

176
168
220

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

Portions of RGB colors in percentages

R + G + B = 176 + 168 + 220 = 564 (100%)
R 176 of 564 ~ 31.21%
G 168 of 564 ~ 29.79%
B 220 of 564 ~ 39.01'%

%31.21
%29.79
%39.01

CMYK color model

#B0A8DC color CMYK value is (20,24,0,14).

  • cyan value is 20.00%
  • magenta value is 23.64%
  • yellow value is 0.00%
  • key color value is 13.73%
CMYK: (20,24,0,14) C20M24Y0K14 (20%,24%,0%,14%) (0.20/0.24/0.00/0.14) 

CMYK percentages

%20
%23.64
%0
%13.73

Codes

Color #B0A8DC in popluar color models

B0 A8 DC
RGB 176 168 220
HSL 249° 42.62% 76.08%
HSB/HSV 249° 23.64% 86.27%
CMYK 20.00% 23.64% 0.00%
13.73%

Color #B0A8DC in popluar number systems.

HEX B0 A8 DC
Decimal 176 168 220
Binary 10110000 10101000 11011100
Octal 260 250 334

Shades and tints

Shades of #B0A8DC

#B0A8DC
(176,168,220)
#A099C8
(160,153,200)
#908AB4
(144,138,180)
#807BA0
(128,123,160)
#706C8C
(112,108,140)
#605D78
(96,93,120)
#504E64
(80,78,100)
#403F50
(64,63,80)
#30303C
(48,48,60)
#202128
(32,33,40)
#101214
(16,18,20)
#000000
(0,0,0)

Tints of #B0A8DC

#B0A8DC
(176,168,220)
#B7AFDF
(183,175,223)
#BEB6E2
(190,182,226)
#C5BDE5
(197,189,229)
#CCC4E8
(204,196,232)
#D3CBEB
(211,203,235)
#DAD2EE
(218,210,238)
#E1D9F1
(225,217,241)
#E8E0F4
(232,224,244)
#EFE7F7
(239,231,247)
#F6EEFA
(246,238,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B0A8DC color. Also use rgb(176,168,220) instead hex code.

Text Font Color

.myTextColor { color: #B0A8DC; }

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

This text font color is #B0A8DC.

Background Color

.myBgColor { background-color: #B0A8DC; }

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

This div background color is #B0A8DC.

Border color

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

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

This div border color is #B0A8DC.

Opacity

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

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

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

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

This text has shadow with #B0A8DC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B0A8DC.

Preview

Color preview on black background

This text has color #B0A8DC on black background.


Color preview on white background

This text has color #B0A8DC on white background.


Black color preview on #B0A8DC background

This text has black color on #B0A8DC background.


White color preview on #B0A8DC background

This text has white color on #B0A8DC background.


Related colors

Complementary color

Complementary color for #hex is #4F5723.


I love getcolorcode.com

Triadic colors

1 #DCB0A8 and #A8DCB0 with #B0A8DC are triadic colors.

2 #DCA8B0 and #A8B0DC with #B0A8DC are triadic colors.