COLOR #B8A3ED

HEX: #B8A3ED RGB: (184,163,237)

Color info

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

RGB color model

#B8A3ED color RGB value is (184,163,237).

RGB: (184,163,237) (72%, 64%, 93%)

RGB channels and saturation

R 184 of 255 = 72%
G 163 of 255 = 64%
B 237 of 255 = 93%

184
163
237

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

Portions of RGB colors in percentages

R + G + B = 184 + 163 + 237 = 584 (100%)
R 184 of 584 ~ 31.51%
G 163 of 584 ~ 27.91%
B 237 of 584 ~ 40.58'%

%31.51
%27.91
%40.58

CMYK color model

#B8A3ED color CMYK value is (22,31,0,7).

  • cyan value is 22.36%
  • magenta value is 31.22%
  • yellow value is 0.00%
  • key color value is 7.06%

CMYK: (22,31,0,7)
C22M31Y0K7 (22%, 31%, 0%, 7%)
(0.22 / 0.31 / 0.00 / 0.07)

CMYK percentages

%22.36
%31.22
%0
%7.06

Codes

Color #B8A3ED in popluar color models

B8 A3 ED
RGB 184 163 237
HSL 257° 67.27% 78.43%
HSB/HSV 257° 31.22% 92.94%
CMYK 22.36% 31.22% 0.00%
7.06%

Color #B8A3ED in popluar number systems.

HEX B8 A3 ED
Decimal 184 163 237
Binary 10111000 10100011 11101101
Octal 270 243 355

Shades and tints

Shades of #B8A3ED

#B8A3ED
(184,163,237)
#A895D8
(168,149,216)
#9887C3
(152,135,195)
#8879AE
(136,121,174)
#786B99
(120,107,153)
#685D84
(104,93,132)
#584F6F
(88,79,111)
#48415A
(72,65,90)
#383345
(56,51,69)
#282530
(40,37,48)
#18171B
(24,23,27)
#000000
(0,0,0)

Tints of #B8A3ED

#B8A3ED
(184,163,237)
#BEABEE
(190,171,238)
#C4B3EF
(196,179,239)
#CABBF0
(202,187,240)
#D0C3F1
(208,195,241)
#D6CBF2
(214,203,242)
#DCD3F3
(220,211,243)
#E2DBF4
(226,219,244)
#E8E3F5
(232,227,245)
#EEEBF6
(238,235,246)
#F4F3F7
(244,243,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B8A3ED color. Also use rgb(184,163,237) instead hex code.

Text Font Color

.myTextColor { color: #B8A3ED; }

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

This text font color is #B8A3ED.

Background Color

.myBgColor { background-color: #B8A3ED; }

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

This div background color is #B8A3ED.

Border color

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

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

This div border color is #B8A3ED.

Opacity

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

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

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

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

This text has shadow with #B8A3ED color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B8A3ED.

Preview

Color preview on black background

This text has color #B8A3ED on black background.


Color preview on white background

This text has color #B8A3ED on white background.


Black color preview on #B8A3ED background

This text has black color on #B8A3ED background.


White color preview on #B8A3ED background

This text has white color on #B8A3ED background.


Related colors

Complementary color

Complementary color for #hex is #475C12.


I love getcolorcode.com

Triadic colors

1 #EDB8A3 and #A3EDB8 with #B8A3ED are triadic colors.

2 #EDA3B8 and #A3B8ED with #B8A3ED are triadic colors.