COLOR #B9A5CD

HEX: #B9A5CD
RGB: (185,165,205)

Color info

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

RGB color model

#B9A5CD color RGB value is (185,165,205).

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

RGB channels and saturation

R 185 of 255 = 73%
G 165 of 255 = 65%
B 205 of 255 = 80%

185
165
205

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

Portions of RGB colors in percentages

R + G + B =
185 + 165 + 205 = 555 (100%)
R 185 of 555 ~ 33.33%
G 165 of 555 ~ 29.73%
B 205 of 555 ~ 36.94%

%33.33
%29.73
%36.94

CMYK color model

#B9A5CD color CMYK value is (10,20,0,20).

  • cyan value is 9.76%
  • magenta value is 19.51%
  • yellow value is 0.00%
  • key color value is 19.61%
CMYK:
(10,20,0,20)
C10M20Y0K20 
(10%,20%,0%,20%)
(0.10/0.20/0.00/0.20)	

CMYK percentages

%9.76
%19.51
%0
%19.61

Codes

Color #B9A5CD in popluar color models

B9A5CD
RGB185165205
HSL270°28.57%72.55%
HSB/HSV270°19.51%80.39%
CMYK9.76%19.51%0.00%
19.61%

Color #B9A5CD in popluar number systems.

HEXB9A5CD
Decimal185165205
Binary101110011010010111001101
Octal271245315

Shades and tints

Shades of #B9A5CD

#B9A5CD
(185,165,205)
#A996BB
(169,150,187)
#9987A9
(153,135,169)
#897897
(137,120,151)
#796985
(121,105,133)
#695A73
(105,90,115)
#594B61
(89,75,97)
#493C4F
(73,60,79)
#392D3D
(57,45,61)
#291E2B
(41,30,43)
#190F19
(25,15,25)
#000000
(0,0,0)

Tints of #B9A5CD

#B9A5CD
(185,165,205)
#BFADD1
(191,173,209)
#C5B5D5
(197,181,213)
#CBBDD9
(203,189,217)
#D1C5DD
(209,197,221)
#D7CDE1
(215,205,225)
#DDD5E5
(221,213,229)
#E3DDE9
(227,221,233)
#E9E5ED
(233,229,237)
#EFEDF1
(239,237,241)
#F5F5F5
(245,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B9A5CD; }

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

This text font color is #B9A5CD.


Background Color

.myBgColor { background-color: #B9A5CD; }

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

This div background color is #B9A5CD.


Border color

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

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

This div border color is #B9A5CD.


Opacity

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

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

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

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

This text has shadow with #B9A5CD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B9A5CD on black background.


Color preview on white background

This text has color #B9A5CD on white background.



Black color preview on #B9A5CD background

This text has black color on #B9A5CD background.


White color preview on #B9A5CD background

This text has white color on #B9A5CD background.