COLOR #B0ADAF

HEX: #B0ADAF RGB: (176,173,175)

Color info

#B0ADAF contains red, green and blue colors in about the same proportion. Web safe color of #B0ADAF is #999999 (or #999).

RGB color model

#B0ADAF color RGB value is (176,173,175).

RGB: (176,173,175) (69%, 68%, 69%)

RGB channels and saturation

R 176 of 255 = 69%
G 173 of 255 = 68%
B 175 of 255 = 69%

176
173
175

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

Portions of RGB colors in percentages

R + G + B = 176 + 173 + 175 = 524 (100%)
R 176 of 524 ~ 33.59%
G 173 of 524 ~ 33.02%
B 175 of 524 ~ 33.4'%

%33.59
%33.02
%33.4

CMYK color model

#B0ADAF color CMYK value is (0,2,1,31).

  • cyan value is 0.00%
  • magenta value is 1.70%
  • yellow value is 0.57%
  • key color value is 30.98%

CMYK: (0,2,1,31)
C0M2Y1K31 (0%, 2%, 1%, 31%)
(0.00 / 0.02 / 0.01 / 0.31)

CMYK percentages

%0
%1.7
%0.57
%30.98

Codes

Color #B0ADAF in popluar color models

B0 AD AF
RGB 176 173 175
HSL 320° 1.86% 68.43%
HSB/HSV 320° 1.70% 69.02%
CMYK 0.00% 1.70% 0.57%
30.98%

Color #B0ADAF in popluar number systems.

HEX B0 AD AF
Decimal 176 173 175
Binary 10110000 10101101 10101111
Octal 260 255 257

Shades and tints

Shades of #B0ADAF

#B0ADAF
(176,173,175)
#A09EA0
(160,158,160)
#908F91
(144,143,145)
#808082
(128,128,130)
#707173
(112,113,115)
#606264
(96,98,100)
#505355
(80,83,85)
#404446
(64,68,70)
#303537
(48,53,55)
#202628
(32,38,40)
#101719
(16,23,25)
#000000
(0,0,0)

Tints of #B0ADAF

#B0ADAF
(176,173,175)
#B7B4B6
(183,180,182)
#BEBBBD
(190,187,189)
#C5C2C4
(197,194,196)
#CCC9CB
(204,201,203)
#D3D0D2
(211,208,210)
#DAD7D9
(218,215,217)
#E1DEE0
(225,222,224)
#E8E5E7
(232,229,231)
#EFECEE
(239,236,238)
#F6F3F5
(246,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B0ADAF; }

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

This text font color is #B0ADAF.

Background Color

.myBgColor { background-color: #B0ADAF; }

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

This div background color is #B0ADAF.

Border color

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

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

This div border color is #B0ADAF.

Opacity

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

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

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

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

This text has shadow with #B0ADAF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B0ADAF.

Preview

Color preview on black background

This text has color #B0ADAF on black background.


Color preview on white background

This text has color #B0ADAF on white background.


Black color preview on #B0ADAF background

This text has black color on #B0ADAF background.


White color preview on #B0ADAF background

This text has white color on #B0ADAF background.


Related colors

Complementary color

Complementary color for #hex is #4F5250.


I love getcolorcode.com

Triadic colors

1 #AFB0AD and #ADAFB0 with #B0ADAF are triadic colors.

2 #AFADB0 and #ADB0AF with #B0ADAF are triadic colors.