COLOR #8DACA5

HEX: #8DACA5
RGB: (141,172,165)

Color info

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

RGB color model

#8DACA5 color RGB value is (141,172,165).

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

RGB channels and saturation

R 141 of 255 = 55%
G 172 of 255 = 67%
B 165 of 255 = 65%

141
172
165

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

Portions of RGB colors in percentages

R + G + B =
141 + 172 + 165 = 478 (100%)
R 141 of 478 ~ 29.5%
G 172 of 478 ~ 35.98%
B 165 of 478 ~ 34.52%

%29.5
%35.98
%34.52

CMYK color model

#8DACA5 color CMYK value is (18,0,4,33).

  • cyan value is 18.02%
  • magenta value is 0.00%
  • yellow value is 4.07%
  • key color value is 32.55%
CMYK:
(18,0,4,33)
C18M0Y4K33 
(18%,0%,4%,33%)
(0.18/0.00/0.04/0.33)	

CMYK percentages

%18.02
%0
%4.07
%32.55

Codes

Color #8DACA5 in popluar color models

8DACA5
RGB141172165
HSL166°15.74%61.37%
HSB/HSV166°18.02%67.45%
CMYK18.02%0.00%4.07%
32.55%

Color #8DACA5 in popluar number systems.

HEX8DACA5
Decimal141172165
Binary100011011010110010100101
Octal215254245

Shades and tints

Shades of #8DACA5

#8DACA5
(141,172,165)
#819D96
(129,157,150)
#758E87
(117,142,135)
#697F78
(105,127,120)
#5D7069
(93,112,105)
#51615A
(81,97,90)
#45524B
(69,82,75)
#39433C
(57,67,60)
#2D342D
(45,52,45)
#21251E
(33,37,30)
#15160F
(21,22,15)
#000000
(0,0,0)

Tints of #8DACA5

#8DACA5
(141,172,165)
#97B3AD
(151,179,173)
#A1BAB5
(161,186,181)
#ABC1BD
(171,193,189)
#B5C8C5
(181,200,197)
#BFCFCD
(191,207,205)
#C9D6D5
(201,214,213)
#D3DDDD
(211,221,221)
#DDE4E5
(221,228,229)
#E7EBED
(231,235,237)
#F1F2F5
(241,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8DACA5; }

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

This text font color is #8DACA5.


Background Color

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

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

This div background color is #8DACA5.


Border color

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

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

This div border color is #8DACA5.


Opacity

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

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

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

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

This text has shadow with #8DACA5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8DACA5 on black background.


Color preview on white background

This text has color #8DACA5 on white background.



Black color preview on #8DACA5 background

This text has black color on #8DACA5 background.


White color preview on #8DACA5 background

This text has white color on #8DACA5 background.