COLOR #B5A9D6

HEX: #B5A9D6
RGB: (181,169,214)

Color info

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

RGB color model

#B5A9D6 color RGB value is (181,169,214).

  • red value is 181;
  • green value is 169;
  • blue value is 214.
RGB:
(181,169,214)
(71%,66%,84%)

RGB channels and saturation

R 181 of 255 = 71%
G 169 of 255 = 66%
B 214 of 255 = 84%

181
169
214

R + G + B ~ 74%. #B5A9D6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
181 + 169 + 214 = 564 (100%)
R 181 of 564 ~ 32.09%
G 169 of 564 ~ 29.96%
B 214 of 564 ~ 37.94%

%32.09
%29.96
%37.94

CMYK color model

#B5A9D6 color CMYK value is (15,21,0,16).

  • cyan value is 15.42%
  • magenta value is 21.03%
  • yellow value is 0.00%
  • key color value is 16.08%
CMYK:
(15,21,0,16)
C15M21Y0K16 
(15%,21%,0%,16%)
(0.15/0.21/0.00/0.16)	

CMYK percentages

%15.42
%21.03
%0
%16.08

Codes

Color #B5A9D6 in popluar color models

B5A9D6
RGB181169214
HSL256°35.43%75.10%
HSB/HSV256°21.03%83.92%
CMYK15.42%21.03%0.00%
16.08%

Color #B5A9D6 in popluar number systems.

HEXB5A9D6
Decimal181169214
Binary101101011010100111010110
Octal265251326

Shades and tints

Shades of #B5A9D6

#B5A9D6
(181,169,214)
#A59AC3
(165,154,195)
#958BB0
(149,139,176)
#857C9D
(133,124,157)
#756D8A
(117,109,138)
#655E77
(101,94,119)
#554F64
(85,79,100)
#454051
(69,64,81)
#35313E
(53,49,62)
#25222B
(37,34,43)
#151318
(21,19,24)
#000000
(0,0,0)

Tints of #B5A9D6

#B5A9D6
(181,169,214)
#BBB0D9
(187,176,217)
#C1B7DC
(193,183,220)
#C7BEDF
(199,190,223)
#CDC5E2
(205,197,226)
#D3CCE5
(211,204,229)
#D9D3E8
(217,211,232)
#DFDAEB
(223,218,235)
#E5E1EE
(229,225,238)
#EBE8F1
(235,232,241)
#F1EFF4
(241,239,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B5A9D6 color. Also use rgb(181,169,214) instead hex code.

Text Font Color

.myTextColor { color: #B5A9D6; }

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

This text font color is #B5A9D6.


Background Color

.myBgColor { background-color: #B5A9D6; }

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

This div background color is #B5A9D6.


Border color

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

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

This div border color is #B5A9D6.


Opacity

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

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

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

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

This text has shadow with #B5A9D6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B5A9D6 on black background.


Color preview on white background

This text has color #B5A9D6 on white background.



Black color preview on #B5A9D6 background

This text has black color on #B5A9D6 background.


White color preview on #B5A9D6 background

This text has white color on #B5A9D6 background.