COLOR #94E1B6

HEX: #94E1B6
RGB: (148,225,182)

Color info

#94E1B6 contains mainly green and blue colors. Web safe color of #94E1B6 is #99CCCC (or #9CC).

RGB color model

#94E1B6 color RGB value is (148,225,182).

  • red value is 148;
  • green value is 225;
  • blue value is 182.
RGB:
(148,225,182)
(58%,88%,71%)

RGB channels and saturation

R 148 of 255 = 58%
G 225 of 255 = 88%
B 182 of 255 = 71%

148
225
182

R + G + B ~ 72%. #94E1B6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
148 + 225 + 182 = 555 (100%)
R 148 of 555 ~ 26.67%
G 225 of 555 ~ 40.54%
B 182 of 555 ~ 32.79%

%26.67
%40.54
%32.79

CMYK color model

#94E1B6 color CMYK value is (34,0,19,12).

  • cyan value is 34.22%
  • magenta value is 0.00%
  • yellow value is 19.11%
  • key color value is 11.76%
CMYK:
(34,0,19,12)
C34M0Y19K12 
(34%,0%,19%,12%)
(0.34/0.00/0.19/0.12)	

CMYK percentages

%34.22
%0
%19.11
%11.76

Codes

Color #94E1B6 in popluar color models

94E1B6
RGB148225182
HSL146°56.20%73.14%
HSB/HSV146°34.22%88.24%
CMYK34.22%0.00%19.11%
11.76%

Color #94E1B6 in popluar number systems.

HEX94E1B6
Decimal148225182
Binary100101001110000110110110
Octal224341266

Shades and tints

Shades of #94E1B6

#94E1B6
(148,225,182)
#87CDA6
(135,205,166)
#7AB996
(122,185,150)
#6DA586
(109,165,134)
#609176
(96,145,118)
#537D66
(83,125,102)
#466956
(70,105,86)
#395546
(57,85,70)
#2C4136
(44,65,54)
#1F2D26
(31,45,38)
#121916
(18,25,22)
#000000
(0,0,0)

Tints of #94E1B6

#94E1B6
(148,225,182)
#9DE3BC
(157,227,188)
#A6E5C2
(166,229,194)
#AFE7C8
(175,231,200)
#B8E9CE
(184,233,206)
#C1EBD4
(193,235,212)
#CAEDDA
(202,237,218)
#D3EFE0
(211,239,224)
#DCF1E6
(220,241,230)
#E5F3EC
(229,243,236)
#EEF5F2
(238,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #94E1B6 color. Also use rgb(148,225,182) instead hex code.

Text Font Color

.myTextColor { color: #94E1B6; }

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

This text font color is #94E1B6.


Background Color

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

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

This div background color is #94E1B6.


Border color

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

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

This div border color is #94E1B6.


Opacity

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

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

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

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

This text has shadow with #94E1B6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #94E1B6 on black background.


Color preview on white background

This text has color #94E1B6 on white background.



Black color preview on #94E1B6 background

This text has black color on #94E1B6 background.


White color preview on #94E1B6 background

This text has white color on #94E1B6 background.