COLOR #B3A5D1

HEX: #B3A5D1
RGB: (179,165,209)

Color info

#B3A5D1 contains red, green and blue colors in about the same proportion. Web safe color of #B3A5D1 is #9999CC (or #99C).

RGB color model

#B3A5D1 color RGB value is (179,165,209).

  • red value is 179;
  • green value is 165;
  • blue value is 209.
RGB: (179,165,209) (70%,65%,82%)

RGB channels and saturation

R 179 of 255 = 70%
G 165 of 255 = 65%
B 209 of 255 = 82%

179
165
209

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

Portions of RGB colors in percentages

R + G + B =
179 + 165 + 209 = 553 (100%)
R 179 of 553 ~ 32.37%
G 165 of 553 ~ 29.84%
B 209 of 553 ~ 37.79%

%32.37
%29.84
%37.79

CMYK color model

#B3A5D1 color CMYK value is (14,21,0,18).

  • cyan value is 14.35%
  • magenta value is 21.05%
  • yellow value is 0.00%
  • key color value is 18.04%
CMYK: (14,21,0,18) C14M21Y0K18 (14%,21%,0%,18%) (0.14/0.21/0.00/0.18)

CMYK percentages

%14.35
%21.05
%0
%18.04

Codes

Color #B3A5D1 in popluar color models

B3A5D1
RGB179165209
HSL259°32.35%73.33%
HSB/HSV259°21.05%81.96%
CMYK14.35%21.05%0.00%
18.04%

Color #B3A5D1 in popluar number systems.

HEXB3A5D1
Decimal179165209
Binary101100111010010111010001
Octal263245321

Shades and tints

Shades of #B3A5D1

#B3A5D1
(179,165,209)
#A396BE
(163,150,190)
#9387AB
(147,135,171)
#837898
(131,120,152)
#736985
(115,105,133)
#635A72
(99,90,114)
#534B5F
(83,75,95)
#433C4C
(67,60,76)
#332D39
(51,45,57)
#231E26
(35,30,38)
#130F13
(19,15,19)
#000000
(0,0,0)

Tints of #B3A5D1

#B3A5D1
(179,165,209)
#B9ADD5
(185,173,213)
#BFB5D9
(191,181,217)
#C5BDDD
(197,189,221)
#CBC5E1
(203,197,225)
#D1CDE5
(209,205,229)
#D7D5E9
(215,213,233)
#DDDDED
(221,221,237)
#E3E5F1
(227,229,241)
#E9EDF5
(233,237,245)
#EFF5F9
(239,245,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B3A5D1 color. Also use rgb(179,165,209) instead hex code.

Text Font Color

.myTextColor { color: #B3A5D1; }

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

This text font color is #B3A5D1.


Background Color

.myBgColor { background-color: #B3A5D1; }

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

This div background color is #B3A5D1.


Border color

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

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

This div border color is #B3A5D1.


Opacity

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

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

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

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

This text has shadow with #B3A5D1 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #B3A5D1 on black background.


Color preview on white background

This text has color #B3A5D1 on white background.



Black color preview on #B3A5D1 background

This text has black color on #B3A5D1 background.


White color preview on #B3A5D1 background

This text has white color on #B3A5D1 background.