COLOR #8D9CAB

HEX: #8D9CAB RGB: (141,156,171)

Color info

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

RGB color model

#8D9CAB color RGB value is (141,156,171).

RGB: (141,156,171) (55%, 61%, 67%)

RGB channels and saturation

R 141 of 255 = 55%
G 156 of 255 = 61%
B 171 of 255 = 67%

141
156
171

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

Portions of RGB colors in percentages

R + G + B = 141 + 156 + 171 = 468 (100%)
R 141 of 468 ~ 30.13%
G 156 of 468 ~ 33.33%
B 171 of 468 ~ 36.54'%

%30.13
%33.33
%36.54

CMYK color model

#8D9CAB color CMYK value is (18,9,0,33).

  • cyan value is 17.54%
  • magenta value is 8.77%
  • yellow value is 0.00%
  • key color value is 32.94%
CMYK: (18,9,0,33) C18M9Y0K33 (18%,9%,0%,33%) (0.18/0.09/0.00/0.33) 

CMYK percentages

%17.54
%8.77
%0
%32.94

Codes

Color #8D9CAB in popluar color models

8D 9C AB
RGB 141 156 171
HSL 210° 15.15% 61.18%
HSB/HSV 210° 17.54% 67.06%
CMYK 17.54% 8.77% 0.00%
32.94%

Color #8D9CAB in popluar number systems.

HEX 8D 9C AB
Decimal 141 156 171
Binary 10001101 10011100 10101011
Octal 215 234 253

Shades and tints

Shades of #8D9CAB

#8D9CAB
(141,156,171)
#818E9C
(129,142,156)
#75808D
(117,128,141)
#69727E
(105,114,126)
#5D646F
(93,100,111)
#515660
(81,86,96)
#454851
(69,72,81)
#393A42
(57,58,66)
#2D2C33
(45,44,51)
#211E24
(33,30,36)
#151015
(21,16,21)
#000000
(0,0,0)

Tints of #8D9CAB

#8D9CAB
(141,156,171)
#97A5B2
(151,165,178)
#A1AEB9
(161,174,185)
#ABB7C0
(171,183,192)
#B5C0C7
(181,192,199)
#BFC9CE
(191,201,206)
#C9D2D5
(201,210,213)
#D3DBDC
(211,219,220)
#DDE4E3
(221,228,227)
#E7EDEA
(231,237,234)
#F1F6F1
(241,246,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8D9CAB color. Also use rgb(141,156,171) instead hex code.

Text Font Color

.myTextColor { color: #8D9CAB; }

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

This text font color is #8D9CAB.

Background Color

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

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

This div background color is #8D9CAB.

Border color

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

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

This div border color is #8D9CAB.

Opacity

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

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

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

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

This text has shadow with #8D9CAB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8D9CAB.

Preview

Color preview on black background

This text has color #8D9CAB on black background.


Color preview on white background

This text has color #8D9CAB on white background.


Black color preview on #8D9CAB background

This text has black color on #8D9CAB background.


White color preview on #8D9CAB background

This text has white color on #8D9CAB background.


Related colors

Complementary color

Complementary color for #hex is #726354.


I love getcolorcode.com

Triadic colors

1 #AB8D9C and #9CAB8D with #8D9CAB are triadic colors.

2 #AB9C8D and #9C8DAB with #8D9CAB are triadic colors.