COLOR #9FFDDB

HEX: #9FFDDB
RGB: (159,253,219)

Color info

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

RGB color model

#9FFDDB color RGB value is (159,253,219).

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

RGB channels and saturation

R 159 of 255 = 62%
G 253 of 255 = 99%
B 219 of 255 = 86%

159
253
219

R + G + B ~ 82%. #9FFDDB is quite light color.

Portions of RGB colors in percentages

R + G + B =
159 + 253 + 219 = 631 (100%)
R 159 of 631 ~ 25.2%
G 253 of 631 ~ 40.1%
B 219 of 631 ~ 34.71%

%25.2
%40.1
%34.71

CMYK color model

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

  • cyan value is 37.15%
  • magenta value is 0.00%
  • yellow value is 13.44%
  • 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
%13.44
%0.78

Codes

Color #9FFDDB in popluar color models

9FFDDB
RGB159253219
HSL158°95.92%80.78%
HSB/HSV158°37.15%99.22%
CMYK37.15%0.00%13.44%
0.78%

Color #9FFDDB in popluar number systems.

HEX9FFDDB
Decimal159253219
Binary100111111111110111011011
Octal237375333

Shades and tints

Shades of #9FFDDB

#9FFDDB
(159,253,219)
#91E6C8
(145,230,200)
#83CFB5
(131,207,181)
#75B8A2
(117,184,162)
#67A18F
(103,161,143)
#598A7C
(89,138,124)
#4B7369
(75,115,105)
#3D5C56
(61,92,86)
#2F4543
(47,69,67)
#212E30
(33,46,48)
#13171D
(19,23,29)
#000000
(0,0,0)

Tints of #9FFDDB

#9FFDDB
(159,253,219)
#A7FDDE
(167,253,222)
#AFFDE1
(175,253,225)
#B7FDE4
(183,253,228)
#BFFDE7
(191,253,231)
#C7FDEA
(199,253,234)
#CFFDED
(207,253,237)
#D7FDF0
(215,253,240)
#DFFDF3
(223,253,243)
#E7FDF6
(231,253,246)
#EFFDF9
(239,253,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9FFDDB; }

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

This text font color is #9FFDDB.


Background Color

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

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

This div background color is #9FFDDB.


Border color

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

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

This div border color is #9FFDDB.


Opacity

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

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

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

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

This text has shadow with #9FFDDB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9FFDDB on black background.


Color preview on white background

This text has color #9FFDDB on white background.



Black color preview on #9FFDDB background

This text has black color on #9FFDDB background.


White color preview on #9FFDDB background

This text has white color on #9FFDDB background.