COLOR #94D5AD

HEX: #94D5AD
RGB: (148,213,173)

Color info

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

RGB color model

#94D5AD color RGB value is (148,213,173).

  • red value is 148;
  • green value is 213;
  • blue value is 173.
RGB:
(148,213,173)
(58%,84%,68%)

RGB channels and saturation

R 148 of 255 = 58%
G 213 of 255 = 84%
B 173 of 255 = 68%

148
213
173

R + G + B ~ 70%. #94D5AD is quite light color.

Portions of RGB colors in percentages

R + G + B =
148 + 213 + 173 = 534 (100%)
R 148 of 534 ~ 27.72%
G 213 of 534 ~ 39.89%
B 173 of 534 ~ 32.4%

%27.72
%39.89
%32.4

CMYK color model

#94D5AD color CMYK value is (31,0,19,16).

  • cyan value is 30.52%
  • magenta value is 0.00%
  • yellow value is 18.78%
  • key color value is 16.47%
CMYK:
(31,0,19,16)
C31M0Y19K16 
(31%,0%,19%,16%)
(0.31/0.00/0.19/0.16)	

CMYK percentages

%30.52
%0
%18.78
%16.47

Codes

Color #94D5AD in popluar color models

94D5AD
RGB148213173
HSL143°43.62%70.78%
HSB/HSV143°30.52%83.53%
CMYK30.52%0.00%18.78%
16.47%

Color #94D5AD in popluar number systems.

HEX94D5AD
Decimal148213173
Binary100101001101010110101101
Octal224325255

Shades and tints

Shades of #94D5AD

#94D5AD
(148,213,173)
#87C29E
(135,194,158)
#7AAF8F
(122,175,143)
#6D9C80
(109,156,128)
#608971
(96,137,113)
#537662
(83,118,98)
#466353
(70,99,83)
#395044
(57,80,68)
#2C3D35
(44,61,53)
#1F2A26
(31,42,38)
#121717
(18,23,23)
#000000
(0,0,0)

Tints of #94D5AD

#94D5AD
(148,213,173)
#9DD8B4
(157,216,180)
#A6DBBB
(166,219,187)
#AFDEC2
(175,222,194)
#B8E1C9
(184,225,201)
#C1E4D0
(193,228,208)
#CAE7D7
(202,231,215)
#D3EADE
(211,234,222)
#DCEDE5
(220,237,229)
#E5F0EC
(229,240,236)
#EEF3F3
(238,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #94D5AD color. Also use rgb(148,213,173) instead hex code.

Text Font Color

.myTextColor { color: #94D5AD; }

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

This text font color is #94D5AD.


Background Color

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

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

This div background color is #94D5AD.


Border color

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

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

This div border color is #94D5AD.


Opacity

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

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

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

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

This text has shadow with #94D5AD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #94D5AD on black background.


Color preview on white background

This text has color #94D5AD on white background.



Black color preview on #94D5AD background

This text has black color on #94D5AD background.


White color preview on #94D5AD background

This text has white color on #94D5AD background.