COLOR #8D9099

HEX: #8D9099
RGB: (141,144,153)

Color info

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

RGB color model

#8D9099 color RGB value is (141,144,153).

  • red value is 141;
  • green value is 144;
  • blue value is 153.
RGB:
(141,144,153)
(55%,56%,60%)

RGB channels and saturation

R 141 of 255 = 55%
G 144 of 255 = 56%
B 153 of 255 = 60%

141
144
153

R + G + B ~ 57%. #8D9099 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
141 + 144 + 153 = 438 (100%)
R 141 of 438 ~ 32.19%
G 144 of 438 ~ 32.88%
B 153 of 438 ~ 34.93%

%32.19
%32.88
%34.93

CMYK color model

#8D9099 color CMYK value is (8,6,0,40).

  • cyan value is 7.84%
  • magenta value is 5.88%
  • yellow value is 0.00%
  • key color value is 40.00%
CMYK:
(8,6,0,40)
C8M6Y0K40 
(8%,6%,0%,40%)
(0.08/0.06/0.00/0.40)	

CMYK percentages

%7.84
%5.88
%0
%40

Codes

Color #8D9099 in popluar color models

8D9099
RGB141144153
HSL225°5.56%57.65%
HSB/HSV225°7.84%60.00%
CMYK7.84%5.88%0.00%
40.00%

Color #8D9099 in popluar number systems.

HEX8D9099
Decimal141144153
Binary100011011001000010011001
Octal215220231

Shades and tints

Shades of #8D9099

#8D9099
(141,144,153)
#81838C
(129,131,140)
#75767F
(117,118,127)
#696972
(105,105,114)
#5D5C65
(93,92,101)
#514F58
(81,79,88)
#45424B
(69,66,75)
#39353E
(57,53,62)
#2D2831
(45,40,49)
#211B24
(33,27,36)
#150E17
(21,14,23)
#000000
(0,0,0)

Tints of #8D9099

#8D9099
(141,144,153)
#979AA2
(151,154,162)
#A1A4AB
(161,164,171)
#ABAEB4
(171,174,180)
#B5B8BD
(181,184,189)
#BFC2C6
(191,194,198)
#C9CCCF
(201,204,207)
#D3D6D8
(211,214,216)
#DDE0E1
(221,224,225)
#E7EAEA
(231,234,234)
#F1F4F3
(241,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8D9099 color. Also use rgb(141,144,153) instead hex code.

Text Font Color

.myTextColor { color: #8D9099; }

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

This text font color is #8D9099.


Background Color

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

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

This div background color is #8D9099.


Border color

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

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

This div border color is #8D9099.


Opacity

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

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

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

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

This text has shadow with #8D9099 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8D9099 on black background.


Color preview on white background

This text has color #8D9099 on white background.



Black color preview on #8D9099 background

This text has black color on #8D9099 background.


White color preview on #8D9099 background

This text has white color on #8D9099 background.