COLOR #B7A4E7

HEX: #B7A4E7
RGB: (183,164,231)

Color info

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

RGB color model

#B7A4E7 color RGB value is (183,164,231).

  • red value is 183;
  • green value is 164;
  • blue value is 231.
RGB:
(183,164,231)
(72%,64%,91%)

RGB channels and saturation

R 183 of 255 = 72%
G 164 of 255 = 64%
B 231 of 255 = 91%

183
164
231

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

Portions of RGB colors in percentages

R + G + B =
183 + 164 + 231 = 578 (100%)
R 183 of 578 ~ 31.66%
G 164 of 578 ~ 28.37%
B 231 of 578 ~ 39.97%

%31.66
%28.37
%39.97

CMYK color model

#B7A4E7 color CMYK value is (21,29,0,9).

  • cyan value is 20.78%
  • magenta value is 29.00%
  • yellow value is 0.00%
  • key color value is 9.41%
CMYK:
(21,29,0,9)
C21M29Y0K9 
(21%,29%,0%,9%)
(0.21/0.29/0.00/0.09)	

CMYK percentages

%20.78
%29
%0
%9.41

Codes

Color #B7A4E7 in popluar color models

B7A4E7
RGB183164231
HSL257°58.26%77.45%
HSB/HSV257°29.00%90.59%
CMYK20.78%29.00%0.00%
9.41%

Color #B7A4E7 in popluar number systems.

HEXB7A4E7
Decimal183164231
Binary101101111010010011100111
Octal267244347

Shades and tints

Shades of #B7A4E7

#B7A4E7
(183,164,231)
#A796D2
(167,150,210)
#9788BD
(151,136,189)
#877AA8
(135,122,168)
#776C93
(119,108,147)
#675E7E
(103,94,126)
#575069
(87,80,105)
#474254
(71,66,84)
#37343F
(55,52,63)
#27262A
(39,38,42)
#171815
(23,24,21)
#000000
(0,0,0)

Tints of #B7A4E7

#B7A4E7
(183,164,231)
#BDACE9
(189,172,233)
#C3B4EB
(195,180,235)
#C9BCED
(201,188,237)
#CFC4EF
(207,196,239)
#D5CCF1
(213,204,241)
#DBD4F3
(219,212,243)
#E1DCF5
(225,220,245)
#E7E4F7
(231,228,247)
#EDECF9
(237,236,249)
#F3F4FB
(243,244,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B7A4E7 color. Also use rgb(183,164,231) instead hex code.

Text Font Color

.myTextColor { color: #B7A4E7; }

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

This text font color is #B7A4E7.


Background Color

.myBgColor { background-color: #B7A4E7; }

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

This div background color is #B7A4E7.


Border color

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

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

This div border color is #B7A4E7.


Opacity

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

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

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

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

This text has shadow with #B7A4E7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B7A4E7 on black background.


Color preview on white background

This text has color #B7A4E7 on white background.



Black color preview on #B7A4E7 background

This text has black color on #B7A4E7 background.


White color preview on #B7A4E7 background

This text has white color on #B7A4E7 background.