COLOR #B7A7D6

HEX: #B7A7D6
RGB: (183,167,214)

Color info

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

RGB color model

#B7A7D6 color RGB value is (183,167,214).

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

RGB channels and saturation

R 183 of 255 = 72%
G 167 of 255 = 65%
B 214 of 255 = 84%

183
167
214

R + G + B ~ 74%. #B7A7D6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
183 + 167 + 214 = 564 (100%)
R 183 of 564 ~ 32.45%
G 167 of 564 ~ 29.61%
B 214 of 564 ~ 37.94%

%32.45
%29.61
%37.94

CMYK color model

#B7A7D6 color CMYK value is (14,22,0,16).

  • cyan value is 14.49%
  • magenta value is 21.96%
  • yellow value is 0.00%
  • key color value is 16.08%
CMYK:
(14,22,0,16)
C14M22Y0K16 
(14%,22%,0%,16%)
(0.14/0.22/0.00/0.16)	

CMYK percentages

%14.49
%21.96
%0
%16.08

Codes

Color #B7A7D6 in popluar color models

B7A7D6
RGB183167214
HSL260°36.43%74.71%
HSB/HSV260°21.96%83.92%
CMYK14.49%21.96%0.00%
16.08%

Color #B7A7D6 in popluar number systems.

HEXB7A7D6
Decimal183167214
Binary101101111010011111010110
Octal267247326

Shades and tints

Shades of #B7A7D6

#B7A7D6
(183,167,214)
#A798C3
(167,152,195)
#9789B0
(151,137,176)
#877A9D
(135,122,157)
#776B8A
(119,107,138)
#675C77
(103,92,119)
#574D64
(87,77,100)
#473E51
(71,62,81)
#372F3E
(55,47,62)
#27202B
(39,32,43)
#171118
(23,17,24)
#000000
(0,0,0)

Tints of #B7A7D6

#B7A7D6
(183,167,214)
#BDAFD9
(189,175,217)
#C3B7DC
(195,183,220)
#C9BFDF
(201,191,223)
#CFC7E2
(207,199,226)
#D5CFE5
(213,207,229)
#DBD7E8
(219,215,232)
#E1DFEB
(225,223,235)
#E7E7EE
(231,231,238)
#EDEFF1
(237,239,241)
#F3F7F4
(243,247,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B7A7D6; }

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

This text font color is #B7A7D6.


Background Color

.myBgColor { background-color: #B7A7D6; }

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

This div background color is #B7A7D6.


Border color

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

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

This div border color is #B7A7D6.


Opacity

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

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

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

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

This text has shadow with #B7A7D6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B7A7D6 on black background.


Color preview on white background

This text has color #B7A7D6 on white background.



Black color preview on #B7A7D6 background

This text has black color on #B7A7D6 background.


White color preview on #B7A7D6 background

This text has white color on #B7A7D6 background.