COLOR #8DA1AD

HEX: #8DA1AD
RGB: (141,161,173)

Color info

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

RGB color model

#8DA1AD color RGB value is (141,161,173).

  • red value is 141;
  • green value is 161;
  • blue value is 173.
RGB:
(141,161,173)
(55%,63%,68%)

RGB channels and saturation

R 141 of 255 = 55%
G 161 of 255 = 63%
B 173 of 255 = 68%

141
161
173

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

Portions of RGB colors in percentages

R + G + B =
141 + 161 + 173 = 475 (100%)
R 141 of 475 ~ 29.68%
G 161 of 475 ~ 33.89%
B 173 of 475 ~ 36.42%

%29.68
%33.89
%36.42

CMYK color model

#8DA1AD color CMYK value is (18,7,0,32).

  • cyan value is 18.50%
  • magenta value is 6.94%
  • yellow value is 0.00%
  • key color value is 32.16%
CMYK:
(18,7,0,32)
C18M7Y0K32 
(18%,7%,0%,32%)
(0.18/0.07/0.00/0.32)	

CMYK percentages

%18.5
%6.94
%0
%32.16

Codes

Color #8DA1AD in popluar color models

8DA1AD
RGB141161173
HSL203°16.33%61.57%
HSB/HSV203°18.50%67.84%
CMYK18.50%6.94%0.00%
32.16%

Color #8DA1AD in popluar number systems.

HEX8DA1AD
Decimal141161173
Binary100011011010000110101101
Octal215241255

Shades and tints

Shades of #8DA1AD

#8DA1AD
(141,161,173)
#81939E
(129,147,158)
#75858F
(117,133,143)
#697780
(105,119,128)
#5D6971
(93,105,113)
#515B62
(81,91,98)
#454D53
(69,77,83)
#393F44
(57,63,68)
#2D3135
(45,49,53)
#212326
(33,35,38)
#151517
(21,21,23)
#000000
(0,0,0)

Tints of #8DA1AD

#8DA1AD
(141,161,173)
#97A9B4
(151,169,180)
#A1B1BB
(161,177,187)
#ABB9C2
(171,185,194)
#B5C1C9
(181,193,201)
#BFC9D0
(191,201,208)
#C9D1D7
(201,209,215)
#D3D9DE
(211,217,222)
#DDE1E5
(221,225,229)
#E7E9EC
(231,233,236)
#F1F1F3
(241,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8DA1AD color. Also use rgb(141,161,173) instead hex code.

Text Font Color

.myTextColor { color: #8DA1AD; }

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

This text font color is #8DA1AD.


Background Color

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

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

This div background color is #8DA1AD.


Border color

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

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

This div border color is #8DA1AD.


Opacity

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

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

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

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

This text has shadow with #8DA1AD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8DA1AD on black background.


Color preview on white background

This text has color #8DA1AD on white background.



Black color preview on #8DA1AD background

This text has black color on #8DA1AD background.


White color preview on #8DA1AD background

This text has white color on #8DA1AD background.