COLOR #8DB293

HEX: #8DB293
RGB: (141,178,147)

Color info

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

RGB color model

#8DB293 color RGB value is (141,178,147).

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

RGB channels and saturation

R 141 of 255 = 55%
G 178 of 255 = 70%
B 147 of 255 = 58%

141
178
147

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

Portions of RGB colors in percentages

R + G + B =
141 + 178 + 147 = 466 (100%)
R 141 of 466 ~ 30.26%
G 178 of 466 ~ 38.2%
B 147 of 466 ~ 31.55%

%30.26
%38.2
%31.55

CMYK color model

#8DB293 color CMYK value is (21,0,17,30).

  • cyan value is 20.79%
  • magenta value is 0.00%
  • yellow value is 17.42%
  • key color value is 30.20%
CMYK:
(21,0,17,30)
C21M0Y17K30 
(21%,0%,17%,30%)
(0.21/0.00/0.17/0.30)	

CMYK percentages

%20.79
%0
%17.42
%30.2

Codes

Color #8DB293 in popluar color models

8DB293
RGB141178147
HSL130°19.37%62.55%
HSB/HSV130°20.79%69.80%
CMYK20.79%0.00%17.42%
30.20%

Color #8DB293 in popluar number systems.

HEX8DB293
Decimal141178147
Binary100011011011001010010011
Octal215262223

Shades and tints

Shades of #8DB293

#8DB293
(141,178,147)
#81A286
(129,162,134)
#759279
(117,146,121)
#69826C
(105,130,108)
#5D725F
(93,114,95)
#516252
(81,98,82)
#455245
(69,82,69)
#394238
(57,66,56)
#2D322B
(45,50,43)
#21221E
(33,34,30)
#151211
(21,18,17)
#000000
(0,0,0)

Tints of #8DB293

#8DB293
(141,178,147)
#97B99C
(151,185,156)
#A1C0A5
(161,192,165)
#ABC7AE
(171,199,174)
#B5CEB7
(181,206,183)
#BFD5C0
(191,213,192)
#C9DCC9
(201,220,201)
#D3E3D2
(211,227,210)
#DDEADB
(221,234,219)
#E7F1E4
(231,241,228)
#F1F8ED
(241,248,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8DB293; }

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

This text font color is #8DB293.


Background Color

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

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

This div background color is #8DB293.


Border color

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

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

This div border color is #8DB293.


Opacity

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

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

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

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

This text has shadow with #8DB293 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8DB293 on black background.


Color preview on white background

This text has color #8DB293 on white background.



Black color preview on #8DB293 background

This text has black color on #8DB293 background.


White color preview on #8DB293 background

This text has white color on #8DB293 background.