COLOR #9DD48A

HEX: #9DD48A
RGB: (157,212,138)

Color info

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

RGB color model

#9DD48A color RGB value is (157,212,138).

  • red value is 157;
  • green value is 212;
  • blue value is 138.
RGB:
(157,212,138)
(62%,83%,54%)

RGB channels and saturation

R 157 of 255 = 62%
G 212 of 255 = 83%
B 138 of 255 = 54%

157
212
138

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

Portions of RGB colors in percentages

R + G + B =
157 + 212 + 138 = 507 (100%)
R 157 of 507 ~ 30.97%
G 212 of 507 ~ 41.81%
B 138 of 507 ~ 27.22%

%30.97
%41.81
%27.22

CMYK color model

#9DD48A color CMYK value is (26,0,35,17).

  • cyan value is 25.94%
  • magenta value is 0.00%
  • yellow value is 34.91%
  • key color value is 16.86%
CMYK:
(26,0,35,17)
C26M0Y35K17 
(26%,0%,35%,17%)
(0.26/0.00/0.35/0.17)	

CMYK percentages

%25.94
%0
%34.91
%16.86

Codes

Color #9DD48A in popluar color models

9DD48A
RGB157212138
HSL105°46.25%68.63%
HSB/HSV105°34.91%83.14%
CMYK25.94%0.00%34.91%
16.86%

Color #9DD48A in popluar number systems.

HEX9DD48A
Decimal157212138
Binary100111011101010010001010
Octal235324212

Shades and tints

Shades of #9DD48A

#9DD48A
(157,212,138)
#8FC17E
(143,193,126)
#81AE72
(129,174,114)
#739B66
(115,155,102)
#65885A
(101,136,90)
#57754E
(87,117,78)
#496242
(73,98,66)
#3B4F36
(59,79,54)
#2D3C2A
(45,60,42)
#1F291E
(31,41,30)
#111612
(17,22,18)
#000000
(0,0,0)

Tints of #9DD48A

#9DD48A
(157,212,138)
#A5D794
(165,215,148)
#ADDA9E
(173,218,158)
#B5DDA8
(181,221,168)
#BDE0B2
(189,224,178)
#C5E3BC
(197,227,188)
#CDE6C6
(205,230,198)
#D5E9D0
(213,233,208)
#DDECDA
(221,236,218)
#E5EFE4
(229,239,228)
#EDF2EE
(237,242,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9DD48A color. Also use rgb(157,212,138) instead hex code.

Text Font Color

.myTextColor { color: #9DD48A; }

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

This text font color is #9DD48A.


Background Color

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

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

This div background color is #9DD48A.


Border color

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

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

This div border color is #9DD48A.


Opacity

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

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

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

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

This text has shadow with #9DD48A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9DD48A on black background.


Color preview on white background

This text has color #9DD48A on white background.



Black color preview on #9DD48A background

This text has black color on #9DD48A background.


White color preview on #9DD48A background

This text has white color on #9DD48A background.