COLOR #9FE0C6

HEX: #9FE0C6 RGB: (159,224,198)

Color info

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

RGB color model

#9FE0C6 color RGB value is (159,224,198).

RGB: (159,224,198) (62%, 88%, 78%)

RGB channels and saturation

R 159 of 255 = 62%
G 224 of 255 = 88%
B 198 of 255 = 78%

159
224
198

R + G + B ~ 76%. #9FE0C6 is quite light color.

Portions of RGB colors in percentages

R + G + B = 159 + 224 + 198 = 581 (100%)
R 159 of 581 ~ 27.37%
G 224 of 581 ~ 38.55%
B 198 of 581 ~ 34.08'%

%27.37
%38.55
%34.08

CMYK color model

#9FE0C6 color CMYK value is (29,0,12,12).

  • cyan value is 29.02%
  • magenta value is 0.00%
  • yellow value is 11.61%
  • key color value is 12.16%
CMYK: (29,0,12,12) C29M0Y12K12 (29%,0%,12%,12%) (0.29/0.00/0.12/0.12) 

CMYK percentages

%29.02
%0
%11.61
%12.16

Codes

Color #9FE0C6 in popluar color models

9F E0 C6
RGB 159 224 198
HSL 156° 51.18% 75.10%
HSB/HSV 156° 29.02% 87.84%
CMYK 29.02% 0.00% 11.61%
12.16%

Color #9FE0C6 in popluar number systems.

HEX 9F E0 C6
Decimal 159 224 198
Binary 10011111 11100000 11000110
Octal 237 340 306

Shades and tints

Shades of #9FE0C6

#9FE0C6
(159,224,198)
#91CCB4
(145,204,180)
#83B8A2
(131,184,162)
#75A490
(117,164,144)
#67907E
(103,144,126)
#597C6C
(89,124,108)
#4B685A
(75,104,90)
#3D5448
(61,84,72)
#2F4036
(47,64,54)
#212C24
(33,44,36)
#131812
(19,24,18)
#000000
(0,0,0)

Tints of #9FE0C6

#9FE0C6
(159,224,198)
#A7E2CB
(167,226,203)
#AFE4D0
(175,228,208)
#B7E6D5
(183,230,213)
#BFE8DA
(191,232,218)
#C7EADF
(199,234,223)
#CFECE4
(207,236,228)
#D7EEE9
(215,238,233)
#DFF0EE
(223,240,238)
#E7F2F3
(231,242,243)
#EFF4F8
(239,244,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9FE0C6 color. Also use rgb(159,224,198) instead hex code.

Text Font Color

.myTextColor { color: #9FE0C6; }

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

This text font color is #9FE0C6.

Background Color

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

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

This div background color is #9FE0C6.

Border color

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

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

This div border color is #9FE0C6.

Opacity

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

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

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

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

This text has shadow with #9FE0C6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9FE0C6.

Preview

Color preview on black background

This text has color #9FE0C6 on black background.


Color preview on white background

This text has color #9FE0C6 on white background.


Black color preview on #9FE0C6 background

This text has black color on #9FE0C6 background.


White color preview on #9FE0C6 background

This text has white color on #9FE0C6 background.


Related colors

Complementary color

Complementary color for #hex is #601F39.


I love getcolorcode.com

Triadic colors

1 #C69FE0 and #E0C69F with #9FE0C6 are triadic colors.

2 #C6E09F and #E09FC6 with #9FE0C6 are triadic colors.