COLOR #9DC49B

HEX: #9DC49B RGB: (157,196,155)

Color info

#9DC49B contains red, green and blue colors in about the same proportion. Web safe color of #9DC49B is #99CC99 (or #9C9).

RGB color model

#9DC49B color RGB value is (157,196,155).

RGB: (157,196,155) (62%, 77%, 61%)

RGB channels and saturation

R 157 of 255 = 62%
G 196 of 255 = 77%
B 155 of 255 = 61%

157
196
155

R + G + B ~ 67%. #9DC49B is quite light color.

Portions of RGB colors in percentages

R + G + B = 157 + 196 + 155 = 508 (100%)
R 157 of 508 ~ 30.91%
G 196 of 508 ~ 38.58%
B 155 of 508 ~ 30.51'%

%30.91
%38.58
%30.51

CMYK color model

#9DC49B color CMYK value is (20,0,21,23).

  • cyan value is 19.90%
  • magenta value is 0.00%
  • yellow value is 20.92%
  • key color value is 23.14%

CMYK: (20,0,21,23)
C20M0Y21K23 (20%, 0%, 21%, 23%)
(0.20 / 0.00 / 0.21 / 0.23)

CMYK percentages

%19.9
%0
%20.92
%23.14

Codes

Color #9DC49B in popluar color models

9D C4 9B
RGB 157 196 155
HSL 117° 25.79% 68.82%
HSB/HSV 117° 20.92% 76.86%
CMYK 19.90% 0.00% 20.92%
23.14%

Color #9DC49B in popluar number systems.

HEX 9D C4 9B
Decimal 157 196 155
Binary 10011101 11000100 10011011
Octal 235 304 233

Shades and tints

Shades of #9DC49B

#9DC49B
(157,196,155)
#8FB38D
(143,179,141)
#81A27F
(129,162,127)
#739171
(115,145,113)
#658063
(101,128,99)
#576F55
(87,111,85)
#495E47
(73,94,71)
#3B4D39
(59,77,57)
#2D3C2B
(45,60,43)
#1F2B1D
(31,43,29)
#111A0F
(17,26,15)
#000000
(0,0,0)

Tints of #9DC49B

#9DC49B
(157,196,155)
#A5C9A4
(165,201,164)
#ADCEAD
(173,206,173)
#B5D3B6
(181,211,182)
#BDD8BF
(189,216,191)
#C5DDC8
(197,221,200)
#CDE2D1
(205,226,209)
#D5E7DA
(213,231,218)
#DDECE3
(221,236,227)
#E5F1EC
(229,241,236)
#EDF6F5
(237,246,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9DC49B color. Also use rgb(157,196,155) instead hex code.

Text Font Color

.myTextColor { color: #9DC49B; }

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

This text font color is #9DC49B.

Background Color

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

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

This div background color is #9DC49B.

Border color

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

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

This div border color is #9DC49B.

Opacity

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

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

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

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

This text has shadow with #9DC49B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9DC49B.

Preview

Color preview on black background

This text has color #9DC49B on black background.


Color preview on white background

This text has color #9DC49B on white background.


Black color preview on #9DC49B background

This text has black color on #9DC49B background.


White color preview on #9DC49B background

This text has white color on #9DC49B background.


Related colors

Complementary color

Complementary color for #hex is #623B64.


I love getcolorcode.com

Triadic colors

1 #9B9DC4 and #C49B9D with #9DC49B are triadic colors.

2 #9BC49D and #C49D9B with #9DC49B are triadic colors.