COLOR #8DA090

HEX: #8DA090
RGB: (141,160,144)

Color info

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

RGB color model

#8DA090 color RGB value is (141,160,144).

  • red value is 141;
  • green value is 160;
  • blue value is 144.
RGB:
(141,160,144)
(55%,63%,56%)

RGB channels and saturation

R 141 of 255 = 55%
G 160 of 255 = 63%
B 144 of 255 = 56%

141
160
144

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

Portions of RGB colors in percentages

R + G + B =
141 + 160 + 144 = 445 (100%)
R 141 of 445 ~ 31.69%
G 160 of 445 ~ 35.96%
B 144 of 445 ~ 32.36%

%31.69
%35.96
%32.36

CMYK color model

#8DA090 color CMYK value is (12,0,10,37).

  • cyan value is 11.88%
  • magenta value is 0.00%
  • yellow value is 10.00%
  • key color value is 37.25%
CMYK:
(12,0,10,37)
C12M0Y10K37 
(12%,0%,10%,37%)
(0.12/0.00/0.10/0.37)	

CMYK percentages

%11.88
%0
%10
%37.25

Codes

Color #8DA090 in popluar color models

8DA090
RGB141160144
HSL129°9.09%59.02%
HSB/HSV129°11.88%62.75%
CMYK11.88%0.00%10.00%
37.25%

Color #8DA090 in popluar number systems.

HEX8DA090
Decimal141160144
Binary100011011010000010010000
Octal215240220

Shades and tints

Shades of #8DA090

#8DA090
(141,160,144)
#819283
(129,146,131)
#758476
(117,132,118)
#697669
(105,118,105)
#5D685C
(93,104,92)
#515A4F
(81,90,79)
#454C42
(69,76,66)
#393E35
(57,62,53)
#2D3028
(45,48,40)
#21221B
(33,34,27)
#15140E
(21,20,14)
#000000
(0,0,0)

Tints of #8DA090

#8DA090
(141,160,144)
#97A89A
(151,168,154)
#A1B0A4
(161,176,164)
#ABB8AE
(171,184,174)
#B5C0B8
(181,192,184)
#BFC8C2
(191,200,194)
#C9D0CC
(201,208,204)
#D3D8D6
(211,216,214)
#DDE0E0
(221,224,224)
#E7E8EA
(231,232,234)
#F1F0F4
(241,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8DA090 color. Also use rgb(141,160,144) instead hex code.

Text Font Color

.myTextColor { color: #8DA090; }

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

This text font color is #8DA090.


Background Color

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

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

This div background color is #8DA090.


Border color

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

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

This div border color is #8DA090.


Opacity

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

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

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

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

This text has shadow with #8DA090 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8DA090 on black background.


Color preview on white background

This text has color #8DA090 on white background.



Black color preview on #8DA090 background

This text has black color on #8DA090 background.


White color preview on #8DA090 background

This text has white color on #8DA090 background.