COLOR #B4A7D1

HEX: #B4A7D1
RGB: (180,167,209)

Color info

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

RGB color model

#B4A7D1 color RGB value is (180,167,209).

  • red value is 180;
  • green value is 167;
  • blue value is 209.
RGB:
(180,167,209)
(71%,65%,82%)

RGB channels and saturation

R 180 of 255 = 71%
G 167 of 255 = 65%
B 209 of 255 = 82%

180
167
209

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

Portions of RGB colors in percentages

R + G + B =
180 + 167 + 209 = 556 (100%)
R 180 of 556 ~ 32.37%
G 167 of 556 ~ 30.04%
B 209 of 556 ~ 37.59%

%32.37
%30.04
%37.59

CMYK color model

#B4A7D1 color CMYK value is (14,20,0,18).

  • cyan value is 13.88%
  • magenta value is 20.10%
  • yellow value is 0.00%
  • key color value is 18.04%
CMYK:
(14,20,0,18)
C14M20Y0K18 
(14%,20%,0%,18%)
(0.14/0.20/0.00/0.18)	

CMYK percentages

%13.88
%20.1
%0
%18.04

Codes

Color #B4A7D1 in popluar color models

B4A7D1
RGB180167209
HSL259°31.34%73.73%
HSB/HSV259°20.10%81.96%
CMYK13.88%20.10%0.00%
18.04%

Color #B4A7D1 in popluar number systems.

HEXB4A7D1
Decimal180167209
Binary101101001010011111010001
Octal264247321

Shades and tints

Shades of #B4A7D1

#B4A7D1
(180,167,209)
#A498BE
(164,152,190)
#9489AB
(148,137,171)
#847A98
(132,122,152)
#746B85
(116,107,133)
#645C72
(100,92,114)
#544D5F
(84,77,95)
#443E4C
(68,62,76)
#342F39
(52,47,57)
#242026
(36,32,38)
#141113
(20,17,19)
#000000
(0,0,0)

Tints of #B4A7D1

#B4A7D1
(180,167,209)
#BAAFD5
(186,175,213)
#C0B7D9
(192,183,217)
#C6BFDD
(198,191,221)
#CCC7E1
(204,199,225)
#D2CFE5
(210,207,229)
#D8D7E9
(216,215,233)
#DEDFED
(222,223,237)
#E4E7F1
(228,231,241)
#EAEFF5
(234,239,245)
#F0F7F9
(240,247,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B4A7D1 color. Also use rgb(180,167,209) instead hex code.

Text Font Color

.myTextColor { color: #B4A7D1; }

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

This text font color is #B4A7D1.


Background Color

.myBgColor { background-color: #B4A7D1; }

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

This div background color is #B4A7D1.


Border color

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

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

This div border color is #B4A7D1.


Opacity

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

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

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

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

This text has shadow with #B4A7D1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B4A7D1 on black background.


Color preview on white background

This text has color #B4A7D1 on white background.



Black color preview on #B4A7D1 background

This text has black color on #B4A7D1 background.


White color preview on #B4A7D1 background

This text has white color on #B4A7D1 background.