COLOR #B3ABD4

HEX: #B3ABD4 RGB: (179,171,212)

Color info

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

RGB color model

#B3ABD4 color RGB value is (179,171,212).

RGB: (179,171,212) (70%, 67%, 83%)

RGB channels and saturation

R 179 of 255 = 70%
G 171 of 255 = 67%
B 212 of 255 = 83%

179
171
212

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

Portions of RGB colors in percentages

R + G + B = 179 + 171 + 212 = 562 (100%)
R 179 of 562 ~ 31.85%
G 171 of 562 ~ 30.43%
B 212 of 562 ~ 37.72'%

%31.85
%30.43
%37.72

CMYK color model

#B3ABD4 color CMYK value is (16,19,0,17).

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

CMYK: (16,19,0,17)
C16M19Y0K17 (16%, 19%, 0%, 17%)
(0.16 / 0.19 / 0.00 / 0.17)

CMYK percentages

%15.57
%19.34
%0
%16.86

Codes

Color #B3ABD4 in popluar color models

B3 AB D4
RGB 179 171 212
HSL 252° 32.28% 75.10%
HSB/HSV 252° 19.34% 83.14%
CMYK 15.57% 19.34% 0.00%
16.86%

Color #B3ABD4 in popluar number systems.

HEX B3 AB D4
Decimal 179 171 212
Binary 10110011 10101011 11010100
Octal 263 253 324

Shades and tints

Shades of #B3ABD4

#B3ABD4
(179,171,212)
#A39CC1
(163,156,193)
#938DAE
(147,141,174)
#837E9B
(131,126,155)
#736F88
(115,111,136)
#636075
(99,96,117)
#535162
(83,81,98)
#43424F
(67,66,79)
#33333C
(51,51,60)
#232429
(35,36,41)
#131516
(19,21,22)
#000000
(0,0,0)

Tints of #B3ABD4

#B3ABD4
(179,171,212)
#B9B2D7
(185,178,215)
#BFB9DA
(191,185,218)
#C5C0DD
(197,192,221)
#CBC7E0
(203,199,224)
#D1CEE3
(209,206,227)
#D7D5E6
(215,213,230)
#DDDCE9
(221,220,233)
#E3E3EC
(227,227,236)
#E9EAEF
(233,234,239)
#EFF1F2
(239,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B3ABD4; }

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

This text font color is #B3ABD4.

Background Color

.myBgColor { background-color: #B3ABD4; }

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

This div background color is #B3ABD4.

Border color

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

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

This div border color is #B3ABD4.

Opacity

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

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

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

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

This text has shadow with #B3ABD4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B3ABD4.

Preview

Color preview on black background

This text has color #B3ABD4 on black background.


Color preview on white background

This text has color #B3ABD4 on white background.


Black color preview on #B3ABD4 background

This text has black color on #B3ABD4 background.


White color preview on #B3ABD4 background

This text has white color on #B3ABD4 background.


Related colors

Complementary color

Complementary color for #hex is #4C542B.


I love getcolorcode.com

Triadic colors

1 #D4B3AB and #ABD4B3 with #B3ABD4 are triadic colors.

2 #D4ABB3 and #ABB3D4 with #B3ABD4 are triadic colors.