COLOR #94D7A6

HEX: #94D7A6
RGB: (148,215,166)

Color info

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

RGB color model

#94D7A6 color RGB value is (148,215,166).

  • red value is 148;
  • green value is 215;
  • blue value is 166.
RGB:
(148,215,166)
(58%,84%,65%)

RGB channels and saturation

R 148 of 255 = 58%
G 215 of 255 = 84%
B 166 of 255 = 65%

148
215
166

R + G + B ~ 69%. #94D7A6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
148 + 215 + 166 = 529 (100%)
R 148 of 529 ~ 27.98%
G 215 of 529 ~ 40.64%
B 166 of 529 ~ 31.38%

%27.98
%40.64
%31.38

CMYK color model

#94D7A6 color CMYK value is (31,0,23,16).

  • cyan value is 31.16%
  • magenta value is 0.00%
  • yellow value is 22.79%
  • key color value is 15.69%
CMYK:
(31,0,23,16)
C31M0Y23K16 
(31%,0%,23%,16%)
(0.31/0.00/0.23/0.16)	

CMYK percentages

%31.16
%0
%22.79
%15.69

Codes

Color #94D7A6 in popluar color models

94D7A6
RGB148215166
HSL136°45.58%71.18%
HSB/HSV136°31.16%84.31%
CMYK31.16%0.00%22.79%
15.69%

Color #94D7A6 in popluar number systems.

HEX94D7A6
Decimal148215166
Binary100101001101011110100110
Octal224327246

Shades and tints

Shades of #94D7A6

#94D7A6
(148,215,166)
#87C497
(135,196,151)
#7AB188
(122,177,136)
#6D9E79
(109,158,121)
#608B6A
(96,139,106)
#53785B
(83,120,91)
#46654C
(70,101,76)
#39523D
(57,82,61)
#2C3F2E
(44,63,46)
#1F2C1F
(31,44,31)
#121910
(18,25,16)
#000000
(0,0,0)

Tints of #94D7A6

#94D7A6
(148,215,166)
#9DDAAE
(157,218,174)
#A6DDB6
(166,221,182)
#AFE0BE
(175,224,190)
#B8E3C6
(184,227,198)
#C1E6CE
(193,230,206)
#CAE9D6
(202,233,214)
#D3ECDE
(211,236,222)
#DCEFE6
(220,239,230)
#E5F2EE
(229,242,238)
#EEF5F6
(238,245,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #94D7A6 color. Also use rgb(148,215,166) instead hex code.

Text Font Color

.myTextColor { color: #94D7A6; }

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

This text font color is #94D7A6.


Background Color

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

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

This div background color is #94D7A6.


Border color

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

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

This div border color is #94D7A6.


Opacity

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

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

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

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

This text has shadow with #94D7A6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #94D7A6 on black background.


Color preview on white background

This text has color #94D7A6 on white background.



Black color preview on #94D7A6 background

This text has black color on #94D7A6 background.


White color preview on #94D7A6 background

This text has white color on #94D7A6 background.