COLOR #B5A9CD

HEX: #B5A9CD
RGB: (181,169,205)

Color info

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

RGB color model

#B5A9CD color RGB value is (181,169,205).

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

RGB channels and saturation

R 181 of 255 = 71%
G 169 of 255 = 66%
B 205 of 255 = 80%

181
169
205

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

Portions of RGB colors in percentages

R + G + B =
181 + 169 + 205 = 555 (100%)
R 181 of 555 ~ 32.61%
G 169 of 555 ~ 30.45%
B 205 of 555 ~ 36.94%

%32.61
%30.45
%36.94

CMYK color model

#B5A9CD color CMYK value is (12,18,0,20).

  • cyan value is 11.71%
  • magenta value is 17.56%
  • yellow value is 0.00%
  • key color value is 19.61%
CMYK:
(12,18,0,20)
C12M18Y0K20 
(12%,18%,0%,20%)
(0.12/0.18/0.00/0.20)	

CMYK percentages

%11.71
%17.56
%0
%19.61

Codes

Color #B5A9CD in popluar color models

B5A9CD
RGB181169205
HSL260°26.47%73.33%
HSB/HSV260°17.56%80.39%
CMYK11.71%17.56%0.00%
19.61%

Color #B5A9CD in popluar number systems.

HEXB5A9CD
Decimal181169205
Binary101101011010100111001101
Octal265251315

Shades and tints

Shades of #B5A9CD

#B5A9CD
(181,169,205)
#A59ABB
(165,154,187)
#958BA9
(149,139,169)
#857C97
(133,124,151)
#756D85
(117,109,133)
#655E73
(101,94,115)
#554F61
(85,79,97)
#45404F
(69,64,79)
#35313D
(53,49,61)
#25222B
(37,34,43)
#151319
(21,19,25)
#000000
(0,0,0)

Tints of #B5A9CD

#B5A9CD
(181,169,205)
#BBB0D1
(187,176,209)
#C1B7D5
(193,183,213)
#C7BED9
(199,190,217)
#CDC5DD
(205,197,221)
#D3CCE1
(211,204,225)
#D9D3E5
(217,211,229)
#DFDAE9
(223,218,233)
#E5E1ED
(229,225,237)
#EBE8F1
(235,232,241)
#F1EFF5
(241,239,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B5A9CD; }

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

This text font color is #B5A9CD.


Background Color

.myBgColor { background-color: #B5A9CD; }

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

This div background color is #B5A9CD.


Border color

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

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

This div border color is #B5A9CD.


Opacity

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

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

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

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

This text has shadow with #B5A9CD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B5A9CD on black background.


Color preview on white background

This text has color #B5A9CD on white background.



Black color preview on #B5A9CD background

This text has black color on #B5A9CD background.


White color preview on #B5A9CD background

This text has white color on #B5A9CD background.