COLOR #8DA38D

HEX: #8DA38D RGB: (141,163,141)

Color info

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

RGB color model

#8DA38D color RGB value is (141,163,141).

RGB: (141,163,141) (55%, 64%, 55%)

RGB channels and saturation

R 141 of 255 = 55%
G 163 of 255 = 64%
B 141 of 255 = 55%

141
163
141

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

Portions of RGB colors in percentages

R + G + B = 141 + 163 + 141 = 445 (100%)
R 141 of 445 ~ 31.69%
G 163 of 445 ~ 36.63%
B 141 of 445 ~ 31.69'%

%31.69
%36.63
%31.69

CMYK color model

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

  • cyan value is 13.50%
  • magenta value is 0.00%
  • yellow value is 13.50%
  • key color value is 36.08%
CMYK: (13,0,13,36) C13M0Y13K36 (13%,0%,13%,36%) (0.13/0.00/0.13/0.36) 

CMYK percentages

%13.5
%0
%13.5
%36.08

Codes

Color #8DA38D in popluar color models

8D A3 8D
RGB 141 163 141
HSL 120° 10.68% 59.61%
HSB/HSV 120° 13.50% 63.92%
CMYK 13.50% 0.00% 13.50%
36.08%

Color #8DA38D in popluar number systems.

HEX 8D A3 8D
Decimal 141 163 141
Binary 10001101 10100011 10001101
Octal 215 243 215

Shades and tints

Shades of #8DA38D

#8DA38D
(141,163,141)
#819581
(129,149,129)
#758775
(117,135,117)
#697969
(105,121,105)
#5D6B5D
(93,107,93)
#515D51
(81,93,81)
#454F45
(69,79,69)
#394139
(57,65,57)
#2D332D
(45,51,45)
#212521
(33,37,33)
#151715
(21,23,21)
#000000
(0,0,0)

Tints of #8DA38D

#8DA38D
(141,163,141)
#97AB97
(151,171,151)
#A1B3A1
(161,179,161)
#ABBBAB
(171,187,171)
#B5C3B5
(181,195,181)
#BFCBBF
(191,203,191)
#C9D3C9
(201,211,201)
#D3DBD3
(211,219,211)
#DDE3DD
(221,227,221)
#E7EBE7
(231,235,231)
#F1F3F1
(241,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8DA38D; }

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

This text font color is #8DA38D.

Background Color

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

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

This div background color is #8DA38D.

Border color

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

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

This div border color is #8DA38D.

Opacity

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

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

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

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

This text has shadow with #8DA38D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8DA38D.

Preview

Color preview on black background

This text has color #8DA38D on black background.


Color preview on white background

This text has color #8DA38D on white background.


Black color preview on #8DA38D background

This text has black color on #8DA38D background.


White color preview on #8DA38D background

This text has white color on #8DA38D background.


Related colors

Complementary color

Complementary color for #hex is #725C72.


I love getcolorcode.com

Triadic colors

1 #8D8DA3 and #A38D8D with #8DA38D are triadic colors.

2 #8DA38D and #A38D8D with #8DA38D are triadic colors.