COLOR #B7AAD6

HEX: #B7AAD6
RGB: (183,170,214)

Color info

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

RGB color model

#B7AAD6 color RGB value is (183,170,214).

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

RGB channels and saturation

R 183 of 255 = 72%
G 170 of 255 = 67%
B 214 of 255 = 84%

183
170
214

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

Portions of RGB colors in percentages

R + G + B =
183 + 170 + 214 = 567 (100%)
R 183 of 567 ~ 32.28%
G 170 of 567 ~ 29.98%
B 214 of 567 ~ 37.74%

%32.28
%29.98
%37.74

CMYK color model

#B7AAD6 color CMYK value is (14,21,0,16).

  • cyan value is 14.49%
  • magenta value is 20.56%
  • yellow value is 0.00%
  • key color value is 16.08%
CMYK:
(14,21,0,16)
C14M21Y0K16 
(14%,21%,0%,16%)
(0.14/0.21/0.00/0.16)	

CMYK percentages

%14.49
%20.56
%0
%16.08

Codes

Color #B7AAD6 in popluar color models

B7AAD6
RGB183170214
HSL258°34.92%75.29%
HSB/HSV258°20.56%83.92%
CMYK14.49%20.56%0.00%
16.08%

Color #B7AAD6 in popluar number systems.

HEXB7AAD6
Decimal183170214
Binary101101111010101011010110
Octal267252326

Shades and tints

Shades of #B7AAD6

#B7AAD6
(183,170,214)
#A79BC3
(167,155,195)
#978CB0
(151,140,176)
#877D9D
(135,125,157)
#776E8A
(119,110,138)
#675F77
(103,95,119)
#575064
(87,80,100)
#474151
(71,65,81)
#37323E
(55,50,62)
#27232B
(39,35,43)
#171418
(23,20,24)
#000000
(0,0,0)

Tints of #B7AAD6

#B7AAD6
(183,170,214)
#BDB1D9
(189,177,217)
#C3B8DC
(195,184,220)
#C9BFDF
(201,191,223)
#CFC6E2
(207,198,226)
#D5CDE5
(213,205,229)
#DBD4E8
(219,212,232)
#E1DBEB
(225,219,235)
#E7E2EE
(231,226,238)
#EDE9F1
(237,233,241)
#F3F0F4
(243,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B7AAD6; }

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

This text font color is #B7AAD6.


Background Color

.myBgColor { background-color: #B7AAD6; }

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

This div background color is #B7AAD6.


Border color

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

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

This div border color is #B7AAD6.


Opacity

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

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

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

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

This text has shadow with #B7AAD6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B7AAD6 on black background.


Color preview on white background

This text has color #B7AAD6 on white background.



Black color preview on #B7AAD6 background

This text has black color on #B7AAD6 background.


White color preview on #B7AAD6 background

This text has white color on #B7AAD6 background.