COLOR #9FFDDC

HEX: #9FFDDC
RGB: (159,253,220)

Color info

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

RGB color model

#9FFDDC color RGB value is (159,253,220).

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

RGB channels and saturation

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

159
253
220

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

Portions of RGB colors in percentages

R + G + B =
159 + 253 + 220 = 632 (100%)
R 159 of 632 ~ 25.16%
G 253 of 632 ~ 40.03%
B 220 of 632 ~ 34.81%

%25.16
%40.03
%34.81

CMYK color model

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

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

Codes

Color #9FFDDC in popluar color models

9FFDDC
RGB159253220
HSL159°95.92%80.78%
HSB/HSV159°37.15%99.22%
CMYK37.15%0.00%13.04%
0.78%

Color #9FFDDC in popluar number systems.

HEX9FFDDC
Decimal159253220
Binary100111111111110111011100
Octal237375334

Shades and tints

Shades of #9FFDDC

#9FFDDC
(159,253,220)
#91E6C8
(145,230,200)
#83CFB4
(131,207,180)
#75B8A0
(117,184,160)
#67A18C
(103,161,140)
#598A78
(89,138,120)
#4B7364
(75,115,100)
#3D5C50
(61,92,80)
#2F453C
(47,69,60)
#212E28
(33,46,40)
#131714
(19,23,20)
#000000
(0,0,0)

Tints of #9FFDDC

#9FFDDC
(159,253,220)
#A7FDDF
(167,253,223)
#AFFDE2
(175,253,226)
#B7FDE5
(183,253,229)
#BFFDE8
(191,253,232)
#C7FDEB
(199,253,235)
#CFFDEE
(207,253,238)
#D7FDF1
(215,253,241)
#DFFDF4
(223,253,244)
#E7FDF7
(231,253,247)
#EFFDFA
(239,253,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9FFDDC; }

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

This text font color is #9FFDDC.


Background Color

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

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

This div background color is #9FFDDC.


Border color

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

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

This div border color is #9FFDDC.


Opacity

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

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

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

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

This text has shadow with #9FFDDC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9FFDDC on black background.


Color preview on white background

This text has color #9FFDDC on white background.



Black color preview on #9FFDDC background

This text has black color on #9FFDDC background.


White color preview on #9FFDDC background

This text has white color on #9FFDDC background.