COLOR #B0A9C9

HEX: #B0A9C9
RGB: (176,169,201)

Color info

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

RGB color model

#B0A9C9 color RGB value is (176,169,201).

  • red value is 176;
  • green value is 169;
  • blue value is 201.
RGB:
(176,169,201)
(69%,66%,79%)

RGB channels and saturation

R 176 of 255 = 69%
G 169 of 255 = 66%
B 201 of 255 = 79%

176
169
201

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

Portions of RGB colors in percentages

R + G + B =
176 + 169 + 201 = 546 (100%)
R 176 of 546 ~ 32.23%
G 169 of 546 ~ 30.95%
B 201 of 546 ~ 36.81%

%32.23
%30.95
%36.81

CMYK color model

#B0A9C9 color CMYK value is (12,16,0,21).

  • cyan value is 12.44%
  • magenta value is 15.92%
  • yellow value is 0.00%
  • key color value is 21.18%
CMYK:
(12,16,0,21)
C12M16Y0K21 
(12%,16%,0%,21%)
(0.12/0.16/0.00/0.21)	

CMYK percentages

%12.44
%15.92
%0
%21.18

Codes

Color #B0A9C9 in popluar color models

B0A9C9
RGB176169201
HSL253°22.86%72.55%
HSB/HSV253°15.92%78.82%
CMYK12.44%15.92%0.00%
21.18%

Color #B0A9C9 in popluar number systems.

HEXB0A9C9
Decimal176169201
Binary101100001010100111001001
Octal260251311

Shades and tints

Shades of #B0A9C9

#B0A9C9
(176,169,201)
#A09AB7
(160,154,183)
#908BA5
(144,139,165)
#807C93
(128,124,147)
#706D81
(112,109,129)
#605E6F
(96,94,111)
#504F5D
(80,79,93)
#40404B
(64,64,75)
#303139
(48,49,57)
#202227
(32,34,39)
#101315
(16,19,21)
#000000
(0,0,0)

Tints of #B0A9C9

#B0A9C9
(176,169,201)
#B7B0CD
(183,176,205)
#BEB7D1
(190,183,209)
#C5BED5
(197,190,213)
#CCC5D9
(204,197,217)
#D3CCDD
(211,204,221)
#DAD3E1
(218,211,225)
#E1DAE5
(225,218,229)
#E8E1E9
(232,225,233)
#EFE8ED
(239,232,237)
#F6EFF1
(246,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B0A9C9 color. Also use rgb(176,169,201) instead hex code.

Text Font Color

.myTextColor { color: #B0A9C9; }

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

This text font color is #B0A9C9.


Background Color

.myBgColor { background-color: #B0A9C9; }

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

This div background color is #B0A9C9.


Border color

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

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

This div border color is #B0A9C9.


Opacity

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

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

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

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

This text has shadow with #B0A9C9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B0A9C9 on black background.


Color preview on white background

This text has color #B0A9C9 on white background.



Black color preview on #B0A9C9 background

This text has black color on #B0A9C9 background.


White color preview on #B0A9C9 background

This text has white color on #B0A9C9 background.