COLOR #B5ADAF

HEX: #B5ADAF RGB: (181,173,175)

Color info

#B5ADAF contains red, green and blue colors in about the same proportion. Web safe color of #B5ADAF is #CC9999 (or #C99).

RGB color model

#B5ADAF color RGB value is (181,173,175).

RGB: (181,173,175) (71%, 68%, 69%)

RGB channels and saturation

R 181 of 255 = 71%
G 173 of 255 = 68%
B 175 of 255 = 69%

181
173
175

R + G + B ~ 69%. #B5ADAF is quite light color.

Portions of RGB colors in percentages

R + G + B = 181 + 173 + 175 = 529 (100%)
R 181 of 529 ~ 34.22%
G 173 of 529 ~ 32.7%
B 175 of 529 ~ 33.08'%

%34.22
%32.7
%33.08

CMYK color model

#B5ADAF color CMYK value is (0,4,3,29).

  • cyan value is 0.00%
  • magenta value is 4.42%
  • yellow value is 3.31%
  • key color value is 29.02%

CMYK: (0,4,3,29)
C0M4Y3K29 (0%, 4%, 3%, 29%)
(0.00 / 0.04 / 0.03 / 0.29)

CMYK percentages

%0
%4.42
%3.31
%29.02

Codes

Color #B5ADAF in popluar color models

B5 AD AF
RGB 181 173 175
HSL 345° 5.13% 69.41%
HSB/HSV 345° 4.42% 70.98%
CMYK 0.00% 4.42% 3.31%
29.02%

Color #B5ADAF in popluar number systems.

HEX B5 AD AF
Decimal 181 173 175
Binary 10110101 10101101 10101111
Octal 265 255 257

Shades and tints

Shades of #B5ADAF

#B5ADAF
(181,173,175)
#A59EA0
(165,158,160)
#958F91
(149,143,145)
#858082
(133,128,130)
#757173
(117,113,115)
#656264
(101,98,100)
#555355
(85,83,85)
#454446
(69,68,70)
#353537
(53,53,55)
#252628
(37,38,40)
#151719
(21,23,25)
#000000
(0,0,0)

Tints of #B5ADAF

#B5ADAF
(181,173,175)
#BBB4B6
(187,180,182)
#C1BBBD
(193,187,189)
#C7C2C4
(199,194,196)
#CDC9CB
(205,201,203)
#D3D0D2
(211,208,210)
#D9D7D9
(217,215,217)
#DFDEE0
(223,222,224)
#E5E5E7
(229,229,231)
#EBECEE
(235,236,238)
#F1F3F5
(241,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B5ADAF; }

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

This text font color is #B5ADAF.

Background Color

.myBgColor { background-color: #B5ADAF; }

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

This div background color is #B5ADAF.

Border color

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

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

This div border color is #B5ADAF.

Opacity

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

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

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

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

This text has shadow with #B5ADAF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B5ADAF.

Preview

Color preview on black background

This text has color #B5ADAF on black background.


Color preview on white background

This text has color #B5ADAF on white background.


Black color preview on #B5ADAF background

This text has black color on #B5ADAF background.


White color preview on #B5ADAF background

This text has white color on #B5ADAF background.


Related colors

Complementary color

Complementary color for #hex is #4A5250.


I love getcolorcode.com

Triadic colors

1 #AFB5AD and #ADAFB5 with #B5ADAF are triadic colors.

2 #AFADB5 and #ADB5AF with #B5ADAF are triadic colors.