COLOR #94FFC7

HEX: #94FFC7
RGB: (148,255,199)

Color info

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

RGB color model

#94FFC7 color RGB value is (148,255,199).

  • red value is 148;
  • green value is 255;
  • blue value is 199.
RGB:
(148,255,199)
(58%,100%,78%)

RGB channels and saturation

R 148 of 255 = 58%
G 255 of 255 = 100%
B 199 of 255 = 78%

148
255
199

R + G + B ~ 79%. #94FFC7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
148 + 255 + 199 = 602 (100%)
R 148 of 602 ~ 24.58%
G 255 of 602 ~ 42.36%
B 199 of 602 ~ 33.06%

%24.58
%42.36
%33.06

CMYK color model

#94FFC7 color CMYK value is (42,0,22,0).

  • cyan value is 41.96%
  • magenta value is 0.00%
  • yellow value is 21.96%
  • key color value is 0.00%
CMYK:
(42,0,22,0)
C42M0Y22K0 
(42%,0%,22%,0%)
(0.42/0.00/0.22/0.00)	

CMYK percentages

%41.96
%0
%21.96
%0

Codes

Color #94FFC7 in popluar color models

94FFC7
RGB148255199
HSL149°100.00%79.02%
HSB/HSV149°41.96%100.00%
CMYK41.96%0.00%21.96%
0.00%

Color #94FFC7 in popluar number systems.

HEX94FFC7
Decimal148255199
Binary100101001111111111000111
Octal224377307

Shades and tints

Shades of #94FFC7

#94FFC7
(148,255,199)
#87E8B5
(135,232,181)
#7AD1A3
(122,209,163)
#6DBA91
(109,186,145)
#60A37F
(96,163,127)
#538C6D
(83,140,109)
#46755B
(70,117,91)
#395E49
(57,94,73)
#2C4737
(44,71,55)
#1F3025
(31,48,37)
#121913
(18,25,19)
#000000
(0,0,0)

Tints of #94FFC7

#94FFC7
(148,255,199)
#9DFFCC
(157,255,204)
#A6FFD1
(166,255,209)
#AFFFD6
(175,255,214)
#B8FFDB
(184,255,219)
#C1FFE0
(193,255,224)
#CAFFE5
(202,255,229)
#D3FFEA
(211,255,234)
#DCFFEF
(220,255,239)
#E5FFF4
(229,255,244)
#EEFFF9
(238,255,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #94FFC7 color. Also use rgb(148,255,199) instead hex code.

Text Font Color

.myTextColor { color: #94FFC7; }

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

This text font color is #94FFC7.


Background Color

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

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

This div background color is #94FFC7.


Border color

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

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

This div border color is #94FFC7.


Opacity

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

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

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

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

This text has shadow with #94FFC7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #94FFC7 on black background.


Color preview on white background

This text has color #94FFC7 on white background.



Black color preview on #94FFC7 background

This text has black color on #94FFC7 background.


White color preview on #94FFC7 background

This text has white color on #94FFC7 background.