COLOR #9FE5DE

HEX: #9FE5DE RGB: (159,229,222)

Color info

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

RGB color model

#9FE5DE color RGB value is (159,229,222).

RGB: (159,229,222) (62%, 90%, 87%)

RGB channels and saturation

R 159 of 255 = 62%
G 229 of 255 = 90%
B 222 of 255 = 87%

159
229
222

R + G + B ~ 80%. #9FE5DE is quite light color.

Portions of RGB colors in percentages

R + G + B = 159 + 229 + 222 = 610 (100%)
R 159 of 610 ~ 26.07%
G 229 of 610 ~ 37.54%
B 222 of 610 ~ 36.39'%

%26.07
%37.54
%36.39

CMYK color model

#9FE5DE color CMYK value is (31,0,3,10).

  • cyan value is 30.57%
  • magenta value is 0.00%
  • yellow value is 3.06%
  • key color value is 10.20%

CMYK: (31,0,3,10)
C31M0Y3K10 (31%, 0%, 3%, 10%)
(0.31 / 0.00 / 0.03 / 0.10)

CMYK percentages

%30.57
%0
%3.06
%10.2

Codes

Color #9FE5DE in popluar color models

9F E5 DE
RGB 159 229 222
HSL 174° 57.38% 76.08%
HSB/HSV 174° 30.57% 89.80%
CMYK 30.57% 0.00% 3.06%
10.20%

Color #9FE5DE in popluar number systems.

HEX 9F E5 DE
Decimal 159 229 222
Binary 10011111 11100101 11011110
Octal 237 345 336

Shades and tints

Shades of #9FE5DE

#9FE5DE
(159,229,222)
#91D1CA
(145,209,202)
#83BDB6
(131,189,182)
#75A9A2
(117,169,162)
#67958E
(103,149,142)
#59817A
(89,129,122)
#4B6D66
(75,109,102)
#3D5952
(61,89,82)
#2F453E
(47,69,62)
#21312A
(33,49,42)
#131D16
(19,29,22)
#000000
(0,0,0)

Tints of #9FE5DE

#9FE5DE
(159,229,222)
#A7E7E1
(167,231,225)
#AFE9E4
(175,233,228)
#B7EBE7
(183,235,231)
#BFEDEA
(191,237,234)
#C7EFED
(199,239,237)
#CFF1F0
(207,241,240)
#D7F3F3
(215,243,243)
#DFF5F6
(223,245,246)
#E7F7F9
(231,247,249)
#EFF9FC
(239,249,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9FE5DE; }

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

This text font color is #9FE5DE.

Background Color

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

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

This div background color is #9FE5DE.

Border color

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

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

This div border color is #9FE5DE.

Opacity

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

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

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

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

This text has shadow with #9FE5DE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9FE5DE.

Preview

Color preview on black background

This text has color #9FE5DE on black background.


Color preview on white background

This text has color #9FE5DE on white background.


Black color preview on #9FE5DE background

This text has black color on #9FE5DE background.


White color preview on #9FE5DE background

This text has white color on #9FE5DE background.


Related colors

Complementary color

Complementary color for #hex is #601A21.


I love getcolorcode.com

Triadic colors

1 #DE9FE5 and #E5DE9F with #9FE5DE are triadic colors.

2 #DEE59F and #E59FDE with #9FE5DE are triadic colors.