COLOR #9DC488

HEX: #9DC488
RGB: (157,196,136)

Color info

#9DC488 contains mainly red and green colors. Web safe color of #9DC488 is #99CC99 (or #9C9).

RGB color model

#9DC488 color RGB value is (157,196,136).

  • red value is 157;
  • green value is 196;
  • blue value is 136.
RGB:
(157,196,136)
(62%,77%,53%)

RGB channels and saturation

R 157 of 255 = 62%
G 196 of 255 = 77%
B 136 of 255 = 53%

157
196
136

R + G + B ~ 64%. #9DC488 is quite light color.

Portions of RGB colors in percentages

R + G + B =
157 + 196 + 136 = 489 (100%)
R 157 of 489 ~ 32.11%
G 196 of 489 ~ 40.08%
B 136 of 489 ~ 27.81%

%32.11
%40.08
%27.81

CMYK color model

#9DC488 color CMYK value is (20,0,31,23).

  • cyan value is 19.90%
  • magenta value is 0.00%
  • yellow value is 30.61%
  • key color value is 23.14%
CMYK:
(20,0,31,23)
C20M0Y31K23 
(20%,0%,31%,23%)
(0.20/0.00/0.31/0.23)	

CMYK percentages

%19.9
%0
%30.61
%23.14

Codes

Color #9DC488 in popluar color models

9DC488
RGB157196136
HSL99°33.71%65.10%
HSB/HSV99°30.61%76.86%
CMYK19.90%0.00%30.61%
23.14%

Color #9DC488 in popluar number systems.

HEX9DC488
Decimal157196136
Binary100111011100010010001000
Octal235304210

Shades and tints

Shades of #9DC488

#9DC488
(157,196,136)
#8FB37C
(143,179,124)
#81A270
(129,162,112)
#739164
(115,145,100)
#658058
(101,128,88)
#576F4C
(87,111,76)
#495E40
(73,94,64)
#3B4D34
(59,77,52)
#2D3C28
(45,60,40)
#1F2B1C
(31,43,28)
#111A10
(17,26,16)
#000000
(0,0,0)

Tints of #9DC488

#9DC488
(157,196,136)
#A5C992
(165,201,146)
#ADCE9C
(173,206,156)
#B5D3A6
(181,211,166)
#BDD8B0
(189,216,176)
#C5DDBA
(197,221,186)
#CDE2C4
(205,226,196)
#D5E7CE
(213,231,206)
#DDECD8
(221,236,216)
#E5F1E2
(229,241,226)
#EDF6EC
(237,246,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9DC488; }

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

This text font color is #9DC488.


Background Color

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

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

This div background color is #9DC488.


Border color

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

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

This div border color is #9DC488.


Opacity

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

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

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

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

This text has shadow with #9DC488 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9DC488 on black background.


Color preview on white background

This text has color #9DC488 on white background.



Black color preview on #9DC488 background

This text has black color on #9DC488 background.


White color preview on #9DC488 background

This text has white color on #9DC488 background.