COLOR #B0A7CC

HEX: #B0A7CC
RGB: (176,167,204)

Color info

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

RGB color model

#B0A7CC color RGB value is (176,167,204).

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

RGB channels and saturation

R 176 of 255 = 69%
G 167 of 255 = 65%
B 204 of 255 = 80%

176
167
204

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

Portions of RGB colors in percentages

R + G + B =
176 + 167 + 204 = 547 (100%)
R 176 of 547 ~ 32.18%
G 167 of 547 ~ 30.53%
B 204 of 547 ~ 37.29%

%32.18
%30.53
%37.29

CMYK color model

#B0A7CC color CMYK value is (14,18,0,20).

  • cyan value is 13.73%
  • magenta value is 18.14%
  • yellow value is 0.00%
  • key color value is 20.00%
CMYK:
(14,18,0,20)
C14M18Y0K20 
(14%,18%,0%,20%)
(0.14/0.18/0.00/0.20)	

CMYK percentages

%13.73
%18.14
%0
%20

Codes

Color #B0A7CC in popluar color models

B0A7CC
RGB176167204
HSL255°26.62%72.75%
HSB/HSV255°18.14%80.00%
CMYK13.73%18.14%0.00%
20.00%

Color #B0A7CC in popluar number systems.

HEXB0A7CC
Decimal176167204
Binary101100001010011111001100
Octal260247314

Shades and tints

Shades of #B0A7CC

#B0A7CC
(176,167,204)
#A098BA
(160,152,186)
#9089A8
(144,137,168)
#807A96
(128,122,150)
#706B84
(112,107,132)
#605C72
(96,92,114)
#504D60
(80,77,96)
#403E4E
(64,62,78)
#302F3C
(48,47,60)
#20202A
(32,32,42)
#101118
(16,17,24)
#000000
(0,0,0)

Tints of #B0A7CC

#B0A7CC
(176,167,204)
#B7AFD0
(183,175,208)
#BEB7D4
(190,183,212)
#C5BFD8
(197,191,216)
#CCC7DC
(204,199,220)
#D3CFE0
(211,207,224)
#DAD7E4
(218,215,228)
#E1DFE8
(225,223,232)
#E8E7EC
(232,231,236)
#EFEFF0
(239,239,240)
#F6F7F4
(246,247,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B0A7CC; }

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

This text font color is #B0A7CC.


Background Color

.myBgColor { background-color: #B0A7CC; }

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

This div background color is #B0A7CC.


Border color

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

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

This div border color is #B0A7CC.


Opacity

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

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

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

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

This text has shadow with #B0A7CC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B0A7CC on black background.


Color preview on white background

This text has color #B0A7CC on white background.



Black color preview on #B0A7CC background

This text has black color on #B0A7CC background.


White color preview on #B0A7CC background

This text has white color on #B0A7CC background.