COLOR #9FE4B2

HEX: #9FE4B2
RGB: (159,228,178)

Color info

#9FE4B2 contains mainly green and blue colors. Web safe color of #9FE4B2 is #99CC99 (or #9C9).

RGB color model

#9FE4B2 color RGB value is (159,228,178).

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

RGB channels and saturation

R 159 of 255 = 62%
G 228 of 255 = 89%
B 178 of 255 = 70%

159
228
178

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

Portions of RGB colors in percentages

R + G + B =
159 + 228 + 178 = 565 (100%)
R 159 of 565 ~ 28.14%
G 228 of 565 ~ 40.35%
B 178 of 565 ~ 31.5%

%28.14
%40.35
%31.5

CMYK color model

#9FE4B2 color CMYK value is (30,0,22,11).

  • cyan value is 30.26%
  • magenta value is 0.00%
  • yellow value is 21.93%
  • key color value is 10.59%
CMYK:
(30,0,22,11)
C30M0Y22K11 
(30%,0%,22%,11%)
(0.30/0.00/0.22/0.11)	

CMYK percentages

%30.26
%0
%21.93
%10.59

Codes

Color #9FE4B2 in popluar color models

9FE4B2
RGB159228178
HSL137°56.10%75.88%
HSB/HSV137°30.26%89.41%
CMYK30.26%0.00%21.93%
10.59%

Color #9FE4B2 in popluar number systems.

HEX9FE4B2
Decimal159228178
Binary100111111110010010110010
Octal237344262

Shades and tints

Shades of #9FE4B2

#9FE4B2
(159,228,178)
#91D0A2
(145,208,162)
#83BC92
(131,188,146)
#75A882
(117,168,130)
#679472
(103,148,114)
#598062
(89,128,98)
#4B6C52
(75,108,82)
#3D5842
(61,88,66)
#2F4432
(47,68,50)
#213022
(33,48,34)
#131C12
(19,28,18)
#000000
(0,0,0)

Tints of #9FE4B2

#9FE4B2
(159,228,178)
#A7E6B9
(167,230,185)
#AFE8C0
(175,232,192)
#B7EAC7
(183,234,199)
#BFECCE
(191,236,206)
#C7EED5
(199,238,213)
#CFF0DC
(207,240,220)
#D7F2E3
(215,242,227)
#DFF4EA
(223,244,234)
#E7F6F1
(231,246,241)
#EFF8F8
(239,248,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9FE4B2; }

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

This text font color is #9FE4B2.


Background Color

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

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

This div background color is #9FE4B2.


Border color

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

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

This div border color is #9FE4B2.


Opacity

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

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

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

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

This text has shadow with #9FE4B2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9FE4B2 on black background.


Color preview on white background

This text has color #9FE4B2 on white background.



Black color preview on #9FE4B2 background

This text has black color on #9FE4B2 background.


White color preview on #9FE4B2 background

This text has white color on #9FE4B2 background.