COLOR #B0AEC5

HEX: #B0AEC5
RGB: (176,174,197)

Color info

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

RGB color model

#B0AEC5 color RGB value is (176,174,197).

  • red value is 176;
  • green value is 174;
  • blue value is 197.
RGB:
(176,174,197)
(69%,68%,77%)

RGB channels and saturation

R 176 of 255 = 69%
G 174 of 255 = 68%
B 197 of 255 = 77%

176
174
197

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

Portions of RGB colors in percentages

R + G + B =
176 + 174 + 197 = 547 (100%)
R 176 of 547 ~ 32.18%
G 174 of 547 ~ 31.81%
B 197 of 547 ~ 36.01%

%32.18
%31.81
%36.01

CMYK color model

#B0AEC5 color CMYK value is (11,12,0,23).

  • cyan value is 10.66%
  • magenta value is 11.68%
  • yellow value is 0.00%
  • key color value is 22.75%
CMYK:
(11,12,0,23)
C11M12Y0K23 
(11%,12%,0%,23%)
(0.11/0.12/0.00/0.23)	

CMYK percentages

%10.66
%11.68
%0
%22.75

Codes

Color #B0AEC5 in popluar color models

B0AEC5
RGB176174197
HSL245°16.55%72.75%
HSB/HSV245°11.68%77.25%
CMYK10.66%11.68%0.00%
22.75%

Color #B0AEC5 in popluar number systems.

HEXB0AEC5
Decimal176174197
Binary101100001010111011000101
Octal260256305

Shades and tints

Shades of #B0AEC5

#B0AEC5
(176,174,197)
#A09FB4
(160,159,180)
#9090A3
(144,144,163)
#808192
(128,129,146)
#707281
(112,114,129)
#606370
(96,99,112)
#50545F
(80,84,95)
#40454E
(64,69,78)
#30363D
(48,54,61)
#20272C
(32,39,44)
#10181B
(16,24,27)
#000000
(0,0,0)

Tints of #B0AEC5

#B0AEC5
(176,174,197)
#B7B5CA
(183,181,202)
#BEBCCF
(190,188,207)
#C5C3D4
(197,195,212)
#CCCAD9
(204,202,217)
#D3D1DE
(211,209,222)
#DAD8E3
(218,216,227)
#E1DFE8
(225,223,232)
#E8E6ED
(232,230,237)
#EFEDF2
(239,237,242)
#F6F4F7
(246,244,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B0AEC5 color. Also use rgb(176,174,197) instead hex code.

Text Font Color

.myTextColor { color: #B0AEC5; }

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

This text font color is #B0AEC5.


Background Color

.myBgColor { background-color: #B0AEC5; }

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

This div background color is #B0AEC5.


Border color

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

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

This div border color is #B0AEC5.


Opacity

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

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

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

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

This text has shadow with #B0AEC5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B0AEC5 on black background.


Color preview on white background

This text has color #B0AEC5 on white background.



Black color preview on #B0AEC5 background

This text has black color on #B0AEC5 background.


White color preview on #B0AEC5 background

This text has white color on #B0AEC5 background.