COLOR #B9A5DD

HEX: #B9A5DD
RGB: (185,165,221)

Color info

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

RGB color model

#B9A5DD color RGB value is (185,165,221).

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

RGB channels and saturation

R 185 of 255 = 73%
G 165 of 255 = 65%
B 221 of 255 = 87%

185
165
221

R + G + B ~ 75%. #B9A5DD is quite light color.

Portions of RGB colors in percentages

R + G + B =
185 + 165 + 221 = 571 (100%)
R 185 of 571 ~ 32.4%
G 165 of 571 ~ 28.9%
B 221 of 571 ~ 38.7%

%32.4
%28.9
%38.7

CMYK color model

#B9A5DD color CMYK value is (16,25,0,13).

  • cyan value is 16.29%
  • magenta value is 25.34%
  • yellow value is 0.00%
  • key color value is 13.33%
CMYK:
(16,25,0,13)
C16M25Y0K13 
(16%,25%,0%,13%)
(0.16/0.25/0.00/0.13)	

CMYK percentages

%16.29
%25.34
%0
%13.33

Codes

Color #B9A5DD in popluar color models

B9A5DD
RGB185165221
HSL261°45.16%75.69%
HSB/HSV261°25.34%86.67%
CMYK16.29%25.34%0.00%
13.33%

Color #B9A5DD in popluar number systems.

HEXB9A5DD
Decimal185165221
Binary101110011010010111011101
Octal271245335

Shades and tints

Shades of #B9A5DD

#B9A5DD
(185,165,221)
#A996C9
(169,150,201)
#9987B5
(153,135,181)
#8978A1
(137,120,161)
#79698D
(121,105,141)
#695A79
(105,90,121)
#594B65
(89,75,101)
#493C51
(73,60,81)
#392D3D
(57,45,61)
#291E29
(41,30,41)
#190F15
(25,15,21)
#000000
(0,0,0)

Tints of #B9A5DD

#B9A5DD
(185,165,221)
#BFADE0
(191,173,224)
#C5B5E3
(197,181,227)
#CBBDE6
(203,189,230)
#D1C5E9
(209,197,233)
#D7CDEC
(215,205,236)
#DDD5EF
(221,213,239)
#E3DDF2
(227,221,242)
#E9E5F5
(233,229,245)
#EFEDF8
(239,237,248)
#F5F5FB
(245,245,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B9A5DD; }

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

This text font color is #B9A5DD.


Background Color

.myBgColor { background-color: #B9A5DD; }

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

This div background color is #B9A5DD.


Border color

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

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

This div border color is #B9A5DD.


Opacity

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

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

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

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

This text has shadow with #B9A5DD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B9A5DD on black background.


Color preview on white background

This text has color #B9A5DD on white background.



Black color preview on #B9A5DD background

This text has black color on #B9A5DD background.


White color preview on #B9A5DD background

This text has white color on #B9A5DD background.