COLOR #B9A5DA

HEX: #B9A5DA
RGB: (185,165,218)

Color info

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

RGB color model

#B9A5DA color RGB value is (185,165,218).

  • red value is 185;
  • green value is 165;
  • blue value is 218.
RGB:
(185,165,218)
(73%,65%,85%)

RGB channels and saturation

R 185 of 255 = 73%
G 165 of 255 = 65%
B 218 of 255 = 85%

185
165
218

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

Portions of RGB colors in percentages

R + G + B =
185 + 165 + 218 = 568 (100%)
R 185 of 568 ~ 32.57%
G 165 of 568 ~ 29.05%
B 218 of 568 ~ 38.38%

%32.57
%29.05
%38.38

CMYK color model

#B9A5DA color CMYK value is (15,24,0,15).

  • cyan value is 15.14%
  • magenta value is 24.31%
  • yellow value is 0.00%
  • key color value is 14.51%
CMYK:
(15,24,0,15)
C15M24Y0K15 
(15%,24%,0%,15%)
(0.15/0.24/0.00/0.15)	

CMYK percentages

%15.14
%24.31
%0
%14.51

Codes

Color #B9A5DA in popluar color models

B9A5DA
RGB185165218
HSL263°41.73%75.10%
HSB/HSV263°24.31%85.49%
CMYK15.14%24.31%0.00%
14.51%

Color #B9A5DA in popluar number systems.

HEXB9A5DA
Decimal185165218
Binary101110011010010111011010
Octal271245332

Shades and tints

Shades of #B9A5DA

#B9A5DA
(185,165,218)
#A996C7
(169,150,199)
#9987B4
(153,135,180)
#8978A1
(137,120,161)
#79698E
(121,105,142)
#695A7B
(105,90,123)
#594B68
(89,75,104)
#493C55
(73,60,85)
#392D42
(57,45,66)
#291E2F
(41,30,47)
#190F1C
(25,15,28)
#000000
(0,0,0)

Tints of #B9A5DA

#B9A5DA
(185,165,218)
#BFADDD
(191,173,221)
#C5B5E0
(197,181,224)
#CBBDE3
(203,189,227)
#D1C5E6
(209,197,230)
#D7CDE9
(215,205,233)
#DDD5EC
(221,213,236)
#E3DDEF
(227,221,239)
#E9E5F2
(233,229,242)
#EFEDF5
(239,237,245)
#F5F5F8
(245,245,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B9A5DA color. Also use rgb(185,165,218) instead hex code.

Text Font Color

.myTextColor { color: #B9A5DA; }

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

This text font color is #B9A5DA.


Background Color

.myBgColor { background-color: #B9A5DA; }

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

This div background color is #B9A5DA.


Border color

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

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

This div border color is #B9A5DA.


Opacity

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

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

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

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

This text has shadow with #B9A5DA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B9A5DA on black background.


Color preview on white background

This text has color #B9A5DA on white background.



Black color preview on #B9A5DA background

This text has black color on #B9A5DA background.


White color preview on #B9A5DA background

This text has white color on #B9A5DA background.