COLOR #8DA3AA

HEX: #8DA3AA
RGB: (141,163,170)

Color info

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

RGB color model

#8DA3AA color RGB value is (141,163,170).

  • red value is 141;
  • green value is 163;
  • blue value is 170.
RGB:
(141,163,170)
(55%,64%,67%)

RGB channels and saturation

R 141 of 255 = 55%
G 163 of 255 = 64%
B 170 of 255 = 67%

141
163
170

R + G + B ~ 62%. #8DA3AA is quite light color.

Portions of RGB colors in percentages

R + G + B =
141 + 163 + 170 = 474 (100%)
R 141 of 474 ~ 29.75%
G 163 of 474 ~ 34.39%
B 170 of 474 ~ 35.86%

%29.75
%34.39
%35.86

CMYK color model

#8DA3AA color CMYK value is (17,4,0,33).

  • cyan value is 17.06%
  • magenta value is 4.12%
  • yellow value is 0.00%
  • key color value is 33.33%
CMYK:
(17,4,0,33)
C17M4Y0K33 
(17%,4%,0%,33%)
(0.17/0.04/0.00/0.33)	

CMYK percentages

%17.06
%4.12
%0
%33.33

Codes

Color #8DA3AA in popluar color models

8DA3AA
RGB141163170
HSL194°14.57%60.98%
HSB/HSV194°17.06%66.67%
CMYK17.06%4.12%0.00%
33.33%

Color #8DA3AA in popluar number systems.

HEX8DA3AA
Decimal141163170
Binary100011011010001110101010
Octal215243252

Shades and tints

Shades of #8DA3AA

#8DA3AA
(141,163,170)
#81959B
(129,149,155)
#75878C
(117,135,140)
#69797D
(105,121,125)
#5D6B6E
(93,107,110)
#515D5F
(81,93,95)
#454F50
(69,79,80)
#394141
(57,65,65)
#2D3332
(45,51,50)
#212523
(33,37,35)
#151714
(21,23,20)
#000000
(0,0,0)

Tints of #8DA3AA

#8DA3AA
(141,163,170)
#97ABB1
(151,171,177)
#A1B3B8
(161,179,184)
#ABBBBF
(171,187,191)
#B5C3C6
(181,195,198)
#BFCBCD
(191,203,205)
#C9D3D4
(201,211,212)
#D3DBDB
(211,219,219)
#DDE3E2
(221,227,226)
#E7EBE9
(231,235,233)
#F1F3F0
(241,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8DA3AA color. Also use rgb(141,163,170) instead hex code.

Text Font Color

.myTextColor { color: #8DA3AA; }

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

This text font color is #8DA3AA.


Background Color

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

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

This div background color is #8DA3AA.


Border color

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

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

This div border color is #8DA3AA.


Opacity

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

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

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

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

This text has shadow with #8DA3AA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8DA3AA on black background.


Color preview on white background

This text has color #8DA3AA on white background.



Black color preview on #8DA3AA background

This text has black color on #8DA3AA background.


White color preview on #8DA3AA background

This text has white color on #8DA3AA background.