COLOR #9FE4CC

HEX: #9FE4CC RGB: (159,228,204)

Color info

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

RGB color model

#9FE4CC color RGB value is (159,228,204).

RGB: (159,228,204) (62%, 89%, 80%)

RGB channels and saturation

R 159 of 255 = 62%
G 228 of 255 = 89%
B 204 of 255 = 80%

159
228
204

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

Portions of RGB colors in percentages

R + G + B = 159 + 228 + 204 = 591 (100%)
R 159 of 591 ~ 26.9%
G 228 of 591 ~ 38.58%
B 204 of 591 ~ 34.52'%

%26.9
%38.58
%34.52

CMYK color model

#9FE4CC color CMYK value is (30,0,11,11).

  • cyan value is 30.26%
  • magenta value is 0.00%
  • yellow value is 10.53%
  • key color value is 10.59%
CMYK: (30,0,11,11) C30M0Y11K11 (30%,0%,11%,11%) (0.30/0.00/0.11/0.11) 

CMYK percentages

%30.26
%0
%10.53
%10.59

Codes

Color #9FE4CC in popluar color models

9F E4 CC
RGB 159 228 204
HSL 159° 56.10% 75.88%
HSB/HSV 159° 30.26% 89.41%
CMYK 30.26% 0.00% 10.53%
10.59%

Color #9FE4CC in popluar number systems.

HEX 9F E4 CC
Decimal 159 228 204
Binary 10011111 11100100 11001100
Octal 237 344 314

Shades and tints

Shades of #9FE4CC

#9FE4CC
(159,228,204)
#91D0BA
(145,208,186)
#83BCA8
(131,188,168)
#75A896
(117,168,150)
#679484
(103,148,132)
#598072
(89,128,114)
#4B6C60
(75,108,96)
#3D584E
(61,88,78)
#2F443C
(47,68,60)
#21302A
(33,48,42)
#131C18
(19,28,24)
#000000
(0,0,0)

Tints of #9FE4CC

#9FE4CC
(159,228,204)
#A7E6D0
(167,230,208)
#AFE8D4
(175,232,212)
#B7EAD8
(183,234,216)
#BFECDC
(191,236,220)
#C7EEE0
(199,238,224)
#CFF0E4
(207,240,228)
#D7F2E8
(215,242,232)
#DFF4EC
(223,244,236)
#E7F6F0
(231,246,240)
#EFF8F4
(239,248,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9FE4CC; }

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

This text font color is #9FE4CC.

Background Color

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

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

This div background color is #9FE4CC.

Border color

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

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

This div border color is #9FE4CC.

Opacity

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

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

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

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

This text has shadow with #9FE4CC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9FE4CC.

Preview

Color preview on black background

This text has color #9FE4CC on black background.


Color preview on white background

This text has color #9FE4CC on white background.


Black color preview on #9FE4CC background

This text has black color on #9FE4CC background.


White color preview on #9FE4CC background

This text has white color on #9FE4CC background.


Related colors

Complementary color

Complementary color for #hex is #601B33.


I love getcolorcode.com

Triadic colors

1 #CC9FE4 and #E4CC9F with #9FE4CC are triadic colors.

2 #CCE49F and #E49FCC with #9FE4CC are triadic colors.