COLOR #9FE3C8

HEX: #9FE3C8 RGB: (159,227,200)

Color info

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

RGB color model

#9FE3C8 color RGB value is (159,227,200).

RGB: (159,227,200) (62%, 89%, 78%)

RGB channels and saturation

R 159 of 255 = 62%
G 227 of 255 = 89%
B 200 of 255 = 78%

159
227
200

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

Portions of RGB colors in percentages

R + G + B = 159 + 227 + 200 = 586 (100%)
R 159 of 586 ~ 27.13%
G 227 of 586 ~ 38.74%
B 200 of 586 ~ 34.13'%

%27.13
%38.74
%34.13

CMYK color model

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

  • cyan value is 29.96%
  • magenta value is 0.00%
  • yellow value is 11.89%
  • key color value is 10.98%

CMYK: (30,0,12,11)
C30M0Y12K11 (30%, 0%, 12%, 11%)
(0.30 / 0.00 / 0.12 / 0.11)

CMYK percentages

%29.96
%0
%11.89
%10.98

Codes

Color #9FE3C8 in popluar color models

9F E3 C8
RGB 159 227 200
HSL 156° 54.84% 75.69%
HSB/HSV 156° 29.96% 89.02%
CMYK 29.96% 0.00% 11.89%
10.98%

Color #9FE3C8 in popluar number systems.

HEX 9F E3 C8
Decimal 159 227 200
Binary 10011111 11100011 11001000
Octal 237 343 310

Shades and tints

Shades of #9FE3C8

#9FE3C8
(159,227,200)
#91CFB6
(145,207,182)
#83BBA4
(131,187,164)
#75A792
(117,167,146)
#679380
(103,147,128)
#597F6E
(89,127,110)
#4B6B5C
(75,107,92)
#3D574A
(61,87,74)
#2F4338
(47,67,56)
#212F26
(33,47,38)
#131B14
(19,27,20)
#000000
(0,0,0)

Tints of #9FE3C8

#9FE3C8
(159,227,200)
#A7E5CD
(167,229,205)
#AFE7D2
(175,231,210)
#B7E9D7
(183,233,215)
#BFEBDC
(191,235,220)
#C7EDE1
(199,237,225)
#CFEFE6
(207,239,230)
#D7F1EB
(215,241,235)
#DFF3F0
(223,243,240)
#E7F5F5
(231,245,245)
#EFF7FA
(239,247,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9FE3C8 color. Also use rgb(159,227,200) instead hex code.

Text Font Color

.myTextColor { color: #9FE3C8; }

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

This text font color is #9FE3C8.

Background Color

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

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

This div background color is #9FE3C8.

Border color

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

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

This div border color is #9FE3C8.

Opacity

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

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

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

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

This text has shadow with #9FE3C8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9FE3C8.

Preview

Color preview on black background

This text has color #9FE3C8 on black background.


Color preview on white background

This text has color #9FE3C8 on white background.


Black color preview on #9FE3C8 background

This text has black color on #9FE3C8 background.


White color preview on #9FE3C8 background

This text has white color on #9FE3C8 background.


Related colors

Complementary color

Complementary color for #hex is #601C37.


I love getcolorcode.com

Triadic colors

1 #C89FE3 and #E3C89F with #9FE3C8 are triadic colors.

2 #C8E39F and #E39FC8 with #9FE3C8 are triadic colors.