COLOR #8DB193

HEX: #8DB193
RGB: (141,177,147)

Color info

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

RGB color model

#8DB193 color RGB value is (141,177,147).

  • red value is 141;
  • green value is 177;
  • blue value is 147.
RGB:
(141,177,147)
(55%,69%,58%)

RGB channels and saturation

R 141 of 255 = 55%
G 177 of 255 = 69%
B 147 of 255 = 58%

141
177
147

R + G + B ~ 61%. #8DB193 is quite light color.

Portions of RGB colors in percentages

R + G + B =
141 + 177 + 147 = 465 (100%)
R 141 of 465 ~ 30.32%
G 177 of 465 ~ 38.06%
B 147 of 465 ~ 31.61%

%30.32
%38.06
%31.61

CMYK color model

#8DB193 color CMYK value is (20,0,17,31).

  • cyan value is 20.34%
  • magenta value is 0.00%
  • yellow value is 16.95%
  • key color value is 30.59%
CMYK:
(20,0,17,31)
C20M0Y17K31 
(20%,0%,17%,31%)
(0.20/0.00/0.17/0.31)	

CMYK percentages

%20.34
%0
%16.95
%30.59

Codes

Color #8DB193 in popluar color models

8DB193
RGB141177147
HSL130°18.75%62.35%
HSB/HSV130°20.34%69.41%
CMYK20.34%0.00%16.95%
30.59%

Color #8DB193 in popluar number systems.

HEX8DB193
Decimal141177147
Binary100011011011000110010011
Octal215261223

Shades and tints

Shades of #8DB193

#8DB193
(141,177,147)
#81A186
(129,161,134)
#759179
(117,145,121)
#69816C
(105,129,108)
#5D715F
(93,113,95)
#516152
(81,97,82)
#455145
(69,81,69)
#394138
(57,65,56)
#2D312B
(45,49,43)
#21211E
(33,33,30)
#151111
(21,17,17)
#000000
(0,0,0)

Tints of #8DB193

#8DB193
(141,177,147)
#97B89C
(151,184,156)
#A1BFA5
(161,191,165)
#ABC6AE
(171,198,174)
#B5CDB7
(181,205,183)
#BFD4C0
(191,212,192)
#C9DBC9
(201,219,201)
#D3E2D2
(211,226,210)
#DDE9DB
(221,233,219)
#E7F0E4
(231,240,228)
#F1F7ED
(241,247,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8DB193; }

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

This text font color is #8DB193.


Background Color

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

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

This div background color is #8DB193.


Border color

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

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

This div border color is #8DB193.


Opacity

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

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

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

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

This text has shadow with #8DB193 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8DB193 on black background.


Color preview on white background

This text has color #8DB193 on white background.



Black color preview on #8DB193 background

This text has black color on #8DB193 background.


White color preview on #8DB193 background

This text has white color on #8DB193 background.