COLOR #9FE4B4

HEX: #9FE4B4
RGB: (159,228,180)

Color info

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

RGB color model

#9FE4B4 color RGB value is (159,228,180).

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

RGB channels and saturation

R 159 of 255 = 62%
G 228 of 255 = 89%
B 180 of 255 = 71%

159
228
180

R + G + B ~ 74%. #9FE4B4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
159 + 228 + 180 = 567 (100%)
R 159 of 567 ~ 28.04%
G 228 of 567 ~ 40.21%
B 180 of 567 ~ 31.75%

%28.04
%40.21
%31.75

CMYK color model

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

  • cyan value is 30.26%
  • magenta value is 0.00%
  • yellow value is 21.05%
  • key color value is 10.59%
CMYK:
(30,0,21,11)
C30M0Y21K11 
(30%,0%,21%,11%)
(0.30/0.00/0.21/0.11)	

CMYK percentages

%30.26
%0
%21.05
%10.59

Codes

Color #9FE4B4 in popluar color models

9FE4B4
RGB159228180
HSL138°56.10%75.88%
HSB/HSV138°30.26%89.41%
CMYK30.26%0.00%21.05%
10.59%

Color #9FE4B4 in popluar number systems.

HEX9FE4B4
Decimal159228180
Binary100111111110010010110100
Octal237344264

Shades and tints

Shades of #9FE4B4

#9FE4B4
(159,228,180)
#91D0A4
(145,208,164)
#83BC94
(131,188,148)
#75A884
(117,168,132)
#679474
(103,148,116)
#598064
(89,128,100)
#4B6C54
(75,108,84)
#3D5844
(61,88,68)
#2F4434
(47,68,52)
#213024
(33,48,36)
#131C14
(19,28,20)
#000000
(0,0,0)

Tints of #9FE4B4

#9FE4B4
(159,228,180)
#A7E6BA
(167,230,186)
#AFE8C0
(175,232,192)
#B7EAC6
(183,234,198)
#BFECCC
(191,236,204)
#C7EED2
(199,238,210)
#CFF0D8
(207,240,216)
#D7F2DE
(215,242,222)
#DFF4E4
(223,244,228)
#E7F6EA
(231,246,234)
#EFF8F0
(239,248,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9FE4B4; }

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

This text font color is #9FE4B4.


Background Color

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

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

This div background color is #9FE4B4.


Border color

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

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

This div border color is #9FE4B4.


Opacity

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

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

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

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

This text has shadow with #9FE4B4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9FE4B4 on black background.


Color preview on white background

This text has color #9FE4B4 on white background.



Black color preview on #9FE4B4 background

This text has black color on #9FE4B4 background.


White color preview on #9FE4B4 background

This text has white color on #9FE4B4 background.