COLOR #9FE4EA

HEX: #9FE4EA
RGB: (159,228,234)

Color info

#9FE4EA contains mainly green and blue colors. Web safe color of #9FE4EA is #99CCFF (or #9CF).

RGB color model

#9FE4EA color RGB value is (159,228,234).

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

RGB channels and saturation

R 159 of 255 = 62%
G 228 of 255 = 89%
B 234 of 255 = 92%

159
228
234

R + G + B ~ 81%. #9FE4EA is quite light color.

Portions of RGB colors in percentages

R + G + B =
159 + 228 + 234 = 621 (100%)
R 159 of 621 ~ 25.6%
G 228 of 621 ~ 36.71%
B 234 of 621 ~ 37.68%

%25.6
%36.71
%37.68

CMYK color model

#9FE4EA color CMYK value is (32,3,0,8).

  • cyan value is 32.05%
  • magenta value is 2.56%
  • yellow value is 0.00%
  • key color value is 8.24%
CMYK:
(32,3,0,8)
C32M3Y0K8 
(32%,3%,0%,8%)
(0.32/0.03/0.00/0.08)	

CMYK percentages

%32.05
%2.56
%0
%8.24

Codes

Color #9FE4EA in popluar color models

9FE4EA
RGB159228234
HSL185°64.10%77.06%
HSB/HSV185°32.05%91.76%
CMYK32.05%2.56%0.00%
8.24%

Color #9FE4EA in popluar number systems.

HEX9FE4EA
Decimal159228234
Binary100111111110010011101010
Octal237344352

Shades and tints

Shades of #9FE4EA

#9FE4EA
(159,228,234)
#91D0D5
(145,208,213)
#83BCC0
(131,188,192)
#75A8AB
(117,168,171)
#679496
(103,148,150)
#598081
(89,128,129)
#4B6C6C
(75,108,108)
#3D5857
(61,88,87)
#2F4442
(47,68,66)
#21302D
(33,48,45)
#131C18
(19,28,24)
#000000
(0,0,0)

Tints of #9FE4EA

#9FE4EA
(159,228,234)
#A7E6EB
(167,230,235)
#AFE8EC
(175,232,236)
#B7EAED
(183,234,237)
#BFECEE
(191,236,238)
#C7EEEF
(199,238,239)
#CFF0F0
(207,240,240)
#D7F2F1
(215,242,241)
#DFF4F2
(223,244,242)
#E7F6F3
(231,246,243)
#EFF8F4
(239,248,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9FE4EA; }

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

This text font color is #9FE4EA.


Background Color

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

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

This div background color is #9FE4EA.


Border color

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

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

This div border color is #9FE4EA.


Opacity

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

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

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

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

This text has shadow with #9FE4EA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9FE4EA on black background.


Color preview on white background

This text has color #9FE4EA on white background.



Black color preview on #9FE4EA background

This text has black color on #9FE4EA background.


White color preview on #9FE4EA background

This text has white color on #9FE4EA background.