COLOR #B4A5D7

HEX: #B4A5D7
RGB: (180,165,215)

Color info

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

RGB color model

#B4A5D7 color RGB value is (180,165,215).

  • red value is 180;
  • green value is 165;
  • blue value is 215.
RGB:
(180,165,215)
(71%,65%,84%)

RGB channels and saturation

R 180 of 255 = 71%
G 165 of 255 = 65%
B 215 of 255 = 84%

180
165
215

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

Portions of RGB colors in percentages

R + G + B =
180 + 165 + 215 = 560 (100%)
R 180 of 560 ~ 32.14%
G 165 of 560 ~ 29.46%
B 215 of 560 ~ 38.39%

%32.14
%29.46
%38.39

CMYK color model

#B4A5D7 color CMYK value is (16,23,0,16).

  • cyan value is 16.28%
  • magenta value is 23.26%
  • yellow value is 0.00%
  • key color value is 15.69%
CMYK:
(16,23,0,16)
C16M23Y0K16 
(16%,23%,0%,16%)
(0.16/0.23/0.00/0.16)	

CMYK percentages

%16.28
%23.26
%0
%15.69

Codes

Color #B4A5D7 in popluar color models

B4A5D7
RGB180165215
HSL258°38.46%74.51%
HSB/HSV258°23.26%84.31%
CMYK16.28%23.26%0.00%
15.69%

Color #B4A5D7 in popluar number systems.

HEXB4A5D7
Decimal180165215
Binary101101001010010111010111
Octal264245327

Shades and tints

Shades of #B4A5D7

#B4A5D7
(180,165,215)
#A496C4
(164,150,196)
#9487B1
(148,135,177)
#84789E
(132,120,158)
#74698B
(116,105,139)
#645A78
(100,90,120)
#544B65
(84,75,101)
#443C52
(68,60,82)
#342D3F
(52,45,63)
#241E2C
(36,30,44)
#140F19
(20,15,25)
#000000
(0,0,0)

Tints of #B4A5D7

#B4A5D7
(180,165,215)
#BAADDA
(186,173,218)
#C0B5DD
(192,181,221)
#C6BDE0
(198,189,224)
#CCC5E3
(204,197,227)
#D2CDE6
(210,205,230)
#D8D5E9
(216,213,233)
#DEDDEC
(222,221,236)
#E4E5EF
(228,229,239)
#EAEDF2
(234,237,242)
#F0F5F5
(240,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B4A5D7 color. Also use rgb(180,165,215) instead hex code.

Text Font Color

.myTextColor { color: #B4A5D7; }

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

This text font color is #B4A5D7.


Background Color

.myBgColor { background-color: #B4A5D7; }

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

This div background color is #B4A5D7.


Border color

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

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

This div border color is #B4A5D7.


Opacity

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

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

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

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

This text has shadow with #B4A5D7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B4A5D7 on black background.


Color preview on white background

This text has color #B4A5D7 on white background.



Black color preview on #B4A5D7 background

This text has black color on #B4A5D7 background.


White color preview on #B4A5D7 background

This text has white color on #B4A5D7 background.