COLOR #9DFFDD

HEX: #9DFFDD
RGB: (157,255,221)

Color info

#9DFFDD contains mainly green and blue colors. Web safe color of #9DFFDD is #99FFCC (or #9FC).

RGB color model

#9DFFDD color RGB value is (157,255,221).

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

RGB channels and saturation

R 157 of 255 = 62%
G 255 of 255 = 100%
B 221 of 255 = 87%

157
255
221

R + G + B ~ 83%. #9DFFDD is quite light color.

Portions of RGB colors in percentages

R + G + B =
157 + 255 + 221 = 633 (100%)
R 157 of 633 ~ 24.8%
G 255 of 633 ~ 40.28%
B 221 of 633 ~ 34.91%

%24.8
%40.28
%34.91

CMYK color model

#9DFFDD color CMYK value is (38,0,13,0).

  • cyan value is 38.43%
  • magenta value is 0.00%
  • yellow value is 13.33%
  • key color value is 0.00%
CMYK:
(38,0,13,0)
C38M0Y13K0 
(38%,0%,13%,0%)
(0.38/0.00/0.13/0.00)	

CMYK percentages

%38.43
%0
%13.33
%0

Codes

Color #9DFFDD in popluar color models

9DFFDD
RGB157255221
HSL159°100.00%80.78%
HSB/HSV159°38.43%100.00%
CMYK38.43%0.00%13.33%
0.00%

Color #9DFFDD in popluar number systems.

HEX9DFFDD
Decimal157255221
Binary100111011111111111011101
Octal235377335

Shades and tints

Shades of #9DFFDD

#9DFFDD
(157,255,221)
#8FE8C9
(143,232,201)
#81D1B5
(129,209,181)
#73BAA1
(115,186,161)
#65A38D
(101,163,141)
#578C79
(87,140,121)
#497565
(73,117,101)
#3B5E51
(59,94,81)
#2D473D
(45,71,61)
#1F3029
(31,48,41)
#111915
(17,25,21)
#000000
(0,0,0)

Tints of #9DFFDD

#9DFFDD
(157,255,221)
#A5FFE0
(165,255,224)
#ADFFE3
(173,255,227)
#B5FFE6
(181,255,230)
#BDFFE9
(189,255,233)
#C5FFEC
(197,255,236)
#CDFFEF
(205,255,239)
#D5FFF2
(213,255,242)
#DDFFF5
(221,255,245)
#E5FFF8
(229,255,248)
#EDFFFB
(237,255,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9DFFDD; }

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

This text font color is #9DFFDD.


Background Color

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

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

This div background color is #9DFFDD.


Border color

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

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

This div border color is #9DFFDD.


Opacity

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

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

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

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

This text has shadow with #9DFFDD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9DFFDD on black background.


Color preview on white background

This text has color #9DFFDD on white background.



Black color preview on #9DFFDD background

This text has black color on #9DFFDD background.


White color preview on #9DFFDD background

This text has white color on #9DFFDD background.