COLOR #9DA858

HEX: #9DA858 RGB: (157,168,88)

Color info

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

RGB color model

#9DA858 color RGB value is (157,168,88).

RGB: (157,168,88) (62%, 66%, 35%)

RGB channels and saturation

R 157 of 255 = 62%
G 168 of 255 = 66%
B 88 of 255 = 35%

157
168
88

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

Portions of RGB colors in percentages

R + G + B = 157 + 168 + 88 = 413 (100%)
R 157 of 413 ~ 38.01%
G 168 of 413 ~ 40.68%
B 88 of 413 ~ 21.31'%

%38.01
%40.68
%21.31

CMYK color model

#9DA858 color CMYK value is (7,0,48,34).

  • cyan value is 6.55%
  • magenta value is 0.00%
  • yellow value is 47.62%
  • key color value is 34.12%

CMYK: (7,0,48,34)
C7M0Y48K34 (7%, 0%, 48%, 34%)
(0.07 / 0.00 / 0.48 / 0.34)

CMYK percentages

%6.55
%0
%47.62
%34.12

Codes

Color #9DA858 in popluar color models

9D A8 58
RGB 157 168 88
HSL 68° 31.50% 50.20%
HSB/HSV 68° 47.62% 65.88%
CMYK 6.55% 0.00% 47.62%
34.12%

Color #9DA858 in popluar number systems.

HEX 9D A8 58
Decimal 157 168 88
Binary 10011101 10101000 1011000
Octal 235 250 130

Shades and tints

Shades of #9DA858

#9DA858
(157,168,88)
#8F9950
(143,153,80)
#818A48
(129,138,72)
#737B40
(115,123,64)
#656C38
(101,108,56)
#575D30
(87,93,48)
#494E28
(73,78,40)
#3B3F20
(59,63,32)
#2D3018
(45,48,24)
#1F2110
(31,33,16)
#111208
(17,18,8)
#000000
(0,0,0)

Tints of #9DA858

#9DA858
(157,168,88)
#A5AF67
(165,175,103)
#ADB676
(173,182,118)
#B5BD85
(181,189,133)
#BDC494
(189,196,148)
#C5CBA3
(197,203,163)
#CDD2B2
(205,210,178)
#D5D9C1
(213,217,193)
#DDE0D0
(221,224,208)
#E5E7DF
(229,231,223)
#EDEEEE
(237,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9DA858 color. Also use rgb(157,168,88) instead hex code.

Text Font Color

.myTextColor { color: #9DA858; }

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

This text font color is #9DA858.

Background Color

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

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

This div background color is #9DA858.

Border color

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

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

This div border color is #9DA858.

Opacity

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

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

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

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

This text has shadow with #9DA858 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9DA858.

Preview

Color preview on black background

This text has color #9DA858 on black background.


Color preview on white background

This text has color #9DA858 on white background.


Black color preview on #9DA858 background

This text has black color on #9DA858 background.


White color preview on #9DA858 background

This text has white color on #9DA858 background.


Related colors

Complementary color

Complementary color for #hex is #6257A7.


I love getcolorcode.com

Triadic colors

1 #589DA8 and #A8589D with #9DA858 are triadic colors.

2 #58A89D and #A89D58 with #9DA858 are triadic colors.