COLOR #B7A2ED

HEX: #B7A2ED
RGB: (183,162,237)

Color info

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

RGB color model

#B7A2ED color RGB value is (183,162,237).

  • red value is 183;
  • green value is 162;
  • blue value is 237.
RGB:
(183,162,237)
(72%,64%,93%)

RGB channels and saturation

R 183 of 255 = 72%
G 162 of 255 = 64%
B 237 of 255 = 93%

183
162
237

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

Portions of RGB colors in percentages

R + G + B =
183 + 162 + 237 = 582 (100%)
R 183 of 582 ~ 31.44%
G 162 of 582 ~ 27.84%
B 237 of 582 ~ 40.72%

%31.44
%27.84
%40.72

CMYK color model

#B7A2ED color CMYK value is (23,32,0,7).

  • cyan value is 22.78%
  • magenta value is 31.65%
  • yellow value is 0.00%
  • key color value is 7.06%
CMYK:
(23,32,0,7)
C23M32Y0K7 
(23%,32%,0%,7%)
(0.23/0.32/0.00/0.07)	

CMYK percentages

%22.78
%31.65
%0
%7.06

Codes

Color #B7A2ED in popluar color models

B7A2ED
RGB183162237
HSL257°67.57%78.24%
HSB/HSV257°31.65%92.94%
CMYK22.78%31.65%0.00%
7.06%

Color #B7A2ED in popluar number systems.

HEXB7A2ED
Decimal183162237
Binary101101111010001011101101
Octal267242355

Shades and tints

Shades of #B7A2ED

#B7A2ED
(183,162,237)
#A794D8
(167,148,216)
#9786C3
(151,134,195)
#8778AE
(135,120,174)
#776A99
(119,106,153)
#675C84
(103,92,132)
#574E6F
(87,78,111)
#47405A
(71,64,90)
#373245
(55,50,69)
#272430
(39,36,48)
#17161B
(23,22,27)
#000000
(0,0,0)

Tints of #B7A2ED

#B7A2ED
(183,162,237)
#BDAAEE
(189,170,238)
#C3B2EF
(195,178,239)
#C9BAF0
(201,186,240)
#CFC2F1
(207,194,241)
#D5CAF2
(213,202,242)
#DBD2F3
(219,210,243)
#E1DAF4
(225,218,244)
#E7E2F5
(231,226,245)
#EDEAF6
(237,234,246)
#F3F2F7
(243,242,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B7A2ED color. Also use rgb(183,162,237) instead hex code.

Text Font Color

.myTextColor { color: #B7A2ED; }

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

This text font color is #B7A2ED.


Background Color

.myBgColor { background-color: #B7A2ED; }

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

This div background color is #B7A2ED.


Border color

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

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

This div border color is #B7A2ED.


Opacity

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

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

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

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

This text has shadow with #B7A2ED color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B7A2ED on black background.


Color preview on white background

This text has color #B7A2ED on white background.



Black color preview on #B7A2ED background

This text has black color on #B7A2ED background.


White color preview on #B7A2ED background

This text has white color on #B7A2ED background.