COLOR #8DA38F

HEX: #8DA38F
RGB: (141,163,143)

Color info

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

RGB color model

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

  • red value is 141;
  • green value is 163;
  • blue value is 143.
RGB:
(141,163,143)
(55%,64%,56%)

RGB channels and saturation

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

141
163
143

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

Portions of RGB colors in percentages

R + G + B =
141 + 163 + 143 = 447 (100%)
R 141 of 447 ~ 31.54%
G 163 of 447 ~ 36.47%
B 143 of 447 ~ 31.99%

%31.54
%36.47
%31.99

CMYK color model

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

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

CMYK percentages

%13.5
%0
%12.27
%36.08

Codes

Color #8DA38F in popluar color models

8DA38F
RGB141163143
HSL125°10.68%59.61%
HSB/HSV125°13.50%63.92%
CMYK13.50%0.00%12.27%
36.08%

Color #8DA38F in popluar number systems.

HEX8DA38F
Decimal141163143
Binary100011011010001110001111
Octal215243217

Shades and tints

Shades of #8DA38F

#8DA38F
(141,163,143)
#819582
(129,149,130)
#758775
(117,135,117)
#697968
(105,121,104)
#5D6B5B
(93,107,91)
#515D4E
(81,93,78)
#454F41
(69,79,65)
#394134
(57,65,52)
#2D3327
(45,51,39)
#21251A
(33,37,26)
#15170D
(21,23,13)
#000000
(0,0,0)

Tints of #8DA38F

#8DA38F
(141,163,143)
#97AB99
(151,171,153)
#A1B3A3
(161,179,163)
#ABBBAD
(171,187,173)
#B5C3B7
(181,195,183)
#BFCBC1
(191,203,193)
#C9D3CB
(201,211,203)
#D3DBD5
(211,219,213)
#DDE3DF
(221,227,223)
#E7EBE9
(231,235,233)
#F1F3F3
(241,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8DA38F; }

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

This text font color is #8DA38F.


Background Color

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

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

This div background color is #8DA38F.


Border color

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

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

This div border color is #8DA38F.


Opacity

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

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

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

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

This text has shadow with #8DA38F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8DA38F on black background.


Color preview on white background

This text has color #8DA38F on white background.



Black color preview on #8DA38F background

This text has black color on #8DA38F background.


White color preview on #8DA38F background

This text has white color on #8DA38F background.