COLOR #8DB475

HEX: #8DB475
RGB: (141,180,117)

Color info

#8DB475 contains mainly red and green colors. Web safe color of #8DB475 is #99CC66 (or #9C6).

RGB color model

#8DB475 color RGB value is (141,180,117).

  • red value is 141;
  • green value is 180;
  • blue value is 117.
RGB:
(141,180,117)
(55%,71%,46%)

RGB channels and saturation

R 141 of 255 = 55%
G 180 of 255 = 71%
B 117 of 255 = 46%

141
180
117

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

Portions of RGB colors in percentages

R + G + B =
141 + 180 + 117 = 438 (100%)
R 141 of 438 ~ 32.19%
G 180 of 438 ~ 41.1%
B 117 of 438 ~ 26.71%

%32.19
%41.1
%26.71

CMYK color model

#8DB475 color CMYK value is (22,0,35,29).

  • cyan value is 21.67%
  • magenta value is 0.00%
  • yellow value is 35.00%
  • key color value is 29.41%
CMYK:
(22,0,35,29)
C22M0Y35K29 
(22%,0%,35%,29%)
(0.22/0.00/0.35/0.29)	

CMYK percentages

%21.67
%0
%35
%29.41

Codes

Color #8DB475 in popluar color models

8DB475
RGB141180117
HSL97°29.58%58.24%
HSB/HSV97°35.00%70.59%
CMYK21.67%0.00%35.00%
29.41%

Color #8DB475 in popluar number systems.

HEX8DB475
Decimal141180117
Binary10001101101101001110101
Octal215264165

Shades and tints

Shades of #8DB475

#8DB475
(141,180,117)
#81A46B
(129,164,107)
#759461
(117,148,97)
#698457
(105,132,87)
#5D744D
(93,116,77)
#516443
(81,100,67)
#455439
(69,84,57)
#39442F
(57,68,47)
#2D3425
(45,52,37)
#21241B
(33,36,27)
#151411
(21,20,17)
#000000
(0,0,0)

Tints of #8DB475

#8DB475
(141,180,117)
#97BA81
(151,186,129)
#A1C08D
(161,192,141)
#ABC699
(171,198,153)
#B5CCA5
(181,204,165)
#BFD2B1
(191,210,177)
#C9D8BD
(201,216,189)
#D3DEC9
(211,222,201)
#DDE4D5
(221,228,213)
#E7EAE1
(231,234,225)
#F1F0ED
(241,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8DB475; }

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

This text font color is #8DB475.


Background Color

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

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

This div background color is #8DB475.


Border color

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

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

This div border color is #8DB475.


Opacity

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

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

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

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

This text has shadow with #8DB475 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8DB475 on black background.


Color preview on white background

This text has color #8DB475 on white background.



Black color preview on #8DB475 background

This text has black color on #8DB475 background.


White color preview on #8DB475 background

This text has white color on #8DB475 background.