COLOR #9FE3C1

HEX: #9FE3C1
RGB: (159,227,193)

Color info

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

RGB color model

#9FE3C1 color RGB value is (159,227,193).

  • red value is 159;
  • green value is 227;
  • blue value is 193.
RGB:
(159,227,193)
(62%,89%,76%)

RGB channels and saturation

R 159 of 255 = 62%
G 227 of 255 = 89%
B 193 of 255 = 76%

159
227
193

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

Portions of RGB colors in percentages

R + G + B =
159 + 227 + 193 = 579 (100%)
R 159 of 579 ~ 27.46%
G 227 of 579 ~ 39.21%
B 193 of 579 ~ 33.33%

%27.46
%39.21
%33.33

CMYK color model

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

  • cyan value is 29.96%
  • magenta value is 0.00%
  • yellow value is 14.98%
  • key color value is 10.98%
CMYK:
(30,0,15,11)
C30M0Y15K11 
(30%,0%,15%,11%)
(0.30/0.00/0.15/0.11)	

CMYK percentages

%29.96
%0
%14.98
%10.98

Codes

Color #9FE3C1 in popluar color models

9FE3C1
RGB159227193
HSL150°54.84%75.69%
HSB/HSV150°29.96%89.02%
CMYK29.96%0.00%14.98%
10.98%

Color #9FE3C1 in popluar number systems.

HEX9FE3C1
Decimal159227193
Binary100111111110001111000001
Octal237343301

Shades and tints

Shades of #9FE3C1

#9FE3C1
(159,227,193)
#91CFB0
(145,207,176)
#83BB9F
(131,187,159)
#75A78E
(117,167,142)
#67937D
(103,147,125)
#597F6C
(89,127,108)
#4B6B5B
(75,107,91)
#3D574A
(61,87,74)
#2F4339
(47,67,57)
#212F28
(33,47,40)
#131B17
(19,27,23)
#000000
(0,0,0)

Tints of #9FE3C1

#9FE3C1
(159,227,193)
#A7E5C6
(167,229,198)
#AFE7CB
(175,231,203)
#B7E9D0
(183,233,208)
#BFEBD5
(191,235,213)
#C7EDDA
(199,237,218)
#CFEFDF
(207,239,223)
#D7F1E4
(215,241,228)
#DFF3E9
(223,243,233)
#E7F5EE
(231,245,238)
#EFF7F3
(239,247,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9FE3C1; }

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

This text font color is #9FE3C1.


Background Color

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

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

This div background color is #9FE3C1.


Border color

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

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

This div border color is #9FE3C1.


Opacity

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

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

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

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

This text has shadow with #9FE3C1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9FE3C1 on black background.


Color preview on white background

This text has color #9FE3C1 on white background.



Black color preview on #9FE3C1 background

This text has black color on #9FE3C1 background.


White color preview on #9FE3C1 background

This text has white color on #9FE3C1 background.