COLOR #9FD2E3

HEX: #9FD2E3
RGB: (159,210,227)

Color info

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

RGB color model

#9FD2E3 color RGB value is (159,210,227).

  • red value is 159;
  • green value is 210;
  • blue value is 227.
RGB:
(159,210,227)
(62%,82%,89%)

RGB channels and saturation

R 159 of 255 = 62%
G 210 of 255 = 82%
B 227 of 255 = 89%

159
210
227

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

Portions of RGB colors in percentages

R + G + B =
159 + 210 + 227 = 596 (100%)
R 159 of 596 ~ 26.68%
G 210 of 596 ~ 35.23%
B 227 of 596 ~ 38.09%

%26.68
%35.23
%38.09

CMYK color model

#9FD2E3 color CMYK value is (30,7,0,11).

  • cyan value is 29.96%
  • magenta value is 7.49%
  • yellow value is 0.00%
  • key color value is 10.98%
CMYK:
(30,7,0,11)
C30M7Y0K11 
(30%,7%,0%,11%)
(0.30/0.07/0.00/0.11)	

CMYK percentages

%29.96
%7.49
%0
%10.98

Codes

Color #9FD2E3 in popluar color models

9FD2E3
RGB159210227
HSL195°54.84%75.69%
HSB/HSV195°29.96%89.02%
CMYK29.96%7.49%0.00%
10.98%

Color #9FD2E3 in popluar number systems.

HEX9FD2E3
Decimal159210227
Binary100111111101001011100011
Octal237322343

Shades and tints

Shades of #9FD2E3

#9FD2E3
(159,210,227)
#91BFCF
(145,191,207)
#83ACBB
(131,172,187)
#7599A7
(117,153,167)
#678693
(103,134,147)
#59737F
(89,115,127)
#4B606B
(75,96,107)
#3D4D57
(61,77,87)
#2F3A43
(47,58,67)
#21272F
(33,39,47)
#13141B
(19,20,27)
#000000
(0,0,0)

Tints of #9FD2E3

#9FD2E3
(159,210,227)
#A7D6E5
(167,214,229)
#AFDAE7
(175,218,231)
#B7DEE9
(183,222,233)
#BFE2EB
(191,226,235)
#C7E6ED
(199,230,237)
#CFEAEF
(207,234,239)
#D7EEF1
(215,238,241)
#DFF2F3
(223,242,243)
#E7F6F5
(231,246,245)
#EFFAF7
(239,250,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9FD2E3 color. Also use rgb(159,210,227) instead hex code.

Text Font Color

.myTextColor { color: #9FD2E3; }

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

This text font color is #9FD2E3.


Background Color

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

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

This div background color is #9FD2E3.


Border color

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

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

This div border color is #9FD2E3.


Opacity

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

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

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

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

This text has shadow with #9FD2E3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9FD2E3 on black background.


Color preview on white background

This text has color #9FD2E3 on white background.



Black color preview on #9FD2E3 background

This text has black color on #9FD2E3 background.


White color preview on #9FD2E3 background

This text has white color on #9FD2E3 background.