COLOR #9FDEA3

HEX: #9FDEA3
RGB: (159,222,163)

Color info

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

RGB color model

#9FDEA3 color RGB value is (159,222,163).

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

RGB channels and saturation

R 159 of 255 = 62%
G 222 of 255 = 87%
B 163 of 255 = 64%

159
222
163

R + G + B ~ 71%. #9FDEA3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
159 + 222 + 163 = 544 (100%)
R 159 of 544 ~ 29.23%
G 222 of 544 ~ 40.81%
B 163 of 544 ~ 29.96%

%29.23
%40.81
%29.96

CMYK color model

#9FDEA3 color CMYK value is (28,0,27,13).

  • cyan value is 28.38%
  • magenta value is 0.00%
  • yellow value is 26.58%
  • key color value is 12.94%
CMYK:
(28,0,27,13)
C28M0Y27K13 
(28%,0%,27%,13%)
(0.28/0.00/0.27/0.13)	

CMYK percentages

%28.38
%0
%26.58
%12.94

Codes

Color #9FDEA3 in popluar color models

9FDEA3
RGB159222163
HSL124°48.84%74.71%
HSB/HSV124°28.38%87.06%
CMYK28.38%0.00%26.58%
12.94%

Color #9FDEA3 in popluar number systems.

HEX9FDEA3
Decimal159222163
Binary100111111101111010100011
Octal237336243

Shades and tints

Shades of #9FDEA3

#9FDEA3
(159,222,163)
#91CA95
(145,202,149)
#83B687
(131,182,135)
#75A279
(117,162,121)
#678E6B
(103,142,107)
#597A5D
(89,122,93)
#4B664F
(75,102,79)
#3D5241
(61,82,65)
#2F3E33
(47,62,51)
#212A25
(33,42,37)
#131617
(19,22,23)
#000000
(0,0,0)

Tints of #9FDEA3

#9FDEA3
(159,222,163)
#A7E1AB
(167,225,171)
#AFE4B3
(175,228,179)
#B7E7BB
(183,231,187)
#BFEAC3
(191,234,195)
#C7EDCB
(199,237,203)
#CFF0D3
(207,240,211)
#D7F3DB
(215,243,219)
#DFF6E3
(223,246,227)
#E7F9EB
(231,249,235)
#EFFCF3
(239,252,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9FDEA3; }

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

This text font color is #9FDEA3.


Background Color

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

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

This div background color is #9FDEA3.


Border color

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

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

This div border color is #9FDEA3.


Opacity

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

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

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

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

This text has shadow with #9FDEA3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9FDEA3 on black background.


Color preview on white background

This text has color #9FDEA3 on white background.



Black color preview on #9FDEA3 background

This text has black color on #9FDEA3 background.


White color preview on #9FDEA3 background

This text has white color on #9FDEA3 background.