COLOR #9FCDE4

HEX: #9FCDE4
RGB: (159,205,228)

Color info

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

RGB color model

#9FCDE4 color RGB value is (159,205,228).

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

RGB channels and saturation

R 159 of 255 = 62%
G 205 of 255 = 80%
B 228 of 255 = 89%

159
205
228

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

Portions of RGB colors in percentages

R + G + B =
159 + 205 + 228 = 592 (100%)
R 159 of 592 ~ 26.86%
G 205 of 592 ~ 34.63%
B 228 of 592 ~ 38.51%

%26.86
%34.63
%38.51

CMYK color model

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

  • cyan value is 30.26%
  • magenta value is 10.09%
  • yellow value is 0.00%
  • key color value is 10.59%
CMYK:
(30,10,0,11)
C30M10Y0K11 
(30%,10%,0%,11%)
(0.30/0.10/0.00/0.11)	

CMYK percentages

%30.26
%10.09
%0
%10.59

Codes

Color #9FCDE4 in popluar color models

9FCDE4
RGB159205228
HSL200°56.10%75.88%
HSB/HSV200°30.26%89.41%
CMYK30.26%10.09%0.00%
10.59%

Color #9FCDE4 in popluar number systems.

HEX9FCDE4
Decimal159205228
Binary100111111100110111100100
Octal237315344

Shades and tints

Shades of #9FCDE4

#9FCDE4
(159,205,228)
#91BBD0
(145,187,208)
#83A9BC
(131,169,188)
#7597A8
(117,151,168)
#678594
(103,133,148)
#597380
(89,115,128)
#4B616C
(75,97,108)
#3D4F58
(61,79,88)
#2F3D44
(47,61,68)
#212B30
(33,43,48)
#13191C
(19,25,28)
#000000
(0,0,0)

Tints of #9FCDE4

#9FCDE4
(159,205,228)
#A7D1E6
(167,209,230)
#AFD5E8
(175,213,232)
#B7D9EA
(183,217,234)
#BFDDEC
(191,221,236)
#C7E1EE
(199,225,238)
#CFE5F0
(207,229,240)
#D7E9F2
(215,233,242)
#DFEDF4
(223,237,244)
#E7F1F6
(231,241,246)
#EFF5F8
(239,245,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9FCDE4; }

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

This text font color is #9FCDE4.


Background Color

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

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

This div background color is #9FCDE4.


Border color

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

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

This div border color is #9FCDE4.


Opacity

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

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

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

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

This text has shadow with #9FCDE4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9FCDE4 on black background.


Color preview on white background

This text has color #9FCDE4 on white background.



Black color preview on #9FCDE4 background

This text has black color on #9FCDE4 background.


White color preview on #9FCDE4 background

This text has white color on #9FCDE4 background.