COLOR #B0AED2

HEX: #B0AED2
RGB: (176,174,210)

Color info

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

RGB color model

#B0AED2 color RGB value is (176,174,210).

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

RGB channels and saturation

R 176 of 255 = 69%
G 174 of 255 = 68%
B 210 of 255 = 82%

176
174
210

R + G + B ~ 73%. #B0AED2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
176 + 174 + 210 = 560 (100%)
R 176 of 560 ~ 31.43%
G 174 of 560 ~ 31.07%
B 210 of 560 ~ 37.5%

%31.43
%31.07
%37.5

CMYK color model

#B0AED2 color CMYK value is (16,17,0,18).

  • cyan value is 16.19%
  • magenta value is 17.14%
  • yellow value is 0.00%
  • key color value is 17.65%
CMYK:
(16,17,0,18)
C16M17Y0K18 
(16%,17%,0%,18%)
(0.16/0.17/0.00/0.18)	

CMYK percentages

%16.19
%17.14
%0
%17.65

Codes

Color #B0AED2 in popluar color models

B0AED2
RGB176174210
HSL243°28.57%75.29%
HSB/HSV243°17.14%82.35%
CMYK16.19%17.14%0.00%
17.65%

Color #B0AED2 in popluar number systems.

HEXB0AED2
Decimal176174210
Binary101100001010111011010010
Octal260256322

Shades and tints

Shades of #B0AED2

#B0AED2
(176,174,210)
#A09FBF
(160,159,191)
#9090AC
(144,144,172)
#808199
(128,129,153)
#707286
(112,114,134)
#606373
(96,99,115)
#505460
(80,84,96)
#40454D
(64,69,77)
#30363A
(48,54,58)
#202727
(32,39,39)
#101814
(16,24,20)
#000000
(0,0,0)

Tints of #B0AED2

#B0AED2
(176,174,210)
#B7B5D6
(183,181,214)
#BEBCDA
(190,188,218)
#C5C3DE
(197,195,222)
#CCCAE2
(204,202,226)
#D3D1E6
(211,209,230)
#DAD8EA
(218,216,234)
#E1DFEE
(225,223,238)
#E8E6F2
(232,230,242)
#EFEDF6
(239,237,246)
#F6F4FA
(246,244,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B0AED2; }

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

This text font color is #B0AED2.


Background Color

.myBgColor { background-color: #B0AED2; }

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

This div background color is #B0AED2.


Border color

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

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

This div border color is #B0AED2.


Opacity

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

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

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

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

This text has shadow with #B0AED2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B0AED2 on black background.


Color preview on white background

This text has color #B0AED2 on white background.



Black color preview on #B0AED2 background

This text has black color on #B0AED2 background.


White color preview on #B0AED2 background

This text has white color on #B0AED2 background.