COLOR #B7A5CE

HEX: #B7A5CE
RGB: (183,165,206)

Color info

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

RGB color model

#B7A5CE color RGB value is (183,165,206).

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

RGB channels and saturation

R 183 of 255 = 72%
G 165 of 255 = 65%
B 206 of 255 = 81%

183
165
206

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

Portions of RGB colors in percentages

R + G + B =
183 + 165 + 206 = 554 (100%)
R 183 of 554 ~ 33.03%
G 165 of 554 ~ 29.78%
B 206 of 554 ~ 37.18%

%33.03
%29.78
%37.18

CMYK color model

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

  • cyan value is 11.17%
  • magenta value is 19.90%
  • 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
%19.9
%0
%19.22

Codes

Color #B7A5CE in popluar color models

B7A5CE
RGB183165206
HSL266°29.50%72.75%
HSB/HSV266°19.90%80.78%
CMYK11.17%19.90%0.00%
19.22%

Color #B7A5CE in popluar number systems.

HEXB7A5CE
Decimal183165206
Binary101101111010010111001110
Octal267245316

Shades and tints

Shades of #B7A5CE

#B7A5CE
(183,165,206)
#A796BC
(167,150,188)
#9787AA
(151,135,170)
#877898
(135,120,152)
#776986
(119,105,134)
#675A74
(103,90,116)
#574B62
(87,75,98)
#473C50
(71,60,80)
#372D3E
(55,45,62)
#271E2C
(39,30,44)
#170F1A
(23,15,26)
#000000
(0,0,0)

Tints of #B7A5CE

#B7A5CE
(183,165,206)
#BDADD2
(189,173,210)
#C3B5D6
(195,181,214)
#C9BDDA
(201,189,218)
#CFC5DE
(207,197,222)
#D5CDE2
(213,205,226)
#DBD5E6
(219,213,230)
#E1DDEA
(225,221,234)
#E7E5EE
(231,229,238)
#EDEDF2
(237,237,242)
#F3F5F6
(243,245,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B7A5CE; }

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

This text font color is #B7A5CE.


Background Color

.myBgColor { background-color: #B7A5CE; }

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

This div background color is #B7A5CE.


Border color

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

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

This div border color is #B7A5CE.


Opacity

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

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

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

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

This text has shadow with #B7A5CE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B7A5CE on black background.


Color preview on white background

This text has color #B7A5CE on white background.



Black color preview on #B7A5CE background

This text has black color on #B7A5CE background.


White color preview on #B7A5CE background

This text has white color on #B7A5CE background.