COLOR #9FE4D3

HEX: #9FE4D3
RGB: (159,228,211)

Color info

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

RGB color model

#9FE4D3 color RGB value is (159,228,211).

  • red value is 159;
  • green value is 228;
  • blue value is 211.
RGB:
(159,228,211)
(62%,89%,83%)

RGB channels and saturation

R 159 of 255 = 62%
G 228 of 255 = 89%
B 211 of 255 = 83%

159
228
211

R + G + B ~ 78%. #9FE4D3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
159 + 228 + 211 = 598 (100%)
R 159 of 598 ~ 26.59%
G 228 of 598 ~ 38.13%
B 211 of 598 ~ 35.28%

%26.59
%38.13
%35.28

CMYK color model

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

  • cyan value is 30.26%
  • magenta value is 0.00%
  • yellow value is 7.46%
  • key color value is 10.59%
CMYK:
(30,0,7,11)
C30M0Y7K11 
(30%,0%,7%,11%)
(0.30/0.00/0.07/0.11)	

CMYK percentages

%30.26
%0
%7.46
%10.59

Codes

Color #9FE4D3 in popluar color models

9FE4D3
RGB159228211
HSL165°56.10%75.88%
HSB/HSV165°30.26%89.41%
CMYK30.26%0.00%7.46%
10.59%

Color #9FE4D3 in popluar number systems.

HEX9FE4D3
Decimal159228211
Binary100111111110010011010011
Octal237344323

Shades and tints

Shades of #9FE4D3

#9FE4D3
(159,228,211)
#91D0C0
(145,208,192)
#83BCAD
(131,188,173)
#75A89A
(117,168,154)
#679487
(103,148,135)
#598074
(89,128,116)
#4B6C61
(75,108,97)
#3D584E
(61,88,78)
#2F443B
(47,68,59)
#213028
(33,48,40)
#131C15
(19,28,21)
#000000
(0,0,0)

Tints of #9FE4D3

#9FE4D3
(159,228,211)
#A7E6D7
(167,230,215)
#AFE8DB
(175,232,219)
#B7EADF
(183,234,223)
#BFECE3
(191,236,227)
#C7EEE7
(199,238,231)
#CFF0EB
(207,240,235)
#D7F2EF
(215,242,239)
#DFF4F3
(223,244,243)
#E7F6F7
(231,246,247)
#EFF8FB
(239,248,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9FE4D3; }

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

This text font color is #9FE4D3.


Background Color

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

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

This div background color is #9FE4D3.


Border color

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

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

This div border color is #9FE4D3.


Opacity

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

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

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

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

This text has shadow with #9FE4D3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9FE4D3 on black background.


Color preview on white background

This text has color #9FE4D3 on white background.



Black color preview on #9FE4D3 background

This text has black color on #9FE4D3 background.


White color preview on #9FE4D3 background

This text has white color on #9FE4D3 background.