COLOR #9FB4E4

HEX: #9FB4E4
RGB: (159,180,228)

Color info

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

RGB color model

#9FB4E4 color RGB value is (159,180,228).

  • red value is 159;
  • green value is 180;
  • blue value is 228.
RGB:
(159,180,228)
(62%,71%,89%)

RGB channels and saturation

R 159 of 255 = 62%
G 180 of 255 = 71%
B 228 of 255 = 89%

159
180
228

R + G + B ~ 74%. #9FB4E4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
159 + 180 + 228 = 567 (100%)
R 159 of 567 ~ 28.04%
G 180 of 567 ~ 31.75%
B 228 of 567 ~ 40.21%

%28.04
%31.75
%40.21

CMYK color model

#9FB4E4 color CMYK value is (30,21,0,11).

  • cyan value is 30.26%
  • magenta value is 21.05%
  • yellow value is 0.00%
  • key color value is 10.59%
CMYK:
(30,21,0,11)
C30M21Y0K11 
(30%,21%,0%,11%)
(0.30/0.21/0.00/0.11)	

CMYK percentages

%30.26
%21.05
%0
%10.59

Codes

Color #9FB4E4 in popluar color models

9FB4E4
RGB159180228
HSL222°56.10%75.88%
HSB/HSV222°30.26%89.41%
CMYK30.26%21.05%0.00%
10.59%

Color #9FB4E4 in popluar number systems.

HEX9FB4E4
Decimal159180228
Binary100111111011010011100100
Octal237264344

Shades and tints

Shades of #9FB4E4

#9FB4E4
(159,180,228)
#91A4D0
(145,164,208)
#8394BC
(131,148,188)
#7584A8
(117,132,168)
#677494
(103,116,148)
#596480
(89,100,128)
#4B546C
(75,84,108)
#3D4458
(61,68,88)
#2F3444
(47,52,68)
#212430
(33,36,48)
#13141C
(19,20,28)
#000000
(0,0,0)

Tints of #9FB4E4

#9FB4E4
(159,180,228)
#A7BAE6
(167,186,230)
#AFC0E8
(175,192,232)
#B7C6EA
(183,198,234)
#BFCCEC
(191,204,236)
#C7D2EE
(199,210,238)
#CFD8F0
(207,216,240)
#D7DEF2
(215,222,242)
#DFE4F4
(223,228,244)
#E7EAF6
(231,234,246)
#EFF0F8
(239,240,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9FB4E4 color. Also use rgb(159,180,228) instead hex code.

Text Font Color

.myTextColor { color: #9FB4E4; }

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

This text font color is #9FB4E4.


Background Color

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

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

This div background color is #9FB4E4.


Border color

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

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

This div border color is #9FB4E4.


Opacity

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

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

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

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

This text has shadow with #9FB4E4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9FB4E4 on black background.


Color preview on white background

This text has color #9FB4E4 on white background.



Black color preview on #9FB4E4 background

This text has black color on #9FB4E4 background.


White color preview on #9FB4E4 background

This text has white color on #9FB4E4 background.