COLOR #94F7C4

HEX: #94F7C4
RGB: (148,247,196)

Color info

#94F7C4 contains mainly green and blue colors. Web safe color of #94F7C4 is #99FFCC (or #9FC).

RGB color model

#94F7C4 color RGB value is (148,247,196).

  • red value is 148;
  • green value is 247;
  • blue value is 196.
RGB:
(148,247,196)
(58%,97%,77%)

RGB channels and saturation

R 148 of 255 = 58%
G 247 of 255 = 97%
B 196 of 255 = 77%

148
247
196

R + G + B ~ 77%. #94F7C4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
148 + 247 + 196 = 591 (100%)
R 148 of 591 ~ 25.04%
G 247 of 591 ~ 41.79%
B 196 of 591 ~ 33.16%

%25.04
%41.79
%33.16

CMYK color model

#94F7C4 color CMYK value is (40,0,21,3).

  • cyan value is 40.08%
  • magenta value is 0.00%
  • yellow value is 20.65%
  • key color value is 3.14%
CMYK:
(40,0,21,3)
C40M0Y21K3 
(40%,0%,21%,3%)
(0.40/0.00/0.21/0.03)	

CMYK percentages

%40.08
%0
%20.65
%3.14

Codes

Color #94F7C4 in popluar color models

94F7C4
RGB148247196
HSL149°86.09%77.45%
HSB/HSV149°40.08%96.86%
CMYK40.08%0.00%20.65%
3.14%

Color #94F7C4 in popluar number systems.

HEX94F7C4
Decimal148247196
Binary100101001111011111000100
Octal224367304

Shades and tints

Shades of #94F7C4

#94F7C4
(148,247,196)
#87E1B3
(135,225,179)
#7ACBA2
(122,203,162)
#6DB591
(109,181,145)
#609F80
(96,159,128)
#53896F
(83,137,111)
#46735E
(70,115,94)
#395D4D
(57,93,77)
#2C473C
(44,71,60)
#1F312B
(31,49,43)
#121B1A
(18,27,26)
#000000
(0,0,0)

Tints of #94F7C4

#94F7C4
(148,247,196)
#9DF7C9
(157,247,201)
#A6F7CE
(166,247,206)
#AFF7D3
(175,247,211)
#B8F7D8
(184,247,216)
#C1F7DD
(193,247,221)
#CAF7E2
(202,247,226)
#D3F7E7
(211,247,231)
#DCF7EC
(220,247,236)
#E5F7F1
(229,247,241)
#EEF7F6
(238,247,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #94F7C4 color. Also use rgb(148,247,196) instead hex code.

Text Font Color

.myTextColor { color: #94F7C4; }

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

This text font color is #94F7C4.


Background Color

.myBgColor { background-color: #94F7C4; }

<div style="background-color:#94F7C4">Inner text</div>

This div background color is #94F7C4.


Border color

.myBorderColor { border: 1px solid #94F7C4; }

<div style="border:3px solid #94F7C4">Div</div>

This div border color is #94F7C4.


Opacity

.myOpacity80 { color: #94F7C4; opacity: 0.8; }

<p style="color:#94F7C4;opacity:0.8;">80%</p>

Text with #94F7C4 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 #94F7C4;}

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

This text has shadow with #94F7C4 color.

.textShadow {text-shadow: 3px 3px 1px #94F7C4, 3px 3px 1px red;}

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

This text has shadow with #94F7C4 primary color and red secondary color.


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

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

This text has shadow with #94F7C4 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #94F7C4 on black background.


Color preview on white background

This text has color #94F7C4 on white background.



Black color preview on #94F7C4 background

This text has black color on #94F7C4 background.


White color preview on #94F7C4 background

This text has white color on #94F7C4 background.