COLOR #B0ADD8

HEX: #B0ADD8
RGB: (176,173,216)

Color info

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

RGB color model

#B0ADD8 color RGB value is (176,173,216).

  • red value is 176;
  • green value is 173;
  • blue value is 216.
RGB:
(176,173,216)
(69%,68%,85%)

RGB channels and saturation

R 176 of 255 = 69%
G 173 of 255 = 68%
B 216 of 255 = 85%

176
173
216

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

Portions of RGB colors in percentages

R + G + B =
176 + 173 + 216 = 565 (100%)
R 176 of 565 ~ 31.15%
G 173 of 565 ~ 30.62%
B 216 of 565 ~ 38.23%

%31.15
%30.62
%38.23

CMYK color model

#B0ADD8 color CMYK value is (19,20,0,15).

  • cyan value is 18.52%
  • magenta value is 19.91%
  • yellow value is 0.00%
  • key color value is 15.29%
CMYK:
(19,20,0,15)
C19M20Y0K15 
(19%,20%,0%,15%)
(0.19/0.20/0.00/0.15)	

CMYK percentages

%18.52
%19.91
%0
%15.29

Codes

Color #B0ADD8 in popluar color models

B0ADD8
RGB176173216
HSL244°35.54%76.27%
HSB/HSV244°19.91%84.71%
CMYK18.52%19.91%0.00%
15.29%

Color #B0ADD8 in popluar number systems.

HEXB0ADD8
Decimal176173216
Binary101100001010110111011000
Octal260255330

Shades and tints

Shades of #B0ADD8

#B0ADD8
(176,173,216)
#A09EC5
(160,158,197)
#908FB2
(144,143,178)
#80809F
(128,128,159)
#70718C
(112,113,140)
#606279
(96,98,121)
#505366
(80,83,102)
#404453
(64,68,83)
#303540
(48,53,64)
#20262D
(32,38,45)
#10171A
(16,23,26)
#000000
(0,0,0)

Tints of #B0ADD8

#B0ADD8
(176,173,216)
#B7B4DB
(183,180,219)
#BEBBDE
(190,187,222)
#C5C2E1
(197,194,225)
#CCC9E4
(204,201,228)
#D3D0E7
(211,208,231)
#DAD7EA
(218,215,234)
#E1DEED
(225,222,237)
#E8E5F0
(232,229,240)
#EFECF3
(239,236,243)
#F6F3F6
(246,243,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B0ADD8 color. Also use rgb(176,173,216) instead hex code.

Text Font Color

.myTextColor { color: #B0ADD8; }

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

This text font color is #B0ADD8.


Background Color

.myBgColor { background-color: #B0ADD8; }

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

This div background color is #B0ADD8.


Border color

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

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

This div border color is #B0ADD8.


Opacity

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

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

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

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

This text has shadow with #B0ADD8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B0ADD8 on black background.


Color preview on white background

This text has color #B0ADD8 on white background.



Black color preview on #B0ADD8 background

This text has black color on #B0ADD8 background.


White color preview on #B0ADD8 background

This text has white color on #B0ADD8 background.