COLOR #9FD8E1

HEX: #9FD8E1
RGB: (159,216,225)

Color info

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

RGB color model

#9FD8E1 color RGB value is (159,216,225).

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

RGB channels and saturation

R 159 of 255 = 62%
G 216 of 255 = 85%
B 225 of 255 = 88%

159
216
225

R + G + B ~ 78%. #9FD8E1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
159 + 216 + 225 = 600 (100%)
R 159 of 600 ~ 26.5%
G 216 of 600 ~ 36%
B 225 of 600 ~ 37.5%

%26.5
%36
%37.5

CMYK color model

#9FD8E1 color CMYK value is (29,4,0,12).

  • cyan value is 29.33%
  • magenta value is 4.00%
  • yellow value is 0.00%
  • key color value is 11.76%
CMYK:
(29,4,0,12)
C29M4Y0K12 
(29%,4%,0%,12%)
(0.29/0.04/0.00/0.12)	

CMYK percentages

%29.33
%4
%0
%11.76

Codes

Color #9FD8E1 in popluar color models

9FD8E1
RGB159216225
HSL188°52.38%75.29%
HSB/HSV188°29.33%88.24%
CMYK29.33%4.00%0.00%
11.76%

Color #9FD8E1 in popluar number systems.

HEX9FD8E1
Decimal159216225
Binary100111111101100011100001
Octal237330341

Shades and tints

Shades of #9FD8E1

#9FD8E1
(159,216,225)
#91C5CD
(145,197,205)
#83B2B9
(131,178,185)
#759FA5
(117,159,165)
#678C91
(103,140,145)
#59797D
(89,121,125)
#4B6669
(75,102,105)
#3D5355
(61,83,85)
#2F4041
(47,64,65)
#212D2D
(33,45,45)
#131A19
(19,26,25)
#000000
(0,0,0)

Tints of #9FD8E1

#9FD8E1
(159,216,225)
#A7DBE3
(167,219,227)
#AFDEE5
(175,222,229)
#B7E1E7
(183,225,231)
#BFE4E9
(191,228,233)
#C7E7EB
(199,231,235)
#CFEAED
(207,234,237)
#D7EDEF
(215,237,239)
#DFF0F1
(223,240,241)
#E7F3F3
(231,243,243)
#EFF6F5
(239,246,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9FD8E1; }

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

This text font color is #9FD8E1.


Background Color

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

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

This div background color is #9FD8E1.


Border color

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

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

This div border color is #9FD8E1.


Opacity

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

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

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

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

This text has shadow with #9FD8E1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9FD8E1 on black background.


Color preview on white background

This text has color #9FD8E1 on white background.



Black color preview on #9FD8E1 background

This text has black color on #9FD8E1 background.


White color preview on #9FD8E1 background

This text has white color on #9FD8E1 background.