COLOR #9DDDB0

HEX: #9DDDB0
RGB: (157,221,176)

Color info

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

RGB color model

#9DDDB0 color RGB value is (157,221,176).

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

RGB channels and saturation

R 157 of 255 = 62%
G 221 of 255 = 87%
B 176 of 255 = 69%

157
221
176

R + G + B ~ 73%. #9DDDB0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
157 + 221 + 176 = 554 (100%)
R 157 of 554 ~ 28.34%
G 221 of 554 ~ 39.89%
B 176 of 554 ~ 31.77%

%28.34
%39.89
%31.77

CMYK color model

#9DDDB0 color CMYK value is (29,0,20,13).

  • cyan value is 28.96%
  • magenta value is 0.00%
  • yellow value is 20.36%
  • key color value is 13.33%
CMYK:
(29,0,20,13)
C29M0Y20K13 
(29%,0%,20%,13%)
(0.29/0.00/0.20/0.13)	

CMYK percentages

%28.96
%0
%20.36
%13.33

Codes

Color #9DDDB0 in popluar color models

9DDDB0
RGB157221176
HSL138°48.48%74.12%
HSB/HSV138°28.96%86.67%
CMYK28.96%0.00%20.36%
13.33%

Color #9DDDB0 in popluar number systems.

HEX9DDDB0
Decimal157221176
Binary100111011101110110110000
Octal235335260

Shades and tints

Shades of #9DDDB0

#9DDDB0
(157,221,176)
#8FC9A0
(143,201,160)
#81B590
(129,181,144)
#73A180
(115,161,128)
#658D70
(101,141,112)
#577960
(87,121,96)
#496550
(73,101,80)
#3B5140
(59,81,64)
#2D3D30
(45,61,48)
#1F2920
(31,41,32)
#111510
(17,21,16)
#000000
(0,0,0)

Tints of #9DDDB0

#9DDDB0
(157,221,176)
#A5E0B7
(165,224,183)
#ADE3BE
(173,227,190)
#B5E6C5
(181,230,197)
#BDE9CC
(189,233,204)
#C5ECD3
(197,236,211)
#CDEFDA
(205,239,218)
#D5F2E1
(213,242,225)
#DDF5E8
(221,245,232)
#E5F8EF
(229,248,239)
#EDFBF6
(237,251,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9DDDB0; }

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

This text font color is #9DDDB0.


Background Color

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

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

This div background color is #9DDDB0.


Border color

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

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

This div border color is #9DDDB0.


Opacity

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

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

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

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

This text has shadow with #9DDDB0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9DDDB0 on black background.


Color preview on white background

This text has color #9DDDB0 on white background.



Black color preview on #9DDDB0 background

This text has black color on #9DDDB0 background.


White color preview on #9DDDB0 background

This text has white color on #9DDDB0 background.