COLOR #9FE6CC

HEX: #9FE6CC RGB: (159,230,204)

Color info

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

RGB color model

#9FE6CC color RGB value is (159,230,204).

RGB: (159,230,204) (62%, 90%, 80%)

RGB channels and saturation

R 159 of 255 = 62%
G 230 of 255 = 90%
B 204 of 255 = 80%

159
230
204

R + G + B ~ 77%. #9FE6CC is quite light color.

Portions of RGB colors in percentages

R + G + B = 159 + 230 + 204 = 593 (100%)
R 159 of 593 ~ 26.81%
G 230 of 593 ~ 38.79%
B 204 of 593 ~ 34.4'%

%26.81
%38.79
%34.4

CMYK color model

#9FE6CC color CMYK value is (31,0,11,10).

  • cyan value is 30.87%
  • magenta value is 0.00%
  • yellow value is 11.30%
  • key color value is 9.80%
CMYK: (31,0,11,10) C31M0Y11K10 (31%,0%,11%,10%) (0.31/0.00/0.11/0.10) 

CMYK percentages

%30.87
%0
%11.3
%9.8

Codes

Color #9FE6CC in popluar color models

9F E6 CC
RGB 159 230 204
HSL 158° 58.68% 76.27%
HSB/HSV 158° 30.87% 90.20%
CMYK 30.87% 0.00% 11.30%
9.80%

Color #9FE6CC in popluar number systems.

HEX 9F E6 CC
Decimal 159 230 204
Binary 10011111 11100110 11001100
Octal 237 346 314

Shades and tints

Shades of #9FE6CC

#9FE6CC
(159,230,204)
#91D2BA
(145,210,186)
#83BEA8
(131,190,168)
#75AA96
(117,170,150)
#679684
(103,150,132)
#598272
(89,130,114)
#4B6E60
(75,110,96)
#3D5A4E
(61,90,78)
#2F463C
(47,70,60)
#21322A
(33,50,42)
#131E18
(19,30,24)
#000000
(0,0,0)

Tints of #9FE6CC

#9FE6CC
(159,230,204)
#A7E8D0
(167,232,208)
#AFEAD4
(175,234,212)
#B7ECD8
(183,236,216)
#BFEEDC
(191,238,220)
#C7F0E0
(199,240,224)
#CFF2E4
(207,242,228)
#D7F4E8
(215,244,232)
#DFF6EC
(223,246,236)
#E7F8F0
(231,248,240)
#EFFAF4
(239,250,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9FE6CC color. Also use rgb(159,230,204) instead hex code.

Text Font Color

.myTextColor { color: #9FE6CC; }

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

This text font color is #9FE6CC.

Background Color

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

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

This div background color is #9FE6CC.

Border color

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

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

This div border color is #9FE6CC.

Opacity

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

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

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

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

This text has shadow with #9FE6CC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9FE6CC.

Preview

Color preview on black background

This text has color #9FE6CC on black background.


Color preview on white background

This text has color #9FE6CC on white background.


Black color preview on #9FE6CC background

This text has black color on #9FE6CC background.


White color preview on #9FE6CC background

This text has white color on #9FE6CC background.


Related colors

Complementary color

Complementary color for #hex is #601933.


I love getcolorcode.com

Triadic colors

1 #CC9FE6 and #E6CC9F with #9FE6CC are triadic colors.

2 #CCE69F and #E69FCC with #9FE6CC are triadic colors.