COLOR #B3ADDA

HEX: #B3ADDA
RGB: (179,173,218)

Color info

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

RGB color model

#B3ADDA color RGB value is (179,173,218).

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

RGB channels and saturation

R 179 of 255 = 70%
G 173 of 255 = 68%
B 218 of 255 = 85%

179
173
218

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

Portions of RGB colors in percentages

R + G + B =
179 + 173 + 218 = 570 (100%)
R 179 of 570 ~ 31.4%
G 173 of 570 ~ 30.35%
B 218 of 570 ~ 38.25%

%31.4
%30.35
%38.25

CMYK color model

#B3ADDA color CMYK value is (18,21,0,15).

  • cyan value is 17.89%
  • magenta value is 20.64%
  • yellow value is 0.00%
  • key color value is 14.51%
CMYK:
(18,21,0,15)
C18M21Y0K15 
(18%,21%,0%,15%)
(0.18/0.21/0.00/0.15)	

CMYK percentages

%17.89
%20.64
%0
%14.51

Codes

Color #B3ADDA in popluar color models

B3ADDA
RGB179173218
HSL248°37.82%76.67%
HSB/HSV248°20.64%85.49%
CMYK17.89%20.64%0.00%
14.51%

Color #B3ADDA in popluar number systems.

HEXB3ADDA
Decimal179173218
Binary101100111010110111011010
Octal263255332

Shades and tints

Shades of #B3ADDA

#B3ADDA
(179,173,218)
#A39EC7
(163,158,199)
#938FB4
(147,143,180)
#8380A1
(131,128,161)
#73718E
(115,113,142)
#63627B
(99,98,123)
#535368
(83,83,104)
#434455
(67,68,85)
#333542
(51,53,66)
#23262F
(35,38,47)
#13171C
(19,23,28)
#000000
(0,0,0)

Tints of #B3ADDA

#B3ADDA
(179,173,218)
#B9B4DD
(185,180,221)
#BFBBE0
(191,187,224)
#C5C2E3
(197,194,227)
#CBC9E6
(203,201,230)
#D1D0E9
(209,208,233)
#D7D7EC
(215,215,236)
#DDDEEF
(221,222,239)
#E3E5F2
(227,229,242)
#E9ECF5
(233,236,245)
#EFF3F8
(239,243,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B3ADDA; }

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

This text font color is #B3ADDA.


Background Color

.myBgColor { background-color: #B3ADDA; }

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

This div background color is #B3ADDA.


Border color

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

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

This div border color is #B3ADDA.


Opacity

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

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

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

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

This text has shadow with #B3ADDA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B3ADDA on black background.


Color preview on white background

This text has color #B3ADDA on white background.



Black color preview on #B3ADDA background

This text has black color on #B3ADDA background.


White color preview on #B3ADDA background

This text has white color on #B3ADDA background.