COLOR #9FD3EB

HEX: #9FD3EB
RGB: (159,211,235)

Color info

#9FD3EB contains mainly green and blue colors. Web safe color of #9FD3EB is #99CCFF (or #9CF).

RGB color model

#9FD3EB color RGB value is (159,211,235).

  • red value is 159;
  • green value is 211;
  • blue value is 235.
RGB:
(159,211,235)
(62%,83%,92%)

RGB channels and saturation

R 159 of 255 = 62%
G 211 of 255 = 83%
B 235 of 255 = 92%

159
211
235

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

Portions of RGB colors in percentages

R + G + B =
159 + 211 + 235 = 605 (100%)
R 159 of 605 ~ 26.28%
G 211 of 605 ~ 34.88%
B 235 of 605 ~ 38.84%

%26.28
%34.88
%38.84

CMYK color model

#9FD3EB color CMYK value is (32,10,0,8).

  • cyan value is 32.34%
  • magenta value is 10.21%
  • yellow value is 0.00%
  • key color value is 7.84%
CMYK:
(32,10,0,8)
C32M10Y0K8 
(32%,10%,0%,8%)
(0.32/0.10/0.00/0.08)	

CMYK percentages

%32.34
%10.21
%0
%7.84

Codes

Color #9FD3EB in popluar color models

9FD3EB
RGB159211235
HSL199°65.52%77.25%
HSB/HSV199°32.34%92.16%
CMYK32.34%10.21%0.00%
7.84%

Color #9FD3EB in popluar number systems.

HEX9FD3EB
Decimal159211235
Binary100111111101001111101011
Octal237323353

Shades and tints

Shades of #9FD3EB

#9FD3EB
(159,211,235)
#91C0D6
(145,192,214)
#83ADC1
(131,173,193)
#759AAC
(117,154,172)
#678797
(103,135,151)
#597482
(89,116,130)
#4B616D
(75,97,109)
#3D4E58
(61,78,88)
#2F3B43
(47,59,67)
#21282E
(33,40,46)
#131519
(19,21,25)
#000000
(0,0,0)

Tints of #9FD3EB

#9FD3EB
(159,211,235)
#A7D7EC
(167,215,236)
#AFDBED
(175,219,237)
#B7DFEE
(183,223,238)
#BFE3EF
(191,227,239)
#C7E7F0
(199,231,240)
#CFEBF1
(207,235,241)
#D7EFF2
(215,239,242)
#DFF3F3
(223,243,243)
#E7F7F4
(231,247,244)
#EFFBF5
(239,251,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9FD3EB color. Also use rgb(159,211,235) instead hex code.

Text Font Color

.myTextColor { color: #9FD3EB; }

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

This text font color is #9FD3EB.


Background Color

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

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

This div background color is #9FD3EB.


Border color

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

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

This div border color is #9FD3EB.


Opacity

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

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

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

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

This text has shadow with #9FD3EB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9FD3EB on black background.


Color preview on white background

This text has color #9FD3EB on white background.



Black color preview on #9FD3EB background

This text has black color on #9FD3EB background.


White color preview on #9FD3EB background

This text has white color on #9FD3EB background.