COLOR #B3ADD4

HEX: #B3ADD4 RGB: (179,173,212)

Color info

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

RGB color model

#B3ADD4 color RGB value is (179,173,212).

RGB: (179,173,212) (70%, 68%, 83%)

RGB channels and saturation

R 179 of 255 = 70%
G 173 of 255 = 68%
B 212 of 255 = 83%

179
173
212

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

Portions of RGB colors in percentages

R + G + B = 179 + 173 + 212 = 564 (100%)
R 179 of 564 ~ 31.74%
G 173 of 564 ~ 30.67%
B 212 of 564 ~ 37.59'%

%31.74
%30.67
%37.59

CMYK color model

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

  • cyan value is 15.57%
  • magenta value is 18.40%
  • yellow value is 0.00%
  • key color value is 16.86%

CMYK: (16,18,0,17)
C16M18Y0K17 (16%, 18%, 0%, 17%)
(0.16 / 0.18 / 0.00 / 0.17)

CMYK percentages

%15.57
%18.4
%0
%16.86

Codes

Color #B3ADD4 in popluar color models

B3 AD D4
RGB 179 173 212
HSL 249° 31.20% 75.49%
HSB/HSV 249° 18.40% 83.14%
CMYK 15.57% 18.40% 0.00%
16.86%

Color #B3ADD4 in popluar number systems.

HEX B3 AD D4
Decimal 179 173 212
Binary 10110011 10101101 11010100
Octal 263 255 324

Shades and tints

Shades of #B3ADD4

#B3ADD4
(179,173,212)
#A39EC1
(163,158,193)
#938FAE
(147,143,174)
#83809B
(131,128,155)
#737188
(115,113,136)
#636275
(99,98,117)
#535362
(83,83,98)
#43444F
(67,68,79)
#33353C
(51,53,60)
#232629
(35,38,41)
#131716
(19,23,22)
#000000
(0,0,0)

Tints of #B3ADD4

#B3ADD4
(179,173,212)
#B9B4D7
(185,180,215)
#BFBBDA
(191,187,218)
#C5C2DD
(197,194,221)
#CBC9E0
(203,201,224)
#D1D0E3
(209,208,227)
#D7D7E6
(215,215,230)
#DDDEE9
(221,222,233)
#E3E5EC
(227,229,236)
#E9ECEF
(233,236,239)
#EFF3F2
(239,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B3ADD4; }

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

This text font color is #B3ADD4.

Background Color

.myBgColor { background-color: #B3ADD4; }

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

This div background color is #B3ADD4.

Border color

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

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

This div border color is #B3ADD4.

Opacity

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

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

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

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

This text has shadow with #B3ADD4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B3ADD4.

Preview

Color preview on black background

This text has color #B3ADD4 on black background.


Color preview on white background

This text has color #B3ADD4 on white background.


Black color preview on #B3ADD4 background

This text has black color on #B3ADD4 background.


White color preview on #B3ADD4 background

This text has white color on #B3ADD4 background.


Related colors

Complementary color

Complementary color for #hex is #4C522B.


I love getcolorcode.com

Triadic colors

1 #D4B3AD and #ADD4B3 with #B3ADD4 are triadic colors.

2 #D4ADB3 and #ADB3D4 with #B3ADD4 are triadic colors.