COLOR #9FE2D5

HEX: #9FE2D5
RGB: (159,226,213)

Color info

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

RGB color model

#9FE2D5 color RGB value is (159,226,213).

  • red value is 159;
  • green value is 226;
  • blue value is 213.
RGB:
(159,226,213)
(62%,89%,84%)

RGB channels and saturation

R 159 of 255 = 62%
G 226 of 255 = 89%
B 213 of 255 = 84%

159
226
213

R + G + B ~ 78%. #9FE2D5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
159 + 226 + 213 = 598 (100%)
R 159 of 598 ~ 26.59%
G 226 of 598 ~ 37.79%
B 213 of 598 ~ 35.62%

%26.59
%37.79
%35.62

CMYK color model

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

  • cyan value is 29.65%
  • magenta value is 0.00%
  • yellow value is 5.75%
  • key color value is 11.37%
CMYK:
(30,0,6,11)
C30M0Y6K11 
(30%,0%,6%,11%)
(0.30/0.00/0.06/0.11)	

CMYK percentages

%29.65
%0
%5.75
%11.37

Codes

Color #9FE2D5 in popluar color models

9FE2D5
RGB159226213
HSL168°53.60%75.49%
HSB/HSV168°29.65%88.63%
CMYK29.65%0.00%5.75%
11.37%

Color #9FE2D5 in popluar number systems.

HEX9FE2D5
Decimal159226213
Binary100111111110001011010101
Octal237342325

Shades and tints

Shades of #9FE2D5

#9FE2D5
(159,226,213)
#91CEC2
(145,206,194)
#83BAAF
(131,186,175)
#75A69C
(117,166,156)
#679289
(103,146,137)
#597E76
(89,126,118)
#4B6A63
(75,106,99)
#3D5650
(61,86,80)
#2F423D
(47,66,61)
#212E2A
(33,46,42)
#131A17
(19,26,23)
#000000
(0,0,0)

Tints of #9FE2D5

#9FE2D5
(159,226,213)
#A7E4D8
(167,228,216)
#AFE6DB
(175,230,219)
#B7E8DE
(183,232,222)
#BFEAE1
(191,234,225)
#C7ECE4
(199,236,228)
#CFEEE7
(207,238,231)
#D7F0EA
(215,240,234)
#DFF2ED
(223,242,237)
#E7F4F0
(231,244,240)
#EFF6F3
(239,246,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9FE2D5; }

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

This text font color is #9FE2D5.


Background Color

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

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

This div background color is #9FE2D5.


Border color

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

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

This div border color is #9FE2D5.


Opacity

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

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

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

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

This text has shadow with #9FE2D5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9FE2D5 on black background.


Color preview on white background

This text has color #9FE2D5 on white background.



Black color preview on #9FE2D5 background

This text has black color on #9FE2D5 background.


White color preview on #9FE2D5 background

This text has white color on #9FE2D5 background.