COLOR #9FCFE4

HEX: #9FCFE4
RGB: (159,207,228)

Color info

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

RGB color model

#9FCFE4 color RGB value is (159,207,228).

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

RGB channels and saturation

R 159 of 255 = 62%
G 207 of 255 = 81%
B 228 of 255 = 89%

159
207
228

R + G + B ~ 77%. #9FCFE4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
159 + 207 + 228 = 594 (100%)
R 159 of 594 ~ 26.77%
G 207 of 594 ~ 34.85%
B 228 of 594 ~ 38.38%

%26.77
%34.85
%38.38

CMYK color model

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

  • cyan value is 30.26%
  • magenta value is 9.21%
  • yellow value is 0.00%
  • key color value is 10.59%
CMYK:
(30,9,0,11)
C30M9Y0K11 
(30%,9%,0%,11%)
(0.30/0.09/0.00/0.11)	

CMYK percentages

%30.26
%9.21
%0
%10.59

Codes

Color #9FCFE4 in popluar color models

9FCFE4
RGB159207228
HSL198°56.10%75.88%
HSB/HSV198°30.26%89.41%
CMYK30.26%9.21%0.00%
10.59%

Color #9FCFE4 in popluar number systems.

HEX9FCFE4
Decimal159207228
Binary100111111100111111100100
Octal237317344

Shades and tints

Shades of #9FCFE4

#9FCFE4
(159,207,228)
#91BDD0
(145,189,208)
#83ABBC
(131,171,188)
#7599A8
(117,153,168)
#678794
(103,135,148)
#597580
(89,117,128)
#4B636C
(75,99,108)
#3D5158
(61,81,88)
#2F3F44
(47,63,68)
#212D30
(33,45,48)
#131B1C
(19,27,28)
#000000
(0,0,0)

Tints of #9FCFE4

#9FCFE4
(159,207,228)
#A7D3E6
(167,211,230)
#AFD7E8
(175,215,232)
#B7DBEA
(183,219,234)
#BFDFEC
(191,223,236)
#C7E3EE
(199,227,238)
#CFE7F0
(207,231,240)
#D7EBF2
(215,235,242)
#DFEFF4
(223,239,244)
#E7F3F6
(231,243,246)
#EFF7F8
(239,247,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9FCFE4; }

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

This text font color is #9FCFE4.


Background Color

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

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

This div background color is #9FCFE4.


Border color

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

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

This div border color is #9FCFE4.


Opacity

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

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

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

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

This text has shadow with #9FCFE4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9FCFE4 on black background.


Color preview on white background

This text has color #9FCFE4 on white background.



Black color preview on #9FCFE4 background

This text has black color on #9FCFE4 background.


White color preview on #9FCFE4 background

This text has white color on #9FCFE4 background.