COLOR #9DDDB3

HEX: #9DDDB3
RGB: (157,221,179)

Color info

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

RGB color model

#9DDDB3 color RGB value is (157,221,179).

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

RGB channels and saturation

R 157 of 255 = 62%
G 221 of 255 = 87%
B 179 of 255 = 70%

157
221
179

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

Portions of RGB colors in percentages

R + G + B =
157 + 221 + 179 = 557 (100%)
R 157 of 557 ~ 28.19%
G 221 of 557 ~ 39.68%
B 179 of 557 ~ 32.14%

%28.19
%39.68
%32.14

CMYK color model

#9DDDB3 color CMYK value is (29,0,19,13).

  • cyan value is 28.96%
  • magenta value is 0.00%
  • yellow value is 19.00%
  • key color value is 13.33%
CMYK:
(29,0,19,13)
C29M0Y19K13 
(29%,0%,19%,13%)
(0.29/0.00/0.19/0.13)	

CMYK percentages

%28.96
%0
%19
%13.33

Codes

Color #9DDDB3 in popluar color models

9DDDB3
RGB157221179
HSL141°48.48%74.12%
HSB/HSV141°28.96%86.67%
CMYK28.96%0.00%19.00%
13.33%

Color #9DDDB3 in popluar number systems.

HEX9DDDB3
Decimal157221179
Binary100111011101110110110011
Octal235335263

Shades and tints

Shades of #9DDDB3

#9DDDB3
(157,221,179)
#8FC9A3
(143,201,163)
#81B593
(129,181,147)
#73A183
(115,161,131)
#658D73
(101,141,115)
#577963
(87,121,99)
#496553
(73,101,83)
#3B5143
(59,81,67)
#2D3D33
(45,61,51)
#1F2923
(31,41,35)
#111513
(17,21,19)
#000000
(0,0,0)

Tints of #9DDDB3

#9DDDB3
(157,221,179)
#A5E0B9
(165,224,185)
#ADE3BF
(173,227,191)
#B5E6C5
(181,230,197)
#BDE9CB
(189,233,203)
#C5ECD1
(197,236,209)
#CDEFD7
(205,239,215)
#D5F2DD
(213,242,221)
#DDF5E3
(221,245,227)
#E5F8E9
(229,248,233)
#EDFBEF
(237,251,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9DDDB3; }

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

This text font color is #9DDDB3.


Background Color

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

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

This div background color is #9DDDB3.


Border color

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

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

This div border color is #9DDDB3.


Opacity

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

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

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

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

This text has shadow with #9DDDB3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9DDDB3 on black background.


Color preview on white background

This text has color #9DDDB3 on white background.



Black color preview on #9DDDB3 background

This text has black color on #9DDDB3 background.


White color preview on #9DDDB3 background

This text has white color on #9DDDB3 background.