COLOR #8DB469

HEX: #8DB469
RGB: (141,180,105)

Color info

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

RGB color model

#8DB469 color RGB value is (141,180,105).

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

RGB channels and saturation

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

141
180
105

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

Portions of RGB colors in percentages

R + G + B =
141 + 180 + 105 = 426 (100%)
R 141 of 426 ~ 33.1%
G 180 of 426 ~ 42.25%
B 105 of 426 ~ 24.65%

%33.1
%42.25
%24.65

CMYK color model

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

  • cyan value is 21.67%
  • magenta value is 0.00%
  • yellow value is 41.67%
  • 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
%41.67
%29.41

Codes

Color #8DB469 in popluar color models

8DB469
RGB141180105
HSL91°33.33%55.88%
HSB/HSV91°41.67%70.59%
CMYK21.67%0.00%41.67%
29.41%

Color #8DB469 in popluar number systems.

HEX8DB469
Decimal141180105
Binary10001101101101001101001
Octal215264151

Shades and tints

Shades of #8DB469

#8DB469
(141,180,105)
#81A460
(129,164,96)
#759457
(117,148,87)
#69844E
(105,132,78)
#5D7445
(93,116,69)
#51643C
(81,100,60)
#455433
(69,84,51)
#39442A
(57,68,42)
#2D3421
(45,52,33)
#212418
(33,36,24)
#15140F
(21,20,15)
#000000
(0,0,0)

Tints of #8DB469

#8DB469
(141,180,105)
#97BA76
(151,186,118)
#A1C083
(161,192,131)
#ABC690
(171,198,144)
#B5CC9D
(181,204,157)
#BFD2AA
(191,210,170)
#C9D8B7
(201,216,183)
#D3DEC4
(211,222,196)
#DDE4D1
(221,228,209)
#E7EADE
(231,234,222)
#F1F0EB
(241,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8DB469; }

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

This text font color is #8DB469.


Background Color

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

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

This div background color is #8DB469.


Border color

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

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

This div border color is #8DB469.


Opacity

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

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

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

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

This text has shadow with #8DB469 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8DB469 on black background.


Color preview on white background

This text has color #8DB469 on white background.



Black color preview on #8DB469 background

This text has black color on #8DB469 background.


White color preview on #8DB469 background

This text has white color on #8DB469 background.