COLOR #9DB190

HEX: #9DB190 RGB: (157,177,144)

Color info

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

RGB color model

#9DB190 color RGB value is (157,177,144).

RGB: (157,177,144) (62%, 69%, 56%)

RGB channels and saturation

R 157 of 255 = 62%
G 177 of 255 = 69%
B 144 of 255 = 56%

157
177
144

R + G + B ~ 62%. #9DB190 is quite light color.

Portions of RGB colors in percentages

R + G + B = 157 + 177 + 144 = 478 (100%)
R 157 of 478 ~ 32.85%
G 177 of 478 ~ 37.03%
B 144 of 478 ~ 30.13'%

%32.85
%37.03
%30.13

CMYK color model

#9DB190 color CMYK value is (11,0,19,31).

  • cyan value is 11.30%
  • magenta value is 0.00%
  • yellow value is 18.64%
  • key color value is 30.59%

CMYK: (11,0,19,31)
C11M0Y19K31 (11%, 0%, 19%, 31%)
(0.11 / 0.00 / 0.19 / 0.31)

CMYK percentages

%11.3
%0
%18.64
%30.59

Codes

Color #9DB190 in popluar color models

9D B1 90
RGB 157 177 144
HSL 96° 17.46% 62.94%
HSB/HSV 96° 18.64% 69.41%
CMYK 11.30% 0.00% 18.64%
30.59%

Color #9DB190 in popluar number systems.

HEX 9D B1 90
Decimal 157 177 144
Binary 10011101 10110001 10010000
Octal 235 261 220

Shades and tints

Shades of #9DB190

#9DB190
(157,177,144)
#8FA183
(143,161,131)
#819176
(129,145,118)
#738169
(115,129,105)
#65715C
(101,113,92)
#57614F
(87,97,79)
#495142
(73,81,66)
#3B4135
(59,65,53)
#2D3128
(45,49,40)
#1F211B
(31,33,27)
#11110E
(17,17,14)
#000000
(0,0,0)

Tints of #9DB190

#9DB190
(157,177,144)
#A5B89A
(165,184,154)
#ADBFA4
(173,191,164)
#B5C6AE
(181,198,174)
#BDCDB8
(189,205,184)
#C5D4C2
(197,212,194)
#CDDBCC
(205,219,204)
#D5E2D6
(213,226,214)
#DDE9E0
(221,233,224)
#E5F0EA
(229,240,234)
#EDF7F4
(237,247,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9DB190 color. Also use rgb(157,177,144) instead hex code.

Text Font Color

.myTextColor { color: #9DB190; }

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

This text font color is #9DB190.

Background Color

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

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

This div background color is #9DB190.

Border color

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

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

This div border color is #9DB190.

Opacity

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

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

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

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

This text has shadow with #9DB190 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9DB190.

Preview

Color preview on black background

This text has color #9DB190 on black background.


Color preview on white background

This text has color #9DB190 on white background.


Black color preview on #9DB190 background

This text has black color on #9DB190 background.


White color preview on #9DB190 background

This text has white color on #9DB190 background.


Related colors

Complementary color

Complementary color for #hex is #624E6F.


I love getcolorcode.com

Triadic colors

1 #909DB1 and #B1909D with #9DB190 are triadic colors.

2 #90B19D and #B19D90 with #9DB190 are triadic colors.