COLOR #9DD098

HEX: #9DD098
RGB: (157,208,152)

Color info

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

RGB color model

#9DD098 color RGB value is (157,208,152).

  • red value is 157;
  • green value is 208;
  • blue value is 152.
RGB:
(157,208,152)
(62%,82%,60%)

RGB channels and saturation

R 157 of 255 = 62%
G 208 of 255 = 82%
B 152 of 255 = 60%

157
208
152

R + G + B ~ 68%. #9DD098 is quite light color.

Portions of RGB colors in percentages

R + G + B =
157 + 208 + 152 = 517 (100%)
R 157 of 517 ~ 30.37%
G 208 of 517 ~ 40.23%
B 152 of 517 ~ 29.4%

%30.37
%40.23
%29.4

CMYK color model

#9DD098 color CMYK value is (25,0,27,18).

  • cyan value is 24.52%
  • magenta value is 0.00%
  • yellow value is 26.92%
  • key color value is 18.43%
CMYK:
(25,0,27,18)
C25M0Y27K18 
(25%,0%,27%,18%)
(0.25/0.00/0.27/0.18)	

CMYK percentages

%24.52
%0
%26.92
%18.43

Codes

Color #9DD098 in popluar color models

9DD098
RGB157208152
HSL115°37.33%70.59%
HSB/HSV115°26.92%81.57%
CMYK24.52%0.00%26.92%
18.43%

Color #9DD098 in popluar number systems.

HEX9DD098
Decimal157208152
Binary100111011101000010011000
Octal235320230

Shades and tints

Shades of #9DD098

#9DD098
(157,208,152)
#8FBE8B
(143,190,139)
#81AC7E
(129,172,126)
#739A71
(115,154,113)
#658864
(101,136,100)
#577657
(87,118,87)
#49644A
(73,100,74)
#3B523D
(59,82,61)
#2D4030
(45,64,48)
#1F2E23
(31,46,35)
#111C16
(17,28,22)
#000000
(0,0,0)

Tints of #9DD098

#9DD098
(157,208,152)
#A5D4A1
(165,212,161)
#ADD8AA
(173,216,170)
#B5DCB3
(181,220,179)
#BDE0BC
(189,224,188)
#C5E4C5
(197,228,197)
#CDE8CE
(205,232,206)
#D5ECD7
(213,236,215)
#DDF0E0
(221,240,224)
#E5F4E9
(229,244,233)
#EDF8F2
(237,248,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9DD098 color. Also use rgb(157,208,152) instead hex code.

Text Font Color

.myTextColor { color: #9DD098; }

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

This text font color is #9DD098.


Background Color

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

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

This div background color is #9DD098.


Border color

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

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

This div border color is #9DD098.


Opacity

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

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

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

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

This text has shadow with #9DD098 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9DD098 on black background.


Color preview on white background

This text has color #9DD098 on white background.



Black color preview on #9DD098 background

This text has black color on #9DD098 background.


White color preview on #9DD098 background

This text has white color on #9DD098 background.