COLOR #94CC7E

HEX: #94CC7E
RGB: (148,204,126)

Color info

#94CC7E contains mainly red and green colors. Web safe color of #94CC7E is #99CC66 (or #9C6).

RGB color model

#94CC7E color RGB value is (148,204,126).

  • red value is 148;
  • green value is 204;
  • blue value is 126.
RGB:
(148,204,126)
(58%,80%,49%)

RGB channels and saturation

R 148 of 255 = 58%
G 204 of 255 = 80%
B 126 of 255 = 49%

148
204
126

R + G + B ~ 62%. #94CC7E is quite light color.

Portions of RGB colors in percentages

R + G + B =
148 + 204 + 126 = 478 (100%)
R 148 of 478 ~ 30.96%
G 204 of 478 ~ 42.68%
B 126 of 478 ~ 26.36%

%30.96
%42.68
%26.36

CMYK color model

#94CC7E color CMYK value is (27,0,38,20).

  • cyan value is 27.45%
  • magenta value is 0.00%
  • yellow value is 38.24%
  • key color value is 20.00%
CMYK:
(27,0,38,20)
C27M0Y38K20 
(27%,0%,38%,20%)
(0.27/0.00/0.38/0.20)	

CMYK percentages

%27.45
%0
%38.24
%20

Codes

Color #94CC7E in popluar color models

94CC7E
RGB148204126
HSL103°43.33%64.71%
HSB/HSV103°38.24%80.00%
CMYK27.45%0.00%38.24%
20.00%

Color #94CC7E in popluar number systems.

HEX94CC7E
Decimal148204126
Binary10010100110011001111110
Octal224314176

Shades and tints

Shades of #94CC7E

#94CC7E
(148,204,126)
#87BA73
(135,186,115)
#7AA868
(122,168,104)
#6D965D
(109,150,93)
#608452
(96,132,82)
#537247
(83,114,71)
#46603C
(70,96,60)
#394E31
(57,78,49)
#2C3C26
(44,60,38)
#1F2A1B
(31,42,27)
#121810
(18,24,16)
#000000
(0,0,0)

Tints of #94CC7E

#94CC7E
(148,204,126)
#9DD089
(157,208,137)
#A6D494
(166,212,148)
#AFD89F
(175,216,159)
#B8DCAA
(184,220,170)
#C1E0B5
(193,224,181)
#CAE4C0
(202,228,192)
#D3E8CB
(211,232,203)
#DCECD6
(220,236,214)
#E5F0E1
(229,240,225)
#EEF4EC
(238,244,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #94CC7E color. Also use rgb(148,204,126) instead hex code.

Text Font Color

.myTextColor { color: #94CC7E; }

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

This text font color is #94CC7E.


Background Color

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

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

This div background color is #94CC7E.


Border color

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

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

This div border color is #94CC7E.


Opacity

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

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

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

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

This text has shadow with #94CC7E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #94CC7E on black background.


Color preview on white background

This text has color #94CC7E on white background.



Black color preview on #94CC7E background

This text has black color on #94CC7E background.


White color preview on #94CC7E background

This text has white color on #94CC7E background.