COLOR #B3ADDB

HEX: #B3ADDB
RGB: (179,173,219)

Color info

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

RGB color model

#B3ADDB color RGB value is (179,173,219).

  • red value is 179;
  • green value is 173;
  • blue value is 219.
RGB:
(179,173,219)
(70%,68%,86%)

RGB channels and saturation

R 179 of 255 = 70%
G 173 of 255 = 68%
B 219 of 255 = 86%

179
173
219

R + G + B ~ 75%. #B3ADDB is quite light color.

Portions of RGB colors in percentages

R + G + B =
179 + 173 + 219 = 571 (100%)
R 179 of 571 ~ 31.35%
G 173 of 571 ~ 30.3%
B 219 of 571 ~ 38.35%

%31.35
%30.3
%38.35

CMYK color model

#B3ADDB color CMYK value is (18,21,0,14).

  • cyan value is 18.26%
  • magenta value is 21.00%
  • yellow value is 0.00%
  • key color value is 14.12%
CMYK:
(18,21,0,14)
C18M21Y0K14 
(18%,21%,0%,14%)
(0.18/0.21/0.00/0.14)	

CMYK percentages

%18.26
%21
%0
%14.12

Codes

Color #B3ADDB in popluar color models

B3ADDB
RGB179173219
HSL248°38.98%76.86%
HSB/HSV248°21.00%85.88%
CMYK18.26%21.00%0.00%
14.12%

Color #B3ADDB in popluar number systems.

HEXB3ADDB
Decimal179173219
Binary101100111010110111011011
Octal263255333

Shades and tints

Shades of #B3ADDB

#B3ADDB
(179,173,219)
#A39EC8
(163,158,200)
#938FB5
(147,143,181)
#8380A2
(131,128,162)
#73718F
(115,113,143)
#63627C
(99,98,124)
#535369
(83,83,105)
#434456
(67,68,86)
#333543
(51,53,67)
#232630
(35,38,48)
#13171D
(19,23,29)
#000000
(0,0,0)

Tints of #B3ADDB

#B3ADDB
(179,173,219)
#B9B4DE
(185,180,222)
#BFBBE1
(191,187,225)
#C5C2E4
(197,194,228)
#CBC9E7
(203,201,231)
#D1D0EA
(209,208,234)
#D7D7ED
(215,215,237)
#DDDEF0
(221,222,240)
#E3E5F3
(227,229,243)
#E9ECF6
(233,236,246)
#EFF3F9
(239,243,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B3ADDB color. Also use rgb(179,173,219) instead hex code.

Text Font Color

.myTextColor { color: #B3ADDB; }

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

This text font color is #B3ADDB.


Background Color

.myBgColor { background-color: #B3ADDB; }

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

This div background color is #B3ADDB.


Border color

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

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

This div border color is #B3ADDB.


Opacity

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

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

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

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

This text has shadow with #B3ADDB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B3ADDB on black background.


Color preview on white background

This text has color #B3ADDB on white background.



Black color preview on #B3ADDB background

This text has black color on #B3ADDB background.


White color preview on #B3ADDB background

This text has white color on #B3ADDB background.