COLOR #9DDDA6

HEX: #9DDDA6
RGB: (157,221,166)

Color info

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

RGB color model

#9DDDA6 color RGB value is (157,221,166).

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

RGB channels and saturation

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

157
221
166

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

Portions of RGB colors in percentages

R + G + B =
157 + 221 + 166 = 544 (100%)
R 157 of 544 ~ 28.86%
G 221 of 544 ~ 40.63%
B 166 of 544 ~ 30.51%

%28.86
%40.63
%30.51

CMYK color model

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

  • cyan value is 28.96%
  • magenta value is 0.00%
  • yellow value is 24.89%
  • 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
%24.89
%13.33

Codes

Color #9DDDA6 in popluar color models

9DDDA6
RGB157221166
HSL128°48.48%74.12%
HSB/HSV128°28.96%86.67%
CMYK28.96%0.00%24.89%
13.33%

Color #9DDDA6 in popluar number systems.

HEX9DDDA6
Decimal157221166
Binary100111011101110110100110
Octal235335246

Shades and tints

Shades of #9DDDA6

#9DDDA6
(157,221,166)
#8FC997
(143,201,151)
#81B588
(129,181,136)
#73A179
(115,161,121)
#658D6A
(101,141,106)
#57795B
(87,121,91)
#49654C
(73,101,76)
#3B513D
(59,81,61)
#2D3D2E
(45,61,46)
#1F291F
(31,41,31)
#111510
(17,21,16)
#000000
(0,0,0)

Tints of #9DDDA6

#9DDDA6
(157,221,166)
#A5E0AE
(165,224,174)
#ADE3B6
(173,227,182)
#B5E6BE
(181,230,190)
#BDE9C6
(189,233,198)
#C5ECCE
(197,236,206)
#CDEFD6
(205,239,214)
#D5F2DE
(213,242,222)
#DDF5E6
(221,245,230)
#E5F8EE
(229,248,238)
#EDFBF6
(237,251,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9DDDA6; }

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

This text font color is #9DDDA6.


Background Color

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

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

This div background color is #9DDDA6.


Border color

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

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

This div border color is #9DDDA6.


Opacity

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

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

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

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

This text has shadow with #9DDDA6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9DDDA6 on black background.


Color preview on white background

This text has color #9DDDA6 on white background.



Black color preview on #9DDDA6 background

This text has black color on #9DDDA6 background.


White color preview on #9DDDA6 background

This text has white color on #9DDDA6 background.