COLOR #9DB675

HEX: #9DB675
RGB: (157,182,117)

Color info

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

RGB color model

#9DB675 color RGB value is (157,182,117).

  • red value is 157;
  • green value is 182;
  • blue value is 117.
RGB:
(157,182,117)
(62%,71%,46%)

RGB channels and saturation

R 157 of 255 = 62%
G 182 of 255 = 71%
B 117 of 255 = 46%

157
182
117

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

Portions of RGB colors in percentages

R + G + B =
157 + 182 + 117 = 456 (100%)
R 157 of 456 ~ 34.43%
G 182 of 456 ~ 39.91%
B 117 of 456 ~ 25.66%

%34.43
%39.91
%25.66

CMYK color model

#9DB675 color CMYK value is (14,0,36,29).

  • cyan value is 13.74%
  • magenta value is 0.00%
  • yellow value is 35.71%
  • key color value is 28.63%
CMYK:
(14,0,36,29)
C14M0Y36K29 
(14%,0%,36%,29%)
(0.14/0.00/0.36/0.29)	

CMYK percentages

%13.74
%0
%35.71
%28.63

Codes

Color #9DB675 in popluar color models

9DB675
RGB157182117
HSL83°30.81%58.63%
HSB/HSV83°35.71%71.37%
CMYK13.74%0.00%35.71%
28.63%

Color #9DB675 in popluar number systems.

HEX9DB675
Decimal157182117
Binary10011101101101101110101
Octal235266165

Shades and tints

Shades of #9DB675

#9DB675
(157,182,117)
#8FA66B
(143,166,107)
#819661
(129,150,97)
#738657
(115,134,87)
#65764D
(101,118,77)
#576643
(87,102,67)
#495639
(73,86,57)
#3B462F
(59,70,47)
#2D3625
(45,54,37)
#1F261B
(31,38,27)
#111611
(17,22,17)
#000000
(0,0,0)

Tints of #9DB675

#9DB675
(157,182,117)
#A5BC81
(165,188,129)
#ADC28D
(173,194,141)
#B5C899
(181,200,153)
#BDCEA5
(189,206,165)
#C5D4B1
(197,212,177)
#CDDABD
(205,218,189)
#D5E0C9
(213,224,201)
#DDE6D5
(221,230,213)
#E5ECE1
(229,236,225)
#EDF2ED
(237,242,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9DB675 color. Also use rgb(157,182,117) instead hex code.

Text Font Color

.myTextColor { color: #9DB675; }

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

This text font color is #9DB675.


Background Color

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

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

This div background color is #9DB675.


Border color

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

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

This div border color is #9DB675.


Opacity

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

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

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

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

This text has shadow with #9DB675 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9DB675 on black background.


Color preview on white background

This text has color #9DB675 on white background.



Black color preview on #9DB675 background

This text has black color on #9DB675 background.


White color preview on #9DB675 background

This text has white color on #9DB675 background.