COLOR #B5ADC0

HEX: #B5ADC0
RGB: (181,173,192)

Color info

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

RGB color model

#B5ADC0 color RGB value is (181,173,192).

  • red value is 181;
  • green value is 173;
  • blue value is 192.
RGB:
(181,173,192)
(71%,68%,75%)

RGB channels and saturation

R 181 of 255 = 71%
G 173 of 255 = 68%
B 192 of 255 = 75%

181
173
192

R + G + B ~ 71%. #B5ADC0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
181 + 173 + 192 = 546 (100%)
R 181 of 546 ~ 33.15%
G 173 of 546 ~ 31.68%
B 192 of 546 ~ 35.16%

%33.15
%31.68
%35.16

CMYK color model

#B5ADC0 color CMYK value is (6,10,0,25).

  • cyan value is 5.73%
  • magenta value is 9.90%
  • yellow value is 0.00%
  • key color value is 24.71%
CMYK:
(6,10,0,25)
C6M10Y0K25 
(6%,10%,0%,25%)
(0.06/0.10/0.00/0.25)	

CMYK percentages

%5.73
%9.9
%0
%24.71

Codes

Color #B5ADC0 in popluar color models

B5ADC0
RGB181173192
HSL265°13.10%71.57%
HSB/HSV265°9.90%75.29%
CMYK5.73%9.90%0.00%
24.71%

Color #B5ADC0 in popluar number systems.

HEXB5ADC0
Decimal181173192
Binary101101011010110111000000
Octal265255300

Shades and tints

Shades of #B5ADC0

#B5ADC0
(181,173,192)
#A59EAF
(165,158,175)
#958F9E
(149,143,158)
#85808D
(133,128,141)
#75717C
(117,113,124)
#65626B
(101,98,107)
#55535A
(85,83,90)
#454449
(69,68,73)
#353538
(53,53,56)
#252627
(37,38,39)
#151716
(21,23,22)
#000000
(0,0,0)

Tints of #B5ADC0

#B5ADC0
(181,173,192)
#BBB4C5
(187,180,197)
#C1BBCA
(193,187,202)
#C7C2CF
(199,194,207)
#CDC9D4
(205,201,212)
#D3D0D9
(211,208,217)
#D9D7DE
(217,215,222)
#DFDEE3
(223,222,227)
#E5E5E8
(229,229,232)
#EBECED
(235,236,237)
#F1F3F2
(241,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B5ADC0 color. Also use rgb(181,173,192) instead hex code.

Text Font Color

.myTextColor { color: #B5ADC0; }

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

This text font color is #B5ADC0.


Background Color

.myBgColor { background-color: #B5ADC0; }

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

This div background color is #B5ADC0.


Border color

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

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

This div border color is #B5ADC0.


Opacity

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

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

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

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

This text has shadow with #B5ADC0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B5ADC0 on black background.


Color preview on white background

This text has color #B5ADC0 on white background.



Black color preview on #B5ADC0 background

This text has black color on #B5ADC0 background.


White color preview on #B5ADC0 background

This text has white color on #B5ADC0 background.