COLOR #8DB468

HEX: #8DB468
RGB: (141,180,104)

Color info

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

RGB color model

#8DB468 color RGB value is (141,180,104).

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

RGB channels and saturation

R 141 of 255 = 55%
G 180 of 255 = 71%
B 104 of 255 = 41%

141
180
104

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

Portions of RGB colors in percentages

R + G + B =
141 + 180 + 104 = 425 (100%)
R 141 of 425 ~ 33.18%
G 180 of 425 ~ 42.35%
B 104 of 425 ~ 24.47%

%33.18
%42.35
%24.47

CMYK color model

#8DB468 color CMYK value is (22,0,42,29).

  • cyan value is 21.67%
  • magenta value is 0.00%
  • yellow value is 42.22%
  • key color value is 29.41%
CMYK:
(22,0,42,29)
C22M0Y42K29 
(22%,0%,42%,29%)
(0.22/0.00/0.42/0.29)	

CMYK percentages

%21.67
%0
%42.22
%29.41

Codes

Color #8DB468 in popluar color models

8DB468
RGB141180104
HSL91°33.63%55.69%
HSB/HSV91°42.22%70.59%
CMYK21.67%0.00%42.22%
29.41%

Color #8DB468 in popluar number systems.

HEX8DB468
Decimal141180104
Binary10001101101101001101000
Octal215264150

Shades and tints

Shades of #8DB468

#8DB468
(141,180,104)
#81A45F
(129,164,95)
#759456
(117,148,86)
#69844D
(105,132,77)
#5D7444
(93,116,68)
#51643B
(81,100,59)
#455432
(69,84,50)
#394429
(57,68,41)
#2D3420
(45,52,32)
#212417
(33,36,23)
#15140E
(21,20,14)
#000000
(0,0,0)

Tints of #8DB468

#8DB468
(141,180,104)
#97BA75
(151,186,117)
#A1C082
(161,192,130)
#ABC68F
(171,198,143)
#B5CC9C
(181,204,156)
#BFD2A9
(191,210,169)
#C9D8B6
(201,216,182)
#D3DEC3
(211,222,195)
#DDE4D0
(221,228,208)
#E7EADD
(231,234,221)
#F1F0EA
(241,240,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8DB468; }

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

This text font color is #8DB468.


Background Color

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

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

This div background color is #8DB468.


Border color

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

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

This div border color is #8DB468.


Opacity

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

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

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

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

This text has shadow with #8DB468 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8DB468 on black background.


Color preview on white background

This text has color #8DB468 on white background.



Black color preview on #8DB468 background

This text has black color on #8DB468 background.


White color preview on #8DB468 background

This text has white color on #8DB468 background.