COLOR #B0AFC7

HEX: #B0AFC7
RGB: (176,175,199)

Color info

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

RGB color model

#B0AFC7 color RGB value is (176,175,199).

  • red value is 176;
  • green value is 175;
  • blue value is 199.
RGB:
(176,175,199)
(69%,69%,78%)

RGB channels and saturation

R 176 of 255 = 69%
G 175 of 255 = 69%
B 199 of 255 = 78%

176
175
199

R + G + B ~ 72%. #B0AFC7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
176 + 175 + 199 = 550 (100%)
R 176 of 550 ~ 32%
G 175 of 550 ~ 31.82%
B 199 of 550 ~ 36.18%

%32
%31.82
%36.18

CMYK color model

#B0AFC7 color CMYK value is (12,12,0,22).

  • cyan value is 11.56%
  • magenta value is 12.06%
  • yellow value is 0.00%
  • key color value is 21.96%
CMYK:
(12,12,0,22)
C12M12Y0K22 
(12%,12%,0%,22%)
(0.12/0.12/0.00/0.22)	

CMYK percentages

%11.56
%12.06
%0
%21.96

Codes

Color #B0AFC7 in popluar color models

B0AFC7
RGB176175199
HSL243°17.65%73.33%
HSB/HSV243°12.06%78.04%
CMYK11.56%12.06%0.00%
21.96%

Color #B0AFC7 in popluar number systems.

HEXB0AFC7
Decimal176175199
Binary101100001010111111000111
Octal260257307

Shades and tints

Shades of #B0AFC7

#B0AFC7
(176,175,199)
#A0A0B5
(160,160,181)
#9091A3
(144,145,163)
#808291
(128,130,145)
#70737F
(112,115,127)
#60646D
(96,100,109)
#50555B
(80,85,91)
#404649
(64,70,73)
#303737
(48,55,55)
#202825
(32,40,37)
#101913
(16,25,19)
#000000
(0,0,0)

Tints of #B0AFC7

#B0AFC7
(176,175,199)
#B7B6CC
(183,182,204)
#BEBDD1
(190,189,209)
#C5C4D6
(197,196,214)
#CCCBDB
(204,203,219)
#D3D2E0
(211,210,224)
#DAD9E5
(218,217,229)
#E1E0EA
(225,224,234)
#E8E7EF
(232,231,239)
#EFEEF4
(239,238,244)
#F6F5F9
(246,245,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B0AFC7 color. Also use rgb(176,175,199) instead hex code.

Text Font Color

.myTextColor { color: #B0AFC7; }

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

This text font color is #B0AFC7.


Background Color

.myBgColor { background-color: #B0AFC7; }

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

This div background color is #B0AFC7.


Border color

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

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

This div border color is #B0AFC7.


Opacity

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

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

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

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

This text has shadow with #B0AFC7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B0AFC7 on black background.


Color preview on white background

This text has color #B0AFC7 on white background.



Black color preview on #B0AFC7 background

This text has black color on #B0AFC7 background.


White color preview on #B0AFC7 background

This text has white color on #B0AFC7 background.