COLOR #9FE5D5

HEX: #9FE5D5 RGB: (159,229,213)

Color info

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

RGB color model

#9FE5D5 color RGB value is (159,229,213).

RGB: (159,229,213) (62%, 90%, 84%)

RGB channels and saturation

R 159 of 255 = 62%
G 229 of 255 = 90%
B 213 of 255 = 84%

159
229
213

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

Portions of RGB colors in percentages

R + G + B = 159 + 229 + 213 = 601 (100%)
R 159 of 601 ~ 26.46%
G 229 of 601 ~ 38.1%
B 213 of 601 ~ 35.44'%

%26.46
%38.1
%35.44

CMYK color model

#9FE5D5 color CMYK value is (31,0,7,10).

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

CMYK: (31,0,7,10)
C31M0Y7K10 (31%, 0%, 7%, 10%)
(0.31 / 0.00 / 0.07 / 0.10)

CMYK percentages

%30.57
%0
%6.99
%10.2

Codes

Color #9FE5D5 in popluar color models

9F E5 D5
RGB 159 229 213
HSL 166° 57.38% 76.08%
HSB/HSV 166° 30.57% 89.80%
CMYK 30.57% 0.00% 6.99%
10.20%

Color #9FE5D5 in popluar number systems.

HEX 9F E5 D5
Decimal 159 229 213
Binary 10011111 11100101 11010101
Octal 237 345 325

Shades and tints

Shades of #9FE5D5

#9FE5D5
(159,229,213)
#91D1C2
(145,209,194)
#83BDAF
(131,189,175)
#75A99C
(117,169,156)
#679589
(103,149,137)
#598176
(89,129,118)
#4B6D63
(75,109,99)
#3D5950
(61,89,80)
#2F453D
(47,69,61)
#21312A
(33,49,42)
#131D17
(19,29,23)
#000000
(0,0,0)

Tints of #9FE5D5

#9FE5D5
(159,229,213)
#A7E7D8
(167,231,216)
#AFE9DB
(175,233,219)
#B7EBDE
(183,235,222)
#BFEDE1
(191,237,225)
#C7EFE4
(199,239,228)
#CFF1E7
(207,241,231)
#D7F3EA
(215,243,234)
#DFF5ED
(223,245,237)
#E7F7F0
(231,247,240)
#EFF9F3
(239,249,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9FE5D5; }

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

This text font color is #9FE5D5.

Background Color

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

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

This div background color is #9FE5D5.

Border color

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

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

This div border color is #9FE5D5.

Opacity

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

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

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

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

This text has shadow with #9FE5D5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9FE5D5.

Preview

Color preview on black background

This text has color #9FE5D5 on black background.


Color preview on white background

This text has color #9FE5D5 on white background.


Black color preview on #9FE5D5 background

This text has black color on #9FE5D5 background.


White color preview on #9FE5D5 background

This text has white color on #9FE5D5 background.


Related colors

Complementary color

Complementary color for #hex is #601A2A.


I love getcolorcode.com

Triadic colors

1 #D59FE5 and #E5D59F with #9FE5D5 are triadic colors.

2 #D5E59F and #E59FD5 with #9FE5D5 are triadic colors.