COLOR #8DA5AF

HEX: #8DA5AF
RGB: (141,165,175)

Color info

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

RGB color model

#8DA5AF color RGB value is (141,165,175).

  • red value is 141;
  • green value is 165;
  • blue value is 175.
RGB:
(141,165,175)
(55%,65%,69%)

RGB channels and saturation

R 141 of 255 = 55%
G 165 of 255 = 65%
B 175 of 255 = 69%

141
165
175

R + G + B ~ 63%. #8DA5AF is quite light color.

Portions of RGB colors in percentages

R + G + B =
141 + 165 + 175 = 481 (100%)
R 141 of 481 ~ 29.31%
G 165 of 481 ~ 34.3%
B 175 of 481 ~ 36.38%

%29.31
%34.3
%36.38

CMYK color model

#8DA5AF color CMYK value is (19,6,0,31).

  • cyan value is 19.43%
  • magenta value is 5.71%
  • yellow value is 0.00%
  • key color value is 31.37%
CMYK:
(19,6,0,31)
C19M6Y0K31 
(19%,6%,0%,31%)
(0.19/0.06/0.00/0.31)	

CMYK percentages

%19.43
%5.71
%0
%31.37

Codes

Color #8DA5AF in popluar color models

8DA5AF
RGB141165175
HSL198°17.53%61.96%
HSB/HSV198°19.43%68.63%
CMYK19.43%5.71%0.00%
31.37%

Color #8DA5AF in popluar number systems.

HEX8DA5AF
Decimal141165175
Binary100011011010010110101111
Octal215245257

Shades and tints

Shades of #8DA5AF

#8DA5AF
(141,165,175)
#8196A0
(129,150,160)
#758791
(117,135,145)
#697882
(105,120,130)
#5D6973
(93,105,115)
#515A64
(81,90,100)
#454B55
(69,75,85)
#393C46
(57,60,70)
#2D2D37
(45,45,55)
#211E28
(33,30,40)
#150F19
(21,15,25)
#000000
(0,0,0)

Tints of #8DA5AF

#8DA5AF
(141,165,175)
#97ADB6
(151,173,182)
#A1B5BD
(161,181,189)
#ABBDC4
(171,189,196)
#B5C5CB
(181,197,203)
#BFCDD2
(191,205,210)
#C9D5D9
(201,213,217)
#D3DDE0
(211,221,224)
#DDE5E7
(221,229,231)
#E7EDEE
(231,237,238)
#F1F5F5
(241,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8DA5AF color. Also use rgb(141,165,175) instead hex code.

Text Font Color

.myTextColor { color: #8DA5AF; }

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

This text font color is #8DA5AF.


Background Color

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

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

This div background color is #8DA5AF.


Border color

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

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

This div border color is #8DA5AF.


Opacity

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

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

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

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

This text has shadow with #8DA5AF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8DA5AF on black background.


Color preview on white background

This text has color #8DA5AF on white background.



Black color preview on #8DA5AF background

This text has black color on #8DA5AF background.


White color preview on #8DA5AF background

This text has white color on #8DA5AF background.