COLOR #9FCE9E

HEX: #9FCE9E
RGB: (159,206,158)

Color info

#9FCE9E contains red, green and blue colors in about the same proportion. Web safe color of #9FCE9E is #99CC99 (or #9C9).

RGB color model

#9FCE9E color RGB value is (159,206,158).

  • red value is 159;
  • green value is 206;
  • blue value is 158.
RGB:
(159,206,158)
(62%,81%,62%)

RGB channels and saturation

R 159 of 255 = 62%
G 206 of 255 = 81%
B 158 of 255 = 62%

159
206
158

R + G + B ~ 68%. #9FCE9E is quite light color.

Portions of RGB colors in percentages

R + G + B =
159 + 206 + 158 = 523 (100%)
R 159 of 523 ~ 30.4%
G 206 of 523 ~ 39.39%
B 158 of 523 ~ 30.21%

%30.4
%39.39
%30.21

CMYK color model

#9FCE9E color CMYK value is (23,0,23,19).

  • cyan value is 22.82%
  • magenta value is 0.00%
  • yellow value is 23.30%
  • key color value is 19.22%
CMYK:
(23,0,23,19)
C23M0Y23K19 
(23%,0%,23%,19%)
(0.23/0.00/0.23/0.19)	

CMYK percentages

%22.82
%0
%23.3
%19.22

Codes

Color #9FCE9E in popluar color models

9FCE9E
RGB159206158
HSL119°32.88%71.37%
HSB/HSV119°23.30%80.78%
CMYK22.82%0.00%23.30%
19.22%

Color #9FCE9E in popluar number systems.

HEX9FCE9E
Decimal159206158
Binary100111111100111010011110
Octal237316236

Shades and tints

Shades of #9FCE9E

#9FCE9E
(159,206,158)
#91BC90
(145,188,144)
#83AA82
(131,170,130)
#759874
(117,152,116)
#678666
(103,134,102)
#597458
(89,116,88)
#4B624A
(75,98,74)
#3D503C
(61,80,60)
#2F3E2E
(47,62,46)
#212C20
(33,44,32)
#131A12
(19,26,18)
#000000
(0,0,0)

Tints of #9FCE9E

#9FCE9E
(159,206,158)
#A7D2A6
(167,210,166)
#AFD6AE
(175,214,174)
#B7DAB6
(183,218,182)
#BFDEBE
(191,222,190)
#C7E2C6
(199,226,198)
#CFE6CE
(207,230,206)
#D7EAD6
(215,234,214)
#DFEEDE
(223,238,222)
#E7F2E6
(231,242,230)
#EFF6EE
(239,246,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9FCE9E color. Also use rgb(159,206,158) instead hex code.

Text Font Color

.myTextColor { color: #9FCE9E; }

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

This text font color is #9FCE9E.


Background Color

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

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

This div background color is #9FCE9E.


Border color

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

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

This div border color is #9FCE9E.


Opacity

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

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

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

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

This text has shadow with #9FCE9E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9FCE9E on black background.


Color preview on white background

This text has color #9FCE9E on white background.



Black color preview on #9FCE9E background

This text has black color on #9FCE9E background.


White color preview on #9FCE9E background

This text has white color on #9FCE9E background.