COLOR #B0ADD4

HEX: #B0ADD4
RGB: (176,173,212)

Color info

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

RGB color model

#B0ADD4 color RGB value is (176,173,212).

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

RGB channels and saturation

R 176 of 255 = 69%
G 173 of 255 = 68%
B 212 of 255 = 83%

176
173
212

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

Portions of RGB colors in percentages

R + G + B =
176 + 173 + 212 = 561 (100%)
R 176 of 561 ~ 31.37%
G 173 of 561 ~ 30.84%
B 212 of 561 ~ 37.79%

%31.37
%30.84
%37.79

CMYK color model

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

  • cyan value is 16.98%
  • magenta value is 18.40%
  • yellow value is 0.00%
  • key color value is 16.86%
CMYK:
(17,18,0,17)
C17M18Y0K17 
(17%,18%,0%,17%)
(0.17/0.18/0.00/0.17)	

CMYK percentages

%16.98
%18.4
%0
%16.86

Codes

Color #B0ADD4 in popluar color models

B0ADD4
RGB176173212
HSL245°31.20%75.49%
HSB/HSV245°18.40%83.14%
CMYK16.98%18.40%0.00%
16.86%

Color #B0ADD4 in popluar number systems.

HEXB0ADD4
Decimal176173212
Binary101100001010110111010100
Octal260255324

Shades and tints

Shades of #B0ADD4

#B0ADD4
(176,173,212)
#A09EC1
(160,158,193)
#908FAE
(144,143,174)
#80809B
(128,128,155)
#707188
(112,113,136)
#606275
(96,98,117)
#505362
(80,83,98)
#40444F
(64,68,79)
#30353C
(48,53,60)
#202629
(32,38,41)
#101716
(16,23,22)
#000000
(0,0,0)

Tints of #B0ADD4

#B0ADD4
(176,173,212)
#B7B4D7
(183,180,215)
#BEBBDA
(190,187,218)
#C5C2DD
(197,194,221)
#CCC9E0
(204,201,224)
#D3D0E3
(211,208,227)
#DAD7E6
(218,215,230)
#E1DEE9
(225,222,233)
#E8E5EC
(232,229,236)
#EFECEF
(239,236,239)
#F6F3F2
(246,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B0ADD4; }

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

This text font color is #B0ADD4.


Background Color

.myBgColor { background-color: #B0ADD4; }

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

This div background color is #B0ADD4.


Border color

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

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

This div border color is #B0ADD4.


Opacity

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

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

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

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

This text has shadow with #B0ADD4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B0ADD4 on black background.


Color preview on white background

This text has color #B0ADD4 on white background.



Black color preview on #B0ADD4 background

This text has black color on #B0ADD4 background.


White color preview on #B0ADD4 background

This text has white color on #B0ADD4 background.