COLOR #B4A6ED

HEX: #B4A6ED RGB: (180,166,237)

Color info

#B4A6ED contains mainly red and blue colors. Web safe color of #B4A6ED is #CC99FF (or #C9F).

RGB color model

#B4A6ED color RGB value is (180,166,237).

RGB: (180,166,237) (71%, 65%, 93%)

RGB channels and saturation

R 180 of 255 = 71%
G 166 of 255 = 65%
B 237 of 255 = 93%

180
166
237

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

Portions of RGB colors in percentages

R + G + B = 180 + 166 + 237 = 583 (100%)
R 180 of 583 ~ 30.87%
G 166 of 583 ~ 28.47%
B 237 of 583 ~ 40.65'%

%30.87
%28.47
%40.65

CMYK color model

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

  • cyan value is 24.05%
  • 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.05
%29.96
%0
%7.06

Codes

Color #B4A6ED in popluar color models

B4 A6 ED
RGB 180 166 237
HSL 252° 66.36% 79.02%
HSB/HSV 252° 29.96% 92.94%
CMYK 24.05% 29.96% 0.00%
7.06%

Color #B4A6ED in popluar number systems.

HEX B4 A6 ED
Decimal 180 166 237
Binary 10110100 10100110 11101101
Octal 264 246 355

Shades and tints

Shades of #B4A6ED

#B4A6ED
(180,166,237)
#A497D8
(164,151,216)
#9488C3
(148,136,195)
#8479AE
(132,121,174)
#746A99
(116,106,153)
#645B84
(100,91,132)
#544C6F
(84,76,111)
#443D5A
(68,61,90)
#342E45
(52,46,69)
#241F30
(36,31,48)
#14101B
(20,16,27)
#000000
(0,0,0)

Tints of #B4A6ED

#B4A6ED
(180,166,237)
#BAAEEE
(186,174,238)
#C0B6EF
(192,182,239)
#C6BEF0
(198,190,240)
#CCC6F1
(204,198,241)
#D2CEF2
(210,206,242)
#D8D6F3
(216,214,243)
#DEDEF4
(222,222,244)
#E4E6F5
(228,230,245)
#EAEEF6
(234,238,246)
#F0F6F7
(240,246,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B4A6ED; }

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

This text font color is #B4A6ED.

Background Color

.myBgColor { background-color: #B4A6ED; }

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

This div background color is #B4A6ED.

Border color

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

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

This div border color is #B4A6ED.

Opacity

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

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

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

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

This text has shadow with #B4A6ED color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B4A6ED.

Preview

Color preview on black background

This text has color #B4A6ED on black background.


Color preview on white background

This text has color #B4A6ED on white background.


Black color preview on #B4A6ED background

This text has black color on #B4A6ED background.


White color preview on #B4A6ED background

This text has white color on #B4A6ED background.


Related colors

Complementary color

Complementary color for #hex is #4B5912.


I love getcolorcode.com

Triadic colors

1 #EDB4A6 and #A6EDB4 with #B4A6ED are triadic colors.

2 #EDA6B4 and #A6B4ED with #B4A6ED are triadic colors.