COLOR #B0A0CC

HEX: #B0A0CC RGB: (176,160,204)

Color info

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

RGB color model

#B0A0CC color RGB value is (176,160,204).

RGB: (176,160,204) (69%, 63%, 80%)

RGB channels and saturation

R 176 of 255 = 69%
G 160 of 255 = 63%
B 204 of 255 = 80%

176
160
204

R + G + B ~ 71%. #B0A0CC is quite light color.

Portions of RGB colors in percentages

R + G + B = 176 + 160 + 204 = 540 (100%)
R 176 of 540 ~ 32.59%
G 160 of 540 ~ 29.63%
B 204 of 540 ~ 37.78'%

%32.59
%29.63
%37.78

CMYK color model

#B0A0CC color CMYK value is (14,22,0,20).

  • cyan value is 13.73%
  • magenta value is 21.57%
  • yellow value is 0.00%
  • key color value is 20.00%
CMYK: (14,22,0,20) C14M22Y0K20 (14%,22%,0%,20%) (0.14/0.22/0.00/0.20) 

CMYK percentages

%13.73
%21.57
%0
%20

Codes

Color #B0A0CC in popluar color models

B0 A0 CC
RGB 176 160 204
HSL 262° 30.14% 71.37%
HSB/HSV 262° 21.57% 80.00%
CMYK 13.73% 21.57% 0.00%
20.00%

Color #B0A0CC in popluar number systems.

HEX B0 A0 CC
Decimal 176 160 204
Binary 10110000 10100000 11001100
Octal 260 240 314

Shades and tints

Shades of #B0A0CC

#B0A0CC
(176,160,204)
#A092BA
(160,146,186)
#9084A8
(144,132,168)
#807696
(128,118,150)
#706884
(112,104,132)
#605A72
(96,90,114)
#504C60
(80,76,96)
#403E4E
(64,62,78)
#30303C
(48,48,60)
#20222A
(32,34,42)
#101418
(16,20,24)
#000000
(0,0,0)

Tints of #B0A0CC

#B0A0CC
(176,160,204)
#B7A8D0
(183,168,208)
#BEB0D4
(190,176,212)
#C5B8D8
(197,184,216)
#CCC0DC
(204,192,220)
#D3C8E0
(211,200,224)
#DAD0E4
(218,208,228)
#E1D8E8
(225,216,232)
#E8E0EC
(232,224,236)
#EFE8F0
(239,232,240)
#F6F0F4
(246,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B0A0CC color. Also use rgb(176,160,204) instead hex code.

Text Font Color

.myTextColor { color: #B0A0CC; }

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

This text font color is #B0A0CC.

Background Color

.myBgColor { background-color: #B0A0CC; }

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

This div background color is #B0A0CC.

Border color

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

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

This div border color is #B0A0CC.

Opacity

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

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

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

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

This text has shadow with #B0A0CC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B0A0CC.

Preview

Color preview on black background

This text has color #B0A0CC on black background.


Color preview on white background

This text has color #B0A0CC on white background.


Black color preview on #B0A0CC background

This text has black color on #B0A0CC background.


White color preview on #B0A0CC background

This text has white color on #B0A0CC background.


Related colors

Complementary color

Complementary color for #hex is #4F5F33.


I love getcolorcode.com

Triadic colors

1 #CCB0A0 and #A0CCB0 with #B0A0CC are triadic colors.

2 #CCA0B0 and #A0B0CC with #B0A0CC are triadic colors.