COLOR #B7A0D6

HEX: #B7A0D6 RGB: (183,160,214)

Color info

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

RGB color model

#B7A0D6 color RGB value is (183,160,214).

RGB: (183,160,214) (72%, 63%, 84%)

RGB channels and saturation

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

183
160
214

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

Portions of RGB colors in percentages

R + G + B = 183 + 160 + 214 = 557 (100%)
R 183 of 557 ~ 32.85%
G 160 of 557 ~ 28.73%
B 214 of 557 ~ 38.42'%

%32.85
%28.73
%38.42

CMYK color model

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

  • cyan value is 14.49%
  • magenta value is 25.23%
  • 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
%25.23
%0
%16.08

Codes

Color #B7A0D6 in popluar color models

B7 A0 D6
RGB 183 160 214
HSL 266° 39.71% 73.33%
HSB/HSV 266° 25.23% 83.92%
CMYK 14.49% 25.23% 0.00%
16.08%

Color #B7A0D6 in popluar number systems.

HEX B7 A0 D6
Decimal 183 160 214
Binary 10110111 10100000 11010110
Octal 267 240 326

Shades and tints

Shades of #B7A0D6

#B7A0D6
(183,160,214)
#A792C3
(167,146,195)
#9784B0
(151,132,176)
#87769D
(135,118,157)
#77688A
(119,104,138)
#675A77
(103,90,119)
#574C64
(87,76,100)
#473E51
(71,62,81)
#37303E
(55,48,62)
#27222B
(39,34,43)
#171418
(23,20,24)
#000000
(0,0,0)

Tints of #B7A0D6

#B7A0D6
(183,160,214)
#BDA8D9
(189,168,217)
#C3B0DC
(195,176,220)
#C9B8DF
(201,184,223)
#CFC0E2
(207,192,226)
#D5C8E5
(213,200,229)
#DBD0E8
(219,208,232)
#E1D8EB
(225,216,235)
#E7E0EE
(231,224,238)
#EDE8F1
(237,232,241)
#F3F0F4
(243,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B7A0D6; }

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

This text font color is #B7A0D6.

Background Color

.myBgColor { background-color: #B7A0D6; }

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

This div background color is #B7A0D6.

Border color

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

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

This div border color is #B7A0D6.

Opacity

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

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

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

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

This text has shadow with #B7A0D6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B7A0D6.

Preview

Color preview on black background

This text has color #B7A0D6 on black background.


Color preview on white background

This text has color #B7A0D6 on white background.


Black color preview on #B7A0D6 background

This text has black color on #B7A0D6 background.


White color preview on #B7A0D6 background

This text has white color on #B7A0D6 background.


Related colors

Complementary color

Complementary color for #hex is #485F29.


I love getcolorcode.com

Triadic colors

1 #D6B7A0 and #A0D6B7 with #B7A0D6 are triadic colors.

2 #D6A0B7 and #A0B7D6 with #B7A0D6 are triadic colors.