COLOR #9DC89E

HEX: #9DC89E
RGB: (157,200,158)

Color info

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

RGB color model

#9DC89E color RGB value is (157,200,158).

  • red value is 157;
  • green value is 200;
  • blue value is 158.
RGB:
(157,200,158)
(62%,78%,62%)

RGB channels and saturation

R 157 of 255 = 62%
G 200 of 255 = 78%
B 158 of 255 = 62%

157
200
158

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

Portions of RGB colors in percentages

R + G + B =
157 + 200 + 158 = 515 (100%)
R 157 of 515 ~ 30.49%
G 200 of 515 ~ 38.83%
B 158 of 515 ~ 30.68%

%30.49
%38.83
%30.68

CMYK color model

#9DC89E color CMYK value is (22,0,21,22).

  • cyan value is 21.50%
  • magenta value is 0.00%
  • yellow value is 21.00%
  • key color value is 21.57%
CMYK:
(22,0,21,22)
C22M0Y21K22 
(22%,0%,21%,22%)
(0.22/0.00/0.21/0.22)	

CMYK percentages

%21.5
%0
%21
%21.57

Codes

Color #9DC89E in popluar color models

9DC89E
RGB157200158
HSL121°28.10%70.00%
HSB/HSV121°21.50%78.43%
CMYK21.50%0.00%21.00%
21.57%

Color #9DC89E in popluar number systems.

HEX9DC89E
Decimal157200158
Binary100111011100100010011110
Octal235310236

Shades and tints

Shades of #9DC89E

#9DC89E
(157,200,158)
#8FB690
(143,182,144)
#81A482
(129,164,130)
#739274
(115,146,116)
#658066
(101,128,102)
#576E58
(87,110,88)
#495C4A
(73,92,74)
#3B4A3C
(59,74,60)
#2D382E
(45,56,46)
#1F2620
(31,38,32)
#111412
(17,20,18)
#000000
(0,0,0)

Tints of #9DC89E

#9DC89E
(157,200,158)
#A5CDA6
(165,205,166)
#ADD2AE
(173,210,174)
#B5D7B6
(181,215,182)
#BDDCBE
(189,220,190)
#C5E1C6
(197,225,198)
#CDE6CE
(205,230,206)
#D5EBD6
(213,235,214)
#DDF0DE
(221,240,222)
#E5F5E6
(229,245,230)
#EDFAEE
(237,250,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9DC89E color. Also use rgb(157,200,158) instead hex code.

Text Font Color

.myTextColor { color: #9DC89E; }

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

This text font color is #9DC89E.


Background Color

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

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

This div background color is #9DC89E.


Border color

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

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

This div border color is #9DC89E.


Opacity

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

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

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

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

This text has shadow with #9DC89E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9DC89E on black background.


Color preview on white background

This text has color #9DC89E on white background.



Black color preview on #9DC89E background

This text has black color on #9DC89E background.


White color preview on #9DC89E background

This text has white color on #9DC89E background.