COLOR #B7A1D6

HEX: #B7A1D6
RGB: (183,161,214)

Color info

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

RGB color model

#B7A1D6 color RGB value is (183,161,214).

  • red value is 183;
  • green value is 161;
  • blue value is 214.
RGB:
(183,161,214)
(72%,63%,84%)

RGB channels and saturation

R 183 of 255 = 72%
G 161 of 255 = 63%
B 214 of 255 = 84%

183
161
214

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

Portions of RGB colors in percentages

R + G + B =
183 + 161 + 214 = 558 (100%)
R 183 of 558 ~ 32.8%
G 161 of 558 ~ 28.85%
B 214 of 558 ~ 38.35%

%32.8
%28.85
%38.35

CMYK color model

#B7A1D6 color CMYK value is (14,25,0,16).

  • cyan value is 14.49%
  • magenta value is 24.77%
  • yellow value is 0.00%
  • key color value is 16.08%
CMYK:
(14,25,0,16)
C14M25Y0K16 
(14%,25%,0%,16%)
(0.14/0.25/0.00/0.16)	

CMYK percentages

%14.49
%24.77
%0
%16.08

Codes

Color #B7A1D6 in popluar color models

B7A1D6
RGB183161214
HSL265°39.26%73.53%
HSB/HSV265°24.77%83.92%
CMYK14.49%24.77%0.00%
16.08%

Color #B7A1D6 in popluar number systems.

HEXB7A1D6
Decimal183161214
Binary101101111010000111010110
Octal267241326

Shades and tints

Shades of #B7A1D6

#B7A1D6
(183,161,214)
#A793C3
(167,147,195)
#9785B0
(151,133,176)
#87779D
(135,119,157)
#77698A
(119,105,138)
#675B77
(103,91,119)
#574D64
(87,77,100)
#473F51
(71,63,81)
#37313E
(55,49,62)
#27232B
(39,35,43)
#171518
(23,21,24)
#000000
(0,0,0)

Tints of #B7A1D6

#B7A1D6
(183,161,214)
#BDA9D9
(189,169,217)
#C3B1DC
(195,177,220)
#C9B9DF
(201,185,223)
#CFC1E2
(207,193,226)
#D5C9E5
(213,201,229)
#DBD1E8
(219,209,232)
#E1D9EB
(225,217,235)
#E7E1EE
(231,225,238)
#EDE9F1
(237,233,241)
#F3F1F4
(243,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B7A1D6 color. Also use rgb(183,161,214) instead hex code.

Text Font Color

.myTextColor { color: #B7A1D6; }

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

This text font color is #B7A1D6.


Background Color

.myBgColor { background-color: #B7A1D6; }

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

This div background color is #B7A1D6.


Border color

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

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

This div border color is #B7A1D6.


Opacity

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

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

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

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

This text has shadow with #B7A1D6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B7A1D6 on black background.


Color preview on white background

This text has color #B7A1D6 on white background.



Black color preview on #B7A1D6 background

This text has black color on #B7A1D6 background.


White color preview on #B7A1D6 background

This text has white color on #B7A1D6 background.