COLOR #B5ADB6

HEX: #B5ADB6
RGB: (181,173,182)

Color info

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

RGB color model

#B5ADB6 color RGB value is (181,173,182).

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

RGB channels and saturation

R 181 of 255 = 71%
G 173 of 255 = 68%
B 182 of 255 = 71%

181
173
182

R + G + B ~ 70%. #B5ADB6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
181 + 173 + 182 = 536 (100%)
R 181 of 536 ~ 33.77%
G 173 of 536 ~ 32.28%
B 182 of 536 ~ 33.96%

%33.77
%32.28
%33.96

CMYK color model

#B5ADB6 color CMYK value is (1,5,0,29).

  • cyan value is 0.55%
  • magenta value is 4.95%
  • yellow value is 0.00%
  • key color value is 28.63%
CMYK:
(1,5,0,29)
C1M5Y0K29 
(1%,5%,0%,29%)
(0.01/0.05/0.00/0.29)	

CMYK percentages

%0.55
%4.95
%0
%28.63

Codes

Color #B5ADB6 in popluar color models

B5ADB6
RGB181173182
HSL293°5.81%69.61%
HSB/HSV293°4.95%71.37%
CMYK0.55%4.95%0.00%
28.63%

Color #B5ADB6 in popluar number systems.

HEXB5ADB6
Decimal181173182
Binary101101011010110110110110
Octal265255266

Shades and tints

Shades of #B5ADB6

#B5ADB6
(181,173,182)
#A59EA6
(165,158,166)
#958F96
(149,143,150)
#858086
(133,128,134)
#757176
(117,113,118)
#656266
(101,98,102)
#555356
(85,83,86)
#454446
(69,68,70)
#353536
(53,53,54)
#252626
(37,38,38)
#151716
(21,23,22)
#000000
(0,0,0)

Tints of #B5ADB6

#B5ADB6
(181,173,182)
#BBB4BC
(187,180,188)
#C1BBC2
(193,187,194)
#C7C2C8
(199,194,200)
#CDC9CE
(205,201,206)
#D3D0D4
(211,208,212)
#D9D7DA
(217,215,218)
#DFDEE0
(223,222,224)
#E5E5E6
(229,229,230)
#EBECEC
(235,236,236)
#F1F3F2
(241,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B5ADB6; }

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

This text font color is #B5ADB6.


Background Color

.myBgColor { background-color: #B5ADB6; }

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

This div background color is #B5ADB6.


Border color

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

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

This div border color is #B5ADB6.


Opacity

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

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

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

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

This text has shadow with #B5ADB6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B5ADB6 on black background.


Color preview on white background

This text has color #B5ADB6 on white background.



Black color preview on #B5ADB6 background

This text has black color on #B5ADB6 background.


White color preview on #B5ADB6 background

This text has white color on #B5ADB6 background.