COLOR #9FFDDD

HEX: #9FFDDD
RGB: (159,253,221)

Color info

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

RGB color model

#9FFDDD color RGB value is (159,253,221).

  • red value is 159;
  • green value is 253;
  • blue value is 221.
RGB:
(159,253,221)
(62%,99%,87%)

RGB channels and saturation

R 159 of 255 = 62%
G 253 of 255 = 99%
B 221 of 255 = 87%

159
253
221

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

Portions of RGB colors in percentages

R + G + B =
159 + 253 + 221 = 633 (100%)
R 159 of 633 ~ 25.12%
G 253 of 633 ~ 39.97%
B 221 of 633 ~ 34.91%

%25.12
%39.97
%34.91

CMYK color model

#9FFDDD color CMYK value is (37,0,13,1).

  • cyan value is 37.15%
  • magenta value is 0.00%
  • yellow value is 12.65%
  • key color value is 0.78%
CMYK:
(37,0,13,1)
C37M0Y13K1 
(37%,0%,13%,1%)
(0.37/0.00/0.13/0.01)	

CMYK percentages

%37.15
%0
%12.65
%0.78

Codes

Color #9FFDDD in popluar color models

9FFDDD
RGB159253221
HSL160°95.92%80.78%
HSB/HSV160°37.15%99.22%
CMYK37.15%0.00%12.65%
0.78%

Color #9FFDDD in popluar number systems.

HEX9FFDDD
Decimal159253221
Binary100111111111110111011101
Octal237375335

Shades and tints

Shades of #9FFDDD

#9FFDDD
(159,253,221)
#91E6C9
(145,230,201)
#83CFB5
(131,207,181)
#75B8A1
(117,184,161)
#67A18D
(103,161,141)
#598A79
(89,138,121)
#4B7365
(75,115,101)
#3D5C51
(61,92,81)
#2F453D
(47,69,61)
#212E29
(33,46,41)
#131715
(19,23,21)
#000000
(0,0,0)

Tints of #9FFDDD

#9FFDDD
(159,253,221)
#A7FDE0
(167,253,224)
#AFFDE3
(175,253,227)
#B7FDE6
(183,253,230)
#BFFDE9
(191,253,233)
#C7FDEC
(199,253,236)
#CFFDEF
(207,253,239)
#D7FDF2
(215,253,242)
#DFFDF5
(223,253,245)
#E7FDF8
(231,253,248)
#EFFDFB
(239,253,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9FFDDD color. Also use rgb(159,253,221) instead hex code.

Text Font Color

.myTextColor { color: #9FFDDD; }

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

This text font color is #9FFDDD.


Background Color

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

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

This div background color is #9FFDDD.


Border color

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

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

This div border color is #9FFDDD.


Opacity

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

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

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

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

This text has shadow with #9FFDDD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9FFDDD on black background.


Color preview on white background

This text has color #9FFDDD on white background.



Black color preview on #9FFDDD background

This text has black color on #9FFDDD background.


White color preview on #9FFDDD background

This text has white color on #9FFDDD background.