COLOR #8DA290

HEX: #8DA290 RGB: (141,162,144)

Color info

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

RGB color model

#8DA290 color RGB value is (141,162,144).

RGB: (141,162,144) (55%, 64%, 56%)

RGB channels and saturation

R 141 of 255 = 55%
G 162 of 255 = 64%
B 144 of 255 = 56%

141
162
144

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

Portions of RGB colors in percentages

R + G + B = 141 + 162 + 144 = 447 (100%)
R 141 of 447 ~ 31.54%
G 162 of 447 ~ 36.24%
B 144 of 447 ~ 32.21'%

%31.54
%36.24
%32.21

CMYK color model

#8DA290 color CMYK value is (13,0,11,36).

  • cyan value is 12.96%
  • magenta value is 0.00%
  • yellow value is 11.11%
  • key color value is 36.47%
CMYK: (13,0,11,36) C13M0Y11K36 (13%,0%,11%,36%) (0.13/0.00/0.11/0.36) 

CMYK percentages

%12.96
%0
%11.11
%36.47

Codes

Color #8DA290 in popluar color models

8D A2 90
RGB 141 162 144
HSL 129° 10.14% 59.41%
HSB/HSV 129° 12.96% 63.53%
CMYK 12.96% 0.00% 11.11%
36.47%

Color #8DA290 in popluar number systems.

HEX 8D A2 90
Decimal 141 162 144
Binary 10001101 10100010 10010000
Octal 215 242 220

Shades and tints

Shades of #8DA290

#8DA290
(141,162,144)
#819483
(129,148,131)
#758676
(117,134,118)
#697869
(105,120,105)
#5D6A5C
(93,106,92)
#515C4F
(81,92,79)
#454E42
(69,78,66)
#394035
(57,64,53)
#2D3228
(45,50,40)
#21241B
(33,36,27)
#15160E
(21,22,14)
#000000
(0,0,0)

Tints of #8DA290

#8DA290
(141,162,144)
#97AA9A
(151,170,154)
#A1B2A4
(161,178,164)
#ABBAAE
(171,186,174)
#B5C2B8
(181,194,184)
#BFCAC2
(191,202,194)
#C9D2CC
(201,210,204)
#D3DAD6
(211,218,214)
#DDE2E0
(221,226,224)
#E7EAEA
(231,234,234)
#F1F2F4
(241,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8DA290; }

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

This text font color is #8DA290.

Background Color

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

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

This div background color is #8DA290.

Border color

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

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

This div border color is #8DA290.

Opacity

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

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

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

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

This text has shadow with #8DA290 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8DA290.

Preview

Color preview on black background

This text has color #8DA290 on black background.


Color preview on white background

This text has color #8DA290 on white background.


Black color preview on #8DA290 background

This text has black color on #8DA290 background.


White color preview on #8DA290 background

This text has white color on #8DA290 background.


Related colors

Complementary color

Complementary color for #hex is #725D6F.


I love getcolorcode.com

Triadic colors

1 #908DA2 and #A2908D with #8DA290 are triadic colors.

2 #90A28D and #A28D90 with #8DA290 are triadic colors.