COLOR #8D9BA8

HEX: #8D9BA8
RGB: (141,155,168)

Color info

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

RGB color model

#8D9BA8 color RGB value is (141,155,168).

  • red value is 141;
  • green value is 155;
  • blue value is 168.
RGB:
(141,155,168)
(55%,61%,66%)

RGB channels and saturation

R 141 of 255 = 55%
G 155 of 255 = 61%
B 168 of 255 = 66%

141
155
168

R + G + B ~ 61%. #8D9BA8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
141 + 155 + 168 = 464 (100%)
R 141 of 464 ~ 30.39%
G 155 of 464 ~ 33.41%
B 168 of 464 ~ 36.21%

%30.39
%33.41
%36.21

CMYK color model

#8D9BA8 color CMYK value is (16,8,0,34).

  • cyan value is 16.07%
  • magenta value is 7.74%
  • yellow value is 0.00%
  • key color value is 34.12%
CMYK:
(16,8,0,34)
C16M8Y0K34 
(16%,8%,0%,34%)
(0.16/0.08/0.00/0.34)	

CMYK percentages

%16.07
%7.74
%0
%34.12

Codes

Color #8D9BA8 in popluar color models

8D9BA8
RGB141155168
HSL209°13.43%60.59%
HSB/HSV209°16.07%65.88%
CMYK16.07%7.74%0.00%
34.12%

Color #8D9BA8 in popluar number systems.

HEX8D9BA8
Decimal141155168
Binary100011011001101110101000
Octal215233250

Shades and tints

Shades of #8D9BA8

#8D9BA8
(141,155,168)
#818D99
(129,141,153)
#757F8A
(117,127,138)
#69717B
(105,113,123)
#5D636C
(93,99,108)
#51555D
(81,85,93)
#45474E
(69,71,78)
#39393F
(57,57,63)
#2D2B30
(45,43,48)
#211D21
(33,29,33)
#150F12
(21,15,18)
#000000
(0,0,0)

Tints of #8D9BA8

#8D9BA8
(141,155,168)
#97A4AF
(151,164,175)
#A1ADB6
(161,173,182)
#ABB6BD
(171,182,189)
#B5BFC4
(181,191,196)
#BFC8CB
(191,200,203)
#C9D1D2
(201,209,210)
#D3DAD9
(211,218,217)
#DDE3E0
(221,227,224)
#E7ECE7
(231,236,231)
#F1F5EE
(241,245,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8D9BA8 color. Also use rgb(141,155,168) instead hex code.

Text Font Color

.myTextColor { color: #8D9BA8; }

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

This text font color is #8D9BA8.


Background Color

.myBgColor { background-color: #8D9BA8; }

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

This div background color is #8D9BA8.


Border color

.myBorderColor { border: 1px solid #8D9BA8; }

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

This div border color is #8D9BA8.


Opacity

.myOpacity80 { color: #8D9BA8; opacity: 0.8; }

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

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

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

This text has shadow with #8D9BA8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8D9BA8 on black background.


Color preview on white background

This text has color #8D9BA8 on white background.



Black color preview on #8D9BA8 background

This text has black color on #8D9BA8 background.


White color preview on #8D9BA8 background

This text has white color on #8D9BA8 background.