COLOR #B3ABDE

HEX: #B3ABDE RGB: (179,171,222)

Color info

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

RGB color model

#B3ABDE color RGB value is (179,171,222).

RGB: (179,171,222) (70%, 67%, 87%)

RGB channels and saturation

R 179 of 255 = 70%
G 171 of 255 = 67%
B 222 of 255 = 87%

179
171
222

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

Portions of RGB colors in percentages

R + G + B = 179 + 171 + 222 = 572 (100%)
R 179 of 572 ~ 31.29%
G 171 of 572 ~ 29.9%
B 222 of 572 ~ 38.81'%

%31.29
%29.9
%38.81

CMYK color model

#B3ABDE color CMYK value is (19,23,0,13).

  • cyan value is 19.37%
  • magenta value is 22.97%
  • yellow value is 0.00%
  • key color value is 12.94%

CMYK: (19,23,0,13)
C19M23Y0K13 (19%, 23%, 0%, 13%)
(0.19 / 0.23 / 0.00 / 0.13)

CMYK percentages

%19.37
%22.97
%0
%12.94

Codes

Color #B3ABDE in popluar color models

B3 AB DE
RGB 179 171 222
HSL 249° 43.59% 77.06%
HSB/HSV 249° 22.97% 87.06%
CMYK 19.37% 22.97% 0.00%
12.94%

Color #B3ABDE in popluar number systems.

HEX B3 AB DE
Decimal 179 171 222
Binary 10110011 10101011 11011110
Octal 263 253 336

Shades and tints

Shades of #B3ABDE

#B3ABDE
(179,171,222)
#A39CCA
(163,156,202)
#938DB6
(147,141,182)
#837EA2
(131,126,162)
#736F8E
(115,111,142)
#63607A
(99,96,122)
#535166
(83,81,102)
#434252
(67,66,82)
#33333E
(51,51,62)
#23242A
(35,36,42)
#131516
(19,21,22)
#000000
(0,0,0)

Tints of #B3ABDE

#B3ABDE
(179,171,222)
#B9B2E1
(185,178,225)
#BFB9E4
(191,185,228)
#C5C0E7
(197,192,231)
#CBC7EA
(203,199,234)
#D1CEED
(209,206,237)
#D7D5F0
(215,213,240)
#DDDCF3
(221,220,243)
#E3E3F6
(227,227,246)
#E9EAF9
(233,234,249)
#EFF1FC
(239,241,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B3ABDE; }

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

This text font color is #B3ABDE.

Background Color

.myBgColor { background-color: #B3ABDE; }

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

This div background color is #B3ABDE.

Border color

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

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

This div border color is #B3ABDE.

Opacity

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

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

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

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

This text has shadow with #B3ABDE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B3ABDE.

Preview

Color preview on black background

This text has color #B3ABDE on black background.


Color preview on white background

This text has color #B3ABDE on white background.


Black color preview on #B3ABDE background

This text has black color on #B3ABDE background.


White color preview on #B3ABDE background

This text has white color on #B3ABDE background.


Related colors

Complementary color

Complementary color for #hex is #4C5421.


I love getcolorcode.com

Triadic colors

1 #DEB3AB and #ABDEB3 with #B3ABDE are triadic colors.

2 #DEABB3 and #ABB3DE with #B3ABDE are triadic colors.