COLOR #B0AED6

HEX: #B0AED6
RGB: (176,174,214)

Color info

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

RGB color model

#B0AED6 color RGB value is (176,174,214).

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

RGB channels and saturation

R 176 of 255 = 69%
G 174 of 255 = 68%
B 214 of 255 = 84%

176
174
214

R + G + B ~ 74%. #B0AED6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
176 + 174 + 214 = 564 (100%)
R 176 of 564 ~ 31.21%
G 174 of 564 ~ 30.85%
B 214 of 564 ~ 37.94%

%31.21
%30.85
%37.94

CMYK color model

#B0AED6 color CMYK value is (18,19,0,16).

  • cyan value is 17.76%
  • magenta value is 18.69%
  • yellow value is 0.00%
  • key color value is 16.08%
CMYK:
(18,19,0,16)
C18M19Y0K16 
(18%,19%,0%,16%)
(0.18/0.19/0.00/0.16)	

CMYK percentages

%17.76
%18.69
%0
%16.08

Codes

Color #B0AED6 in popluar color models

B0AED6
RGB176174214
HSL243°32.79%76.08%
HSB/HSV243°18.69%83.92%
CMYK17.76%18.69%0.00%
16.08%

Color #B0AED6 in popluar number systems.

HEXB0AED6
Decimal176174214
Binary101100001010111011010110
Octal260256326

Shades and tints

Shades of #B0AED6

#B0AED6
(176,174,214)
#A09FC3
(160,159,195)
#9090B0
(144,144,176)
#80819D
(128,129,157)
#70728A
(112,114,138)
#606377
(96,99,119)
#505464
(80,84,100)
#404551
(64,69,81)
#30363E
(48,54,62)
#20272B
(32,39,43)
#101818
(16,24,24)
#000000
(0,0,0)

Tints of #B0AED6

#B0AED6
(176,174,214)
#B7B5D9
(183,181,217)
#BEBCDC
(190,188,220)
#C5C3DF
(197,195,223)
#CCCAE2
(204,202,226)
#D3D1E5
(211,209,229)
#DAD8E8
(218,216,232)
#E1DFEB
(225,223,235)
#E8E6EE
(232,230,238)
#EFEDF1
(239,237,241)
#F6F4F4
(246,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B0AED6; }

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

This text font color is #B0AED6.


Background Color

.myBgColor { background-color: #B0AED6; }

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

This div background color is #B0AED6.


Border color

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

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

This div border color is #B0AED6.


Opacity

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

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

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

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

This text has shadow with #B0AED6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B0AED6 on black background.


Color preview on white background

This text has color #B0AED6 on white background.



Black color preview on #B0AED6 background

This text has black color on #B0AED6 background.


White color preview on #B0AED6 background

This text has white color on #B0AED6 background.