COLOR #94D09E

HEX: #94D09E
RGB: (148,208,158)

Color info

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

RGB color model

#94D09E color RGB value is (148,208,158).

  • red value is 148;
  • green value is 208;
  • blue value is 158.
RGB:
(148,208,158)
(58%,82%,62%)

RGB channels and saturation

R 148 of 255 = 58%
G 208 of 255 = 82%
B 158 of 255 = 62%

148
208
158

R + G + B ~ 67%. #94D09E is quite light color.

Portions of RGB colors in percentages

R + G + B =
148 + 208 + 158 = 514 (100%)
R 148 of 514 ~ 28.79%
G 208 of 514 ~ 40.47%
B 158 of 514 ~ 30.74%

%28.79
%40.47
%30.74

CMYK color model

#94D09E color CMYK value is (29,0,24,18).

  • cyan value is 28.85%
  • magenta value is 0.00%
  • yellow value is 24.04%
  • key color value is 18.43%
CMYK:
(29,0,24,18)
C29M0Y24K18 
(29%,0%,24%,18%)
(0.29/0.00/0.24/0.18)	

CMYK percentages

%28.85
%0
%24.04
%18.43

Codes

Color #94D09E in popluar color models

94D09E
RGB148208158
HSL130°38.96%69.80%
HSB/HSV130°28.85%81.57%
CMYK28.85%0.00%24.04%
18.43%

Color #94D09E in popluar number systems.

HEX94D09E
Decimal148208158
Binary100101001101000010011110
Octal224320236

Shades and tints

Shades of #94D09E

#94D09E
(148,208,158)
#87BE90
(135,190,144)
#7AAC82
(122,172,130)
#6D9A74
(109,154,116)
#608866
(96,136,102)
#537658
(83,118,88)
#46644A
(70,100,74)
#39523C
(57,82,60)
#2C402E
(44,64,46)
#1F2E20
(31,46,32)
#121C12
(18,28,18)
#000000
(0,0,0)

Tints of #94D09E

#94D09E
(148,208,158)
#9DD4A6
(157,212,166)
#A6D8AE
(166,216,174)
#AFDCB6
(175,220,182)
#B8E0BE
(184,224,190)
#C1E4C6
(193,228,198)
#CAE8CE
(202,232,206)
#D3ECD6
(211,236,214)
#DCF0DE
(220,240,222)
#E5F4E6
(229,244,230)
#EEF8EE
(238,248,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #94D09E color. Also use rgb(148,208,158) instead hex code.

Text Font Color

.myTextColor { color: #94D09E; }

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

This text font color is #94D09E.


Background Color

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

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

This div background color is #94D09E.


Border color

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

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

This div border color is #94D09E.


Opacity

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

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

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

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

This text has shadow with #94D09E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #94D09E on black background.


Color preview on white background

This text has color #94D09E on white background.



Black color preview on #94D09E background

This text has black color on #94D09E background.


White color preview on #94D09E background

This text has white color on #94D09E background.