COLOR #8DA79C

HEX: #8DA79C
RGB: (141,167,156)

Color info

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

RGB color model

#8DA79C color RGB value is (141,167,156).

  • red value is 141;
  • green value is 167;
  • blue value is 156.
RGB:
(141,167,156)
(55%,65%,61%)

RGB channels and saturation

R 141 of 255 = 55%
G 167 of 255 = 65%
B 156 of 255 = 61%

141
167
156

R + G + B ~ 60%. #8DA79C is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
141 + 167 + 156 = 464 (100%)
R 141 of 464 ~ 30.39%
G 167 of 464 ~ 35.99%
B 156 of 464 ~ 33.62%

%30.39
%35.99
%33.62

CMYK color model

#8DA79C color CMYK value is (16,0,7,35).

  • cyan value is 15.57%
  • magenta value is 0.00%
  • yellow value is 6.59%
  • key color value is 34.51%
CMYK:
(16,0,7,35)
C16M0Y7K35 
(16%,0%,7%,35%)
(0.16/0.00/0.07/0.35)	

CMYK percentages

%15.57
%0
%6.59
%34.51

Codes

Color #8DA79C in popluar color models

8DA79C
RGB141167156
HSL155°12.87%60.39%
HSB/HSV155°15.57%65.49%
CMYK15.57%0.00%6.59%
34.51%

Color #8DA79C in popluar number systems.

HEX8DA79C
Decimal141167156
Binary100011011010011110011100
Octal215247234

Shades and tints

Shades of #8DA79C

#8DA79C
(141,167,156)
#81988E
(129,152,142)
#758980
(117,137,128)
#697A72
(105,122,114)
#5D6B64
(93,107,100)
#515C56
(81,92,86)
#454D48
(69,77,72)
#393E3A
(57,62,58)
#2D2F2C
(45,47,44)
#21201E
(33,32,30)
#151110
(21,17,16)
#000000
(0,0,0)

Tints of #8DA79C

#8DA79C
(141,167,156)
#97AFA5
(151,175,165)
#A1B7AE
(161,183,174)
#ABBFB7
(171,191,183)
#B5C7C0
(181,199,192)
#BFCFC9
(191,207,201)
#C9D7D2
(201,215,210)
#D3DFDB
(211,223,219)
#DDE7E4
(221,231,228)
#E7EFED
(231,239,237)
#F1F7F6
(241,247,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8DA79C; }

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

This text font color is #8DA79C.


Background Color

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

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

This div background color is #8DA79C.


Border color

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

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

This div border color is #8DA79C.


Opacity

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

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

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

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

This text has shadow with #8DA79C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8DA79C on black background.


Color preview on white background

This text has color #8DA79C on white background.



Black color preview on #8DA79C background

This text has black color on #8DA79C background.


White color preview on #8DA79C background

This text has white color on #8DA79C background.