COLOR #B3A6ED

HEX: #B3A6ED RGB: (179,166,237)

Color info

#B3A6ED contains mainly red and blue colors. Web safe color of #B3A6ED is #9999FF (or #99F).

RGB color model

#B3A6ED color RGB value is (179,166,237).

RGB: (179,166,237) (70%, 65%, 93%)

RGB channels and saturation

R 179 of 255 = 70%
G 166 of 255 = 65%
B 237 of 255 = 93%

179
166
237

R + G + B ~ 76%. #B3A6ED is quite light color.

Portions of RGB colors in percentages

R + G + B = 179 + 166 + 237 = 582 (100%)
R 179 of 582 ~ 30.76%
G 166 of 582 ~ 28.52%
B 237 of 582 ~ 40.72'%

%30.76
%28.52
%40.72

CMYK color model

#B3A6ED color CMYK value is (24,30,0,7).

  • cyan value is 24.47%
  • magenta value is 29.96%
  • yellow value is 0.00%
  • key color value is 7.06%

CMYK: (24,30,0,7)
C24M30Y0K7 (24%, 30%, 0%, 7%)
(0.24 / 0.30 / 0.00 / 0.07)

CMYK percentages

%24.47
%29.96
%0
%7.06

Codes

Color #B3A6ED in popluar color models

B3 A6 ED
RGB 179 166 237
HSL 251° 66.36% 79.02%
HSB/HSV 251° 29.96% 92.94%
CMYK 24.47% 29.96% 0.00%
7.06%

Color #B3A6ED in popluar number systems.

HEX B3 A6 ED
Decimal 179 166 237
Binary 10110011 10100110 11101101
Octal 263 246 355

Shades and tints

Shades of #B3A6ED

#B3A6ED
(179,166,237)
#A397D8
(163,151,216)
#9388C3
(147,136,195)
#8379AE
(131,121,174)
#736A99
(115,106,153)
#635B84
(99,91,132)
#534C6F
(83,76,111)
#433D5A
(67,61,90)
#332E45
(51,46,69)
#231F30
(35,31,48)
#13101B
(19,16,27)
#000000
(0,0,0)

Tints of #B3A6ED

#B3A6ED
(179,166,237)
#B9AEEE
(185,174,238)
#BFB6EF
(191,182,239)
#C5BEF0
(197,190,240)
#CBC6F1
(203,198,241)
#D1CEF2
(209,206,242)
#D7D6F3
(215,214,243)
#DDDEF4
(221,222,244)
#E3E6F5
(227,230,245)
#E9EEF6
(233,238,246)
#EFF6F7
(239,246,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B3A6ED color. Also use rgb(179,166,237) instead hex code.

Text Font Color

.myTextColor { color: #B3A6ED; }

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

This text font color is #B3A6ED.

Background Color

.myBgColor { background-color: #B3A6ED; }

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

This div background color is #B3A6ED.

Border color

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

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

This div border color is #B3A6ED.

Opacity

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

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

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

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

This text has shadow with #B3A6ED color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B3A6ED.

Preview

Color preview on black background

This text has color #B3A6ED on black background.


Color preview on white background

This text has color #B3A6ED on white background.


Black color preview on #B3A6ED background

This text has black color on #B3A6ED background.


White color preview on #B3A6ED background

This text has white color on #B3A6ED background.


Related colors

Complementary color

Complementary color for #hex is #4C5912.


I love getcolorcode.com

Triadic colors

1 #EDB3A6 and #A6EDB3 with #B3A6ED are triadic colors.

2 #EDA6B3 and #A6B3ED with #B3A6ED are triadic colors.