COLOR #94EDE6

HEX: #94EDE6
RGB: (148,237,230)

Color info

#94EDE6 contains mainly green and blue colors. Web safe color of #94EDE6 is #99FFCC (or #9FC).

RGB color model

#94EDE6 color RGB value is (148,237,230).

  • red value is 148;
  • green value is 237;
  • blue value is 230.
RGB:
(148,237,230)
(58%,93%,90%)

RGB channels and saturation

R 148 of 255 = 58%
G 237 of 255 = 93%
B 230 of 255 = 90%

148
237
230

R + G + B ~ 80%. #94EDE6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
148 + 237 + 230 = 615 (100%)
R 148 of 615 ~ 24.07%
G 237 of 615 ~ 38.54%
B 230 of 615 ~ 37.4%

%24.07
%38.54
%37.4

CMYK color model

#94EDE6 color CMYK value is (38,0,3,7).

  • cyan value is 37.55%
  • magenta value is 0.00%
  • yellow value is 2.95%
  • key color value is 7.06%
CMYK:
(38,0,3,7)
C38M0Y3K7 
(38%,0%,3%,7%)
(0.38/0.00/0.03/0.07)	

CMYK percentages

%37.55
%0
%2.95
%7.06

Codes

Color #94EDE6 in popluar color models

94EDE6
RGB148237230
HSL175°71.20%75.49%
HSB/HSV175°37.55%92.94%
CMYK37.55%0.00%2.95%
7.06%

Color #94EDE6 in popluar number systems.

HEX94EDE6
Decimal148237230
Binary100101001110110111100110
Octal224355346

Shades and tints

Shades of #94EDE6

#94EDE6
(148,237,230)
#87D8D2
(135,216,210)
#7AC3BE
(122,195,190)
#6DAEAA
(109,174,170)
#609996
(96,153,150)
#538482
(83,132,130)
#466F6E
(70,111,110)
#395A5A
(57,90,90)
#2C4546
(44,69,70)
#1F3032
(31,48,50)
#121B1E
(18,27,30)
#000000
(0,0,0)

Tints of #94EDE6

#94EDE6
(148,237,230)
#9DEEE8
(157,238,232)
#A6EFEA
(166,239,234)
#AFF0EC
(175,240,236)
#B8F1EE
(184,241,238)
#C1F2F0
(193,242,240)
#CAF3F2
(202,243,242)
#D3F4F4
(211,244,244)
#DCF5F6
(220,245,246)
#E5F6F8
(229,246,248)
#EEF7FA
(238,247,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #94EDE6 color. Also use rgb(148,237,230) instead hex code.

Text Font Color

.myTextColor { color: #94EDE6; }

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

This text font color is #94EDE6.


Background Color

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

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

This div background color is #94EDE6.


Border color

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

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

This div border color is #94EDE6.


Opacity

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

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

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

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

This text has shadow with #94EDE6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #94EDE6 on black background.


Color preview on white background

This text has color #94EDE6 on white background.



Black color preview on #94EDE6 background

This text has black color on #94EDE6 background.


White color preview on #94EDE6 background

This text has white color on #94EDE6 background.