COLOR #9DDDA5

HEX: #9DDDA5
RGB: (157,221,165)

Color info

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

RGB color model

#9DDDA5 color RGB value is (157,221,165).

  • red value is 157;
  • green value is 221;
  • blue value is 165.
RGB:
(157,221,165)
(62%,87%,65%)

RGB channels and saturation

R 157 of 255 = 62%
G 221 of 255 = 87%
B 165 of 255 = 65%

157
221
165

R + G + B ~ 71%. #9DDDA5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
157 + 221 + 165 = 543 (100%)
R 157 of 543 ~ 28.91%
G 221 of 543 ~ 40.7%
B 165 of 543 ~ 30.39%

%28.91
%40.7
%30.39

CMYK color model

#9DDDA5 color CMYK value is (29,0,25,13).

  • cyan value is 28.96%
  • magenta value is 0.00%
  • yellow value is 25.34%
  • key color value is 13.33%
CMYK:
(29,0,25,13)
C29M0Y25K13 
(29%,0%,25%,13%)
(0.29/0.00/0.25/0.13)	

CMYK percentages

%28.96
%0
%25.34
%13.33

Codes

Color #9DDDA5 in popluar color models

9DDDA5
RGB157221165
HSL128°48.48%74.12%
HSB/HSV128°28.96%86.67%
CMYK28.96%0.00%25.34%
13.33%

Color #9DDDA5 in popluar number systems.

HEX9DDDA5
Decimal157221165
Binary100111011101110110100101
Octal235335245

Shades and tints

Shades of #9DDDA5

#9DDDA5
(157,221,165)
#8FC996
(143,201,150)
#81B587
(129,181,135)
#73A178
(115,161,120)
#658D69
(101,141,105)
#57795A
(87,121,90)
#49654B
(73,101,75)
#3B513C
(59,81,60)
#2D3D2D
(45,61,45)
#1F291E
(31,41,30)
#11150F
(17,21,15)
#000000
(0,0,0)

Tints of #9DDDA5

#9DDDA5
(157,221,165)
#A5E0AD
(165,224,173)
#ADE3B5
(173,227,181)
#B5E6BD
(181,230,189)
#BDE9C5
(189,233,197)
#C5ECCD
(197,236,205)
#CDEFD5
(205,239,213)
#D5F2DD
(213,242,221)
#DDF5E5
(221,245,229)
#E5F8ED
(229,248,237)
#EDFBF5
(237,251,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9DDDA5 color. Also use rgb(157,221,165) instead hex code.

Text Font Color

.myTextColor { color: #9DDDA5; }

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

This text font color is #9DDDA5.


Background Color

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

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

This div background color is #9DDDA5.


Border color

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

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

This div border color is #9DDDA5.


Opacity

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

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

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

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

This text has shadow with #9DDDA5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9DDDA5 on black background.


Color preview on white background

This text has color #9DDDA5 on white background.



Black color preview on #9DDDA5 background

This text has black color on #9DDDA5 background.


White color preview on #9DDDA5 background

This text has white color on #9DDDA5 background.