COLOR #9FDEE1

HEX: #9FDEE1
RGB: (159,222,225)

Color info

#9FDEE1 contains mainly green and blue colors. Web safe color of #9FDEE1 is #99CCCC (or #9CC).

RGB color model

#9FDEE1 color RGB value is (159,222,225).

  • red value is 159;
  • green value is 222;
  • blue value is 225.
RGB:
(159,222,225)
(62%,87%,88%)

RGB channels and saturation

R 159 of 255 = 62%
G 222 of 255 = 87%
B 225 of 255 = 88%

159
222
225

R + G + B ~ 79%. #9FDEE1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
159 + 222 + 225 = 606 (100%)
R 159 of 606 ~ 26.24%
G 222 of 606 ~ 36.63%
B 225 of 606 ~ 37.13%

%26.24
%36.63
%37.13

CMYK color model

#9FDEE1 color CMYK value is (29,1,0,12).

  • cyan value is 29.33%
  • magenta value is 1.33%
  • yellow value is 0.00%
  • key color value is 11.76%
CMYK:
(29,1,0,12)
C29M1Y0K12 
(29%,1%,0%,12%)
(0.29/0.01/0.00/0.12)	

CMYK percentages

%29.33
%1.33
%0
%11.76

Codes

Color #9FDEE1 in popluar color models

9FDEE1
RGB159222225
HSL183°52.38%75.29%
HSB/HSV183°29.33%88.24%
CMYK29.33%1.33%0.00%
11.76%

Color #9FDEE1 in popluar number systems.

HEX9FDEE1
Decimal159222225
Binary100111111101111011100001
Octal237336341

Shades and tints

Shades of #9FDEE1

#9FDEE1
(159,222,225)
#91CACD
(145,202,205)
#83B6B9
(131,182,185)
#75A2A5
(117,162,165)
#678E91
(103,142,145)
#597A7D
(89,122,125)
#4B6669
(75,102,105)
#3D5255
(61,82,85)
#2F3E41
(47,62,65)
#212A2D
(33,42,45)
#131619
(19,22,25)
#000000
(0,0,0)

Tints of #9FDEE1

#9FDEE1
(159,222,225)
#A7E1E3
(167,225,227)
#AFE4E5
(175,228,229)
#B7E7E7
(183,231,231)
#BFEAE9
(191,234,233)
#C7EDEB
(199,237,235)
#CFF0ED
(207,240,237)
#D7F3EF
(215,243,239)
#DFF6F1
(223,246,241)
#E7F9F3
(231,249,243)
#EFFCF5
(239,252,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9FDEE1 color. Also use rgb(159,222,225) instead hex code.

Text Font Color

.myTextColor { color: #9FDEE1; }

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

This text font color is #9FDEE1.


Background Color

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

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

This div background color is #9FDEE1.


Border color

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

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

This div border color is #9FDEE1.


Opacity

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

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

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

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

This text has shadow with #9FDEE1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9FDEE1 on black background.


Color preview on white background

This text has color #9FDEE1 on white background.



Black color preview on #9FDEE1 background

This text has black color on #9FDEE1 background.


White color preview on #9FDEE1 background

This text has white color on #9FDEE1 background.