COLOR #9FDEE4

HEX: #9FDEE4 RGB: (159,222,228)

Color info

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

RGB color model

#9FDEE4 color RGB value is (159,222,228).

RGB: (159,222,228) (62%, 87%, 89%)

RGB channels and saturation

R 159 of 255 = 62%
G 222 of 255 = 87%
B 228 of 255 = 89%

159
222
228

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

Portions of RGB colors in percentages

R + G + B = 159 + 222 + 228 = 609 (100%)
R 159 of 609 ~ 26.11%
G 222 of 609 ~ 36.45%
B 228 of 609 ~ 37.44'%

%26.11
%36.45
%37.44

CMYK color model

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

  • cyan value is 30.26%
  • magenta value is 2.63%
  • yellow value is 0.00%
  • key color value is 10.59%

CMYK: (30,3,0,11)
C30M3Y0K11 (30%, 3%, 0%, 11%)
(0.30 / 0.03 / 0.00 / 0.11)

CMYK percentages

%30.26
%2.63
%0
%10.59

Codes

Color #9FDEE4 in popluar color models

9F DE E4
RGB 159 222 228
HSL 185° 56.10% 75.88%
HSB/HSV 185° 30.26% 89.41%
CMYK 30.26% 2.63% 0.00%
10.59%

Color #9FDEE4 in popluar number systems.

HEX 9F DE E4
Decimal 159 222 228
Binary 10011111 11011110 11100100
Octal 237 336 344

Shades and tints

Shades of #9FDEE4

#9FDEE4
(159,222,228)
#91CAD0
(145,202,208)
#83B6BC
(131,182,188)
#75A2A8
(117,162,168)
#678E94
(103,142,148)
#597A80
(89,122,128)
#4B666C
(75,102,108)
#3D5258
(61,82,88)
#2F3E44
(47,62,68)
#212A30
(33,42,48)
#13161C
(19,22,28)
#000000
(0,0,0)

Tints of #9FDEE4

#9FDEE4
(159,222,228)
#A7E1E6
(167,225,230)
#AFE4E8
(175,228,232)
#B7E7EA
(183,231,234)
#BFEAEC
(191,234,236)
#C7EDEE
(199,237,238)
#CFF0F0
(207,240,240)
#D7F3F2
(215,243,242)
#DFF6F4
(223,246,244)
#E7F9F6
(231,249,246)
#EFFCF8
(239,252,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9FDEE4; }

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

This text font color is #9FDEE4.

Background Color

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

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

This div background color is #9FDEE4.

Border color

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

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

This div border color is #9FDEE4.

Opacity

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

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

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

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

This text has shadow with #9FDEE4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9FDEE4.

Preview

Color preview on black background

This text has color #9FDEE4 on black background.


Color preview on white background

This text has color #9FDEE4 on white background.


Black color preview on #9FDEE4 background

This text has black color on #9FDEE4 background.


White color preview on #9FDEE4 background

This text has white color on #9FDEE4 background.


Related colors

Complementary color

Complementary color for #hex is #60211B.


I love getcolorcode.com

Triadic colors

1 #E49FDE and #DEE49F with #9FDEE4 are triadic colors.

2 #E4DE9F and #DE9FE4 with #9FDEE4 are triadic colors.