COLOR #B7A2D7

HEX: #B7A2D7
RGB: (183,162,215)

Color info

#B7A2D7 contains red, green and blue colors in about the same proportion. Web safe color of #B7A2D7 is #CC99CC (or #C9C).

RGB color model

#B7A2D7 color RGB value is (183,162,215).

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

RGB channels and saturation

R 183 of 255 = 72%
G 162 of 255 = 64%
B 215 of 255 = 84%

183
162
215

R + G + B ~ 73%. #B7A2D7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
183 + 162 + 215 = 560 (100%)
R 183 of 560 ~ 32.68%
G 162 of 560 ~ 28.93%
B 215 of 560 ~ 38.39%

%32.68
%28.93
%38.39

CMYK color model

#B7A2D7 color CMYK value is (15,25,0,16).

  • cyan value is 14.88%
  • magenta value is 24.65%
  • yellow value is 0.00%
  • key color value is 15.69%
CMYK:
(15,25,0,16)
C15M25Y0K16 
(15%,25%,0%,16%)
(0.15/0.25/0.00/0.16)	

CMYK percentages

%14.88
%24.65
%0
%15.69

Codes

Color #B7A2D7 in popluar color models

B7A2D7
RGB183162215
HSL264°39.85%73.92%
HSB/HSV264°24.65%84.31%
CMYK14.88%24.65%0.00%
15.69%

Color #B7A2D7 in popluar number systems.

HEXB7A2D7
Decimal183162215
Binary101101111010001011010111
Octal267242327

Shades and tints

Shades of #B7A2D7

#B7A2D7
(183,162,215)
#A794C4
(167,148,196)
#9786B1
(151,134,177)
#87789E
(135,120,158)
#776A8B
(119,106,139)
#675C78
(103,92,120)
#574E65
(87,78,101)
#474052
(71,64,82)
#37323F
(55,50,63)
#27242C
(39,36,44)
#171619
(23,22,25)
#000000
(0,0,0)

Tints of #B7A2D7

#B7A2D7
(183,162,215)
#BDAADA
(189,170,218)
#C3B2DD
(195,178,221)
#C9BAE0
(201,186,224)
#CFC2E3
(207,194,227)
#D5CAE6
(213,202,230)
#DBD2E9
(219,210,233)
#E1DAEC
(225,218,236)
#E7E2EF
(231,226,239)
#EDEAF2
(237,234,242)
#F3F2F5
(243,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B7A2D7; }

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

This text font color is #B7A2D7.


Background Color

.myBgColor { background-color: #B7A2D7; }

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

This div background color is #B7A2D7.


Border color

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

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

This div border color is #B7A2D7.


Opacity

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

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

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

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

This text has shadow with #B7A2D7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B7A2D7 on black background.


Color preview on white background

This text has color #B7A2D7 on white background.



Black color preview on #B7A2D7 background

This text has black color on #B7A2D7 background.


White color preview on #B7A2D7 background

This text has white color on #B7A2D7 background.