COLOR #8DA663

HEX: #8DA663 RGB: (141,166,99)

Color info

#8DA663 contains mainly red and green colors. Web safe color of #8DA663 is #999966 (or #996).

RGB color model

#8DA663 color RGB value is (141,166,99).

RGB: (141,166,99) (55%, 65%, 39%)

RGB channels and saturation

R 141 of 255 = 55%
G 166 of 255 = 65%
B 99 of 255 = 39%

141
166
99

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

Portions of RGB colors in percentages

R + G + B = 141 + 166 + 99 = 406 (100%)
R 141 of 406 ~ 34.73%
G 166 of 406 ~ 40.89%
B 99 of 406 ~ 24.38'%

%34.73
%40.89
%24.38

CMYK color model

#8DA663 color CMYK value is (15,0,40,35).

  • cyan value is 15.06%
  • magenta value is 0.00%
  • yellow value is 40.36%
  • key color value is 34.90%

CMYK: (15,0,40,35)
C15M0Y40K35 (15%, 0%, 40%, 35%)
(0.15 / 0.00 / 0.40 / 0.35)

CMYK percentages

%15.06
%0
%40.36
%34.9

Codes

Color #8DA663 in popluar color models

8D A6 63
RGB 141 166 99
HSL 82° 27.35% 51.96%
HSB/HSV 82° 40.36% 65.10%
CMYK 15.06% 0.00% 40.36%
34.90%

Color #8DA663 in popluar number systems.

HEX 8D A6 63
Decimal 141 166 99
Binary 10001101 10100110 1100011
Octal 215 246 143

Shades and tints

Shades of #8DA663

#8DA663
(141,166,99)
#81975A
(129,151,90)
#758851
(117,136,81)
#697948
(105,121,72)
#5D6A3F
(93,106,63)
#515B36
(81,91,54)
#454C2D
(69,76,45)
#393D24
(57,61,36)
#2D2E1B
(45,46,27)
#211F12
(33,31,18)
#151009
(21,16,9)
#000000
(0,0,0)

Tints of #8DA663

#8DA663
(141,166,99)
#97AE71
(151,174,113)
#A1B67F
(161,182,127)
#ABBE8D
(171,190,141)
#B5C69B
(181,198,155)
#BFCEA9
(191,206,169)
#C9D6B7
(201,214,183)
#D3DEC5
(211,222,197)
#DDE6D3
(221,230,211)
#E7EEE1
(231,238,225)
#F1F6EF
(241,246,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8DA663 color. Also use rgb(141,166,99) instead hex code.

Text Font Color

.myTextColor { color: #8DA663; }

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

This text font color is #8DA663.

Background Color

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

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

This div background color is #8DA663.

Border color

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

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

This div border color is #8DA663.

Opacity

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

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

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

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

This text has shadow with #8DA663 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8DA663.

Preview

Color preview on black background

This text has color #8DA663 on black background.


Color preview on white background

This text has color #8DA663 on white background.


Black color preview on #8DA663 background

This text has black color on #8DA663 background.


White color preview on #8DA663 background

This text has white color on #8DA663 background.


Related colors

Complementary color

Complementary color for #hex is #72599C.


I love getcolorcode.com

Triadic colors

1 #638DA6 and #A6638D with #8DA663 are triadic colors.

2 #63A68D and #A68D63 with #8DA663 are triadic colors.