COLOR #B7A4CE

HEX: #B7A4CE
RGB: (183,164,206)

Color info

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

RGB color model

#B7A4CE color RGB value is (183,164,206).

  • red value is 183;
  • green value is 164;
  • blue value is 206.
RGB:
(183,164,206)
(72%,64%,81%)

RGB channels and saturation

R 183 of 255 = 72%
G 164 of 255 = 64%
B 206 of 255 = 81%

183
164
206

R + G + B ~ 72%. #B7A4CE is quite light color.

Portions of RGB colors in percentages

R + G + B =
183 + 164 + 206 = 553 (100%)
R 183 of 553 ~ 33.09%
G 164 of 553 ~ 29.66%
B 206 of 553 ~ 37.25%

%33.09
%29.66
%37.25

CMYK color model

#B7A4CE color CMYK value is (11,20,0,19).

  • cyan value is 11.17%
  • magenta value is 20.39%
  • yellow value is 0.00%
  • key color value is 19.22%
CMYK:
(11,20,0,19)
C11M20Y0K19 
(11%,20%,0%,19%)
(0.11/0.20/0.00/0.19)	

CMYK percentages

%11.17
%20.39
%0
%19.22

Codes

Color #B7A4CE in popluar color models

B7A4CE
RGB183164206
HSL267°30.00%72.55%
HSB/HSV267°20.39%80.78%
CMYK11.17%20.39%0.00%
19.22%

Color #B7A4CE in popluar number systems.

HEXB7A4CE
Decimal183164206
Binary101101111010010011001110
Octal267244316

Shades and tints

Shades of #B7A4CE

#B7A4CE
(183,164,206)
#A796BC
(167,150,188)
#9788AA
(151,136,170)
#877A98
(135,122,152)
#776C86
(119,108,134)
#675E74
(103,94,116)
#575062
(87,80,98)
#474250
(71,66,80)
#37343E
(55,52,62)
#27262C
(39,38,44)
#17181A
(23,24,26)
#000000
(0,0,0)

Tints of #B7A4CE

#B7A4CE
(183,164,206)
#BDACD2
(189,172,210)
#C3B4D6
(195,180,214)
#C9BCDA
(201,188,218)
#CFC4DE
(207,196,222)
#D5CCE2
(213,204,226)
#DBD4E6
(219,212,230)
#E1DCEA
(225,220,234)
#E7E4EE
(231,228,238)
#EDECF2
(237,236,242)
#F3F4F6
(243,244,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B7A4CE color. Also use rgb(183,164,206) instead hex code.

Text Font Color

.myTextColor { color: #B7A4CE; }

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

This text font color is #B7A4CE.


Background Color

.myBgColor { background-color: #B7A4CE; }

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

This div background color is #B7A4CE.


Border color

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

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

This div border color is #B7A4CE.


Opacity

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

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

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

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

This text has shadow with #B7A4CE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B7A4CE on black background.


Color preview on white background

This text has color #B7A4CE on white background.



Black color preview on #B7A4CE background

This text has black color on #B7A4CE background.


White color preview on #B7A4CE background

This text has white color on #B7A4CE background.