COLOR #9DC19B

HEX: #9DC19B RGB: (157,193,155)

Color info

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

RGB color model

#9DC19B color RGB value is (157,193,155).

RGB: (157,193,155) (62%, 76%, 61%)

RGB channels and saturation

R 157 of 255 = 62%
G 193 of 255 = 76%
B 155 of 255 = 61%

157
193
155

R + G + B ~ 66%. #9DC19B is quite light color.

Portions of RGB colors in percentages

R + G + B = 157 + 193 + 155 = 505 (100%)
R 157 of 505 ~ 31.09%
G 193 of 505 ~ 38.22%
B 155 of 505 ~ 30.69'%

%31.09
%38.22
%30.69

CMYK color model

#9DC19B color CMYK value is (19,0,20,24).

  • cyan value is 18.65%
  • magenta value is 0.00%
  • yellow value is 19.69%
  • key color value is 24.31%

CMYK: (19,0,20,24)
C19M0Y20K24 (19%, 0%, 20%, 24%)
(0.19 / 0.00 / 0.20 / 0.24)

CMYK percentages

%18.65
%0
%19.69
%24.31

Codes

Color #9DC19B in popluar color models

9D C1 9B
RGB 157 193 155
HSL 117° 23.46% 68.24%
HSB/HSV 117° 19.69% 75.69%
CMYK 18.65% 0.00% 19.69%
24.31%

Color #9DC19B in popluar number systems.

HEX 9D C1 9B
Decimal 157 193 155
Binary 10011101 11000001 10011011
Octal 235 301 233

Shades and tints

Shades of #9DC19B

#9DC19B
(157,193,155)
#8FB08D
(143,176,141)
#819F7F
(129,159,127)
#738E71
(115,142,113)
#657D63
(101,125,99)
#576C55
(87,108,85)
#495B47
(73,91,71)
#3B4A39
(59,74,57)
#2D392B
(45,57,43)
#1F281D
(31,40,29)
#11170F
(17,23,15)
#000000
(0,0,0)

Tints of #9DC19B

#9DC19B
(157,193,155)
#A5C6A4
(165,198,164)
#ADCBAD
(173,203,173)
#B5D0B6
(181,208,182)
#BDD5BF
(189,213,191)
#C5DAC8
(197,218,200)
#CDDFD1
(205,223,209)
#D5E4DA
(213,228,218)
#DDE9E3
(221,233,227)
#E5EEEC
(229,238,236)
#EDF3F5
(237,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9DC19B; }

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

This text font color is #9DC19B.

Background Color

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

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

This div background color is #9DC19B.

Border color

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

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

This div border color is #9DC19B.

Opacity

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

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

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

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

This text has shadow with #9DC19B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9DC19B.

Preview

Color preview on black background

This text has color #9DC19B on black background.


Color preview on white background

This text has color #9DC19B on white background.


Black color preview on #9DC19B background

This text has black color on #9DC19B background.


White color preview on #9DC19B background

This text has white color on #9DC19B background.


Related colors

Complementary color

Complementary color for #hex is #623E64.


I love getcolorcode.com

Triadic colors

1 #9B9DC1 and #C19B9D with #9DC19B are triadic colors.

2 #9BC19D and #C19D9B with #9DC19B are triadic colors.