COLOR #9DB091

HEX: #9DB091 RGB: (157,176,145)

Color info

#9DB091 contains red, green and blue colors in about the same proportion. Web safe color of #9DB091 is #999999 (or #999).

RGB color model

#9DB091 color RGB value is (157,176,145).

RGB: (157,176,145) (62%, 69%, 57%)

RGB channels and saturation

R 157 of 255 = 62%
G 176 of 255 = 69%
B 145 of 255 = 57%

157
176
145

R + G + B ~ 63%. #9DB091 is quite light color.

Portions of RGB colors in percentages

R + G + B = 157 + 176 + 145 = 478 (100%)
R 157 of 478 ~ 32.85%
G 176 of 478 ~ 36.82%
B 145 of 478 ~ 30.33'%

%32.85
%36.82
%30.33

CMYK color model

#9DB091 color CMYK value is (11,0,18,31).

  • cyan value is 10.80%
  • magenta value is 0.00%
  • yellow value is 17.61%
  • key color value is 30.98%
CMYK: (11,0,18,31) C11M0Y18K31 (11%,0%,18%,31%) (0.11/0.00/0.18/0.31) 

CMYK percentages

%10.8
%0
%17.61
%30.98

Codes

Color #9DB091 in popluar color models

9D B0 91
RGB 157 176 145
HSL 97° 16.40% 62.94%
HSB/HSV 97° 17.61% 69.02%
CMYK 10.80% 0.00% 17.61%
30.98%

Color #9DB091 in popluar number systems.

HEX 9D B0 91
Decimal 157 176 145
Binary 10011101 10110000 10010001
Octal 235 260 221

Shades and tints

Shades of #9DB091

#9DB091
(157,176,145)
#8FA084
(143,160,132)
#819077
(129,144,119)
#73806A
(115,128,106)
#65705D
(101,112,93)
#576050
(87,96,80)
#495043
(73,80,67)
#3B4036
(59,64,54)
#2D3029
(45,48,41)
#1F201C
(31,32,28)
#11100F
(17,16,15)
#000000
(0,0,0)

Tints of #9DB091

#9DB091
(157,176,145)
#A5B79B
(165,183,155)
#ADBEA5
(173,190,165)
#B5C5AF
(181,197,175)
#BDCCB9
(189,204,185)
#C5D3C3
(197,211,195)
#CDDACD
(205,218,205)
#D5E1D7
(213,225,215)
#DDE8E1
(221,232,225)
#E5EFEB
(229,239,235)
#EDF6F5
(237,246,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9DB091 color. Also use rgb(157,176,145) instead hex code.

Text Font Color

.myTextColor { color: #9DB091; }

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

This text font color is #9DB091.

Background Color

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

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

This div background color is #9DB091.

Border color

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

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

This div border color is #9DB091.

Opacity

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

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

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

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

This text has shadow with #9DB091 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9DB091.

Preview

Color preview on black background

This text has color #9DB091 on black background.


Color preview on white background

This text has color #9DB091 on white background.


Black color preview on #9DB091 background

This text has black color on #9DB091 background.


White color preview on #9DB091 background

This text has white color on #9DB091 background.


Related colors

Complementary color

Complementary color for #hex is #624F6E.


I love getcolorcode.com

Triadic colors

1 #919DB0 and #B0919D with #9DB091 are triadic colors.

2 #91B09D and #B09D91 with #9DB091 are triadic colors.