COLOR #B5A7CC

HEX: #B5A7CC
RGB: (181,167,204)

Color info

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

RGB color model

#B5A7CC color RGB value is (181,167,204).

  • red value is 181;
  • green value is 167;
  • blue value is 204.
RGB:
(181,167,204)
(71%,65%,80%)

RGB channels and saturation

R 181 of 255 = 71%
G 167 of 255 = 65%
B 204 of 255 = 80%

181
167
204

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

Portions of RGB colors in percentages

R + G + B =
181 + 167 + 204 = 552 (100%)
R 181 of 552 ~ 32.79%
G 167 of 552 ~ 30.25%
B 204 of 552 ~ 36.96%

%32.79
%30.25
%36.96

CMYK color model

#B5A7CC color CMYK value is (11,18,0,20).

  • cyan value is 11.27%
  • magenta value is 18.14%
  • yellow value is 0.00%
  • key color value is 20.00%
CMYK:
(11,18,0,20)
C11M18Y0K20 
(11%,18%,0%,20%)
(0.11/0.18/0.00/0.20)	

CMYK percentages

%11.27
%18.14
%0
%20

Codes

Color #B5A7CC in popluar color models

B5A7CC
RGB181167204
HSL263°26.62%72.75%
HSB/HSV263°18.14%80.00%
CMYK11.27%18.14%0.00%
20.00%

Color #B5A7CC in popluar number systems.

HEXB5A7CC
Decimal181167204
Binary101101011010011111001100
Octal265247314

Shades and tints

Shades of #B5A7CC

#B5A7CC
(181,167,204)
#A598BA
(165,152,186)
#9589A8
(149,137,168)
#857A96
(133,122,150)
#756B84
(117,107,132)
#655C72
(101,92,114)
#554D60
(85,77,96)
#453E4E
(69,62,78)
#352F3C
(53,47,60)
#25202A
(37,32,42)
#151118
(21,17,24)
#000000
(0,0,0)

Tints of #B5A7CC

#B5A7CC
(181,167,204)
#BBAFD0
(187,175,208)
#C1B7D4
(193,183,212)
#C7BFD8
(199,191,216)
#CDC7DC
(205,199,220)
#D3CFE0
(211,207,224)
#D9D7E4
(217,215,228)
#DFDFE8
(223,223,232)
#E5E7EC
(229,231,236)
#EBEFF0
(235,239,240)
#F1F7F4
(241,247,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B5A7CC color. Also use rgb(181,167,204) instead hex code.

Text Font Color

.myTextColor { color: #B5A7CC; }

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

This text font color is #B5A7CC.


Background Color

.myBgColor { background-color: #B5A7CC; }

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

This div background color is #B5A7CC.


Border color

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

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

This div border color is #B5A7CC.


Opacity

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

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

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

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

This text has shadow with #B5A7CC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B5A7CC on black background.


Color preview on white background

This text has color #B5A7CC on white background.



Black color preview on #B5A7CC background

This text has black color on #B5A7CC background.


White color preview on #B5A7CC background

This text has white color on #B5A7CC background.