COLOR #9FDEAD

HEX: #9FDEAD
RGB: (159,222,173)

Color info

#9FDEAD contains mainly green and blue colors. Web safe color of #9FDEAD is #99CC99 (or #9C9).

RGB color model

#9FDEAD color RGB value is (159,222,173).

  • red value is 159;
  • green value is 222;
  • blue value is 173.
RGB:
(159,222,173)
(62%,87%,68%)

RGB channels and saturation

R 159 of 255 = 62%
G 222 of 255 = 87%
B 173 of 255 = 68%

159
222
173

R + G + B ~ 72%. #9FDEAD is quite light color.

Portions of RGB colors in percentages

R + G + B =
159 + 222 + 173 = 554 (100%)
R 159 of 554 ~ 28.7%
G 222 of 554 ~ 40.07%
B 173 of 554 ~ 31.23%

%28.7
%40.07
%31.23

CMYK color model

#9FDEAD color CMYK value is (28,0,22,13).

  • cyan value is 28.38%
  • magenta value is 0.00%
  • yellow value is 22.07%
  • key color value is 12.94%
CMYK:
(28,0,22,13)
C28M0Y22K13 
(28%,0%,22%,13%)
(0.28/0.00/0.22/0.13)	

CMYK percentages

%28.38
%0
%22.07
%12.94

Codes

Color #9FDEAD in popluar color models

9FDEAD
RGB159222173
HSL133°48.84%74.71%
HSB/HSV133°28.38%87.06%
CMYK28.38%0.00%22.07%
12.94%

Color #9FDEAD in popluar number systems.

HEX9FDEAD
Decimal159222173
Binary100111111101111010101101
Octal237336255

Shades and tints

Shades of #9FDEAD

#9FDEAD
(159,222,173)
#91CA9E
(145,202,158)
#83B68F
(131,182,143)
#75A280
(117,162,128)
#678E71
(103,142,113)
#597A62
(89,122,98)
#4B6653
(75,102,83)
#3D5244
(61,82,68)
#2F3E35
(47,62,53)
#212A26
(33,42,38)
#131617
(19,22,23)
#000000
(0,0,0)

Tints of #9FDEAD

#9FDEAD
(159,222,173)
#A7E1B4
(167,225,180)
#AFE4BB
(175,228,187)
#B7E7C2
(183,231,194)
#BFEAC9
(191,234,201)
#C7EDD0
(199,237,208)
#CFF0D7
(207,240,215)
#D7F3DE
(215,243,222)
#DFF6E5
(223,246,229)
#E7F9EC
(231,249,236)
#EFFCF3
(239,252,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9FDEAD; }

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

This text font color is #9FDEAD.


Background Color

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

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

This div background color is #9FDEAD.


Border color

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

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

This div border color is #9FDEAD.


Opacity

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

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

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

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

This text has shadow with #9FDEAD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9FDEAD on black background.


Color preview on white background

This text has color #9FDEAD on white background.



Black color preview on #9FDEAD background

This text has black color on #9FDEAD background.


White color preview on #9FDEAD background

This text has white color on #9FDEAD background.