COLOR #9DB46E

HEX: #9DB46E RGB: (157,180,110)

Color info

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

RGB color model

#9DB46E color RGB value is (157,180,110).

RGB: (157,180,110) (62%, 71%, 43%)

RGB channels and saturation

R 157 of 255 = 62%
G 180 of 255 = 71%
B 110 of 255 = 43%

157
180
110

R + G + B ~ 59%. #9DB46E is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 157 + 180 + 110 = 447 (100%)
R 157 of 447 ~ 35.12%
G 180 of 447 ~ 40.27%
B 110 of 447 ~ 24.61'%

%35.12
%40.27
%24.61

CMYK color model

#9DB46E color CMYK value is (13,0,39,29).

  • cyan value is 12.78%
  • magenta value is 0.00%
  • yellow value is 38.89%
  • key color value is 29.41%

CMYK: (13,0,39,29)
C13M0Y39K29 (13%, 0%, 39%, 29%)
(0.13 / 0.00 / 0.39 / 0.29)

CMYK percentages

%12.78
%0
%38.89
%29.41

Codes

Color #9DB46E in popluar color models

9D B4 6E
RGB 157 180 110
HSL 80° 31.82% 56.86%
HSB/HSV 80° 38.89% 70.59%
CMYK 12.78% 0.00% 38.89%
29.41%

Color #9DB46E in popluar number systems.

HEX 9D B4 6E
Decimal 157 180 110
Binary 10011101 10110100 1101110
Octal 235 264 156

Shades and tints

Shades of #9DB46E

#9DB46E
(157,180,110)
#8FA464
(143,164,100)
#81945A
(129,148,90)
#738450
(115,132,80)
#657446
(101,116,70)
#57643C
(87,100,60)
#495432
(73,84,50)
#3B4428
(59,68,40)
#2D341E
(45,52,30)
#1F2414
(31,36,20)
#11140A
(17,20,10)
#000000
(0,0,0)

Tints of #9DB46E

#9DB46E
(157,180,110)
#A5BA7B
(165,186,123)
#ADC088
(173,192,136)
#B5C695
(181,198,149)
#BDCCA2
(189,204,162)
#C5D2AF
(197,210,175)
#CDD8BC
(205,216,188)
#D5DEC9
(213,222,201)
#DDE4D6
(221,228,214)
#E5EAE3
(229,234,227)
#EDF0F0
(237,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9DB46E color. Also use rgb(157,180,110) instead hex code.

Text Font Color

.myTextColor { color: #9DB46E; }

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

This text font color is #9DB46E.

Background Color

.myBgColor { background-color: #9DB46E; }

<div style="background-color:#9DB46E">Inner text</div>

This div background color is #9DB46E.

Border color

.myBorderColor { border: 1px solid #9DB46E; }

<div style="border:3px solid #9DB46E">Div</div>

This div border color is #9DB46E.

Opacity

.myOpacity80 { color: #9DB46E; opacity: 0.8; }

<p style="color:#9DB46E;opacity:0.8;">80%</p>

Text with #9DB46E 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 #9DB46E;}

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

This text has shadow with #9DB46E color.


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

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

This text has shadow with #9DB46E primary color and red secondary color.


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

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

This text has shadow with #9DB46E and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #9DB46E.

Preview

Color preview on black background

This text has color #9DB46E on black background.


Color preview on white background

This text has color #9DB46E on white background.


Black color preview on #9DB46E background

This text has black color on #9DB46E background.


White color preview on #9DB46E background

This text has white color on #9DB46E background.


Related colors

Complementary color

Complementary color for #hex is #624B91.


I love getcolorcode.com

Triadic colors

1 #6E9DB4 and #B46E9D with #9DB46E are triadic colors.

2 #6EB49D and #B49D6E with #9DB46E are triadic colors.