COLOR #94D7E8

HEX: #94D7E8
RGB: (148,215,232)

Color info

#94D7E8 contains mainly green and blue colors. Web safe color of #94D7E8 is #99CCFF (or #9CF).

RGB color model

#94D7E8 color RGB value is (148,215,232).

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

RGB channels and saturation

R 148 of 255 = 58%
G 215 of 255 = 84%
B 232 of 255 = 91%

148
215
232

R + G + B ~ 78%. #94D7E8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
148 + 215 + 232 = 595 (100%)
R 148 of 595 ~ 24.87%
G 215 of 595 ~ 36.13%
B 232 of 595 ~ 38.99%

%24.87
%36.13
%38.99

CMYK color model

#94D7E8 color CMYK value is (36,7,0,9).

  • cyan value is 36.21%
  • magenta value is 7.33%
  • yellow value is 0.00%
  • key color value is 9.02%
CMYK:
(36,7,0,9)
C36M7Y0K9 
(36%,7%,0%,9%)
(0.36/0.07/0.00/0.09)	

CMYK percentages

%36.21
%7.33
%0
%9.02

Codes

Color #94D7E8 in popluar color models

94D7E8
RGB148215232
HSL192°64.62%74.51%
HSB/HSV192°36.21%90.98%
CMYK36.21%7.33%0.00%
9.02%

Color #94D7E8 in popluar number systems.

HEX94D7E8
Decimal148215232
Binary100101001101011111101000
Octal224327350

Shades and tints

Shades of #94D7E8

#94D7E8
(148,215,232)
#87C4D3
(135,196,211)
#7AB1BE
(122,177,190)
#6D9EA9
(109,158,169)
#608B94
(96,139,148)
#53787F
(83,120,127)
#46656A
(70,101,106)
#395255
(57,82,85)
#2C3F40
(44,63,64)
#1F2C2B
(31,44,43)
#121916
(18,25,22)
#000000
(0,0,0)

Tints of #94D7E8

#94D7E8
(148,215,232)
#9DDAEA
(157,218,234)
#A6DDEC
(166,221,236)
#AFE0EE
(175,224,238)
#B8E3F0
(184,227,240)
#C1E6F2
(193,230,242)
#CAE9F4
(202,233,244)
#D3ECF6
(211,236,246)
#DCEFF8
(220,239,248)
#E5F2FA
(229,242,250)
#EEF5FC
(238,245,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #94D7E8; }

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

This text font color is #94D7E8.


Background Color

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

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

This div background color is #94D7E8.


Border color

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

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

This div border color is #94D7E8.


Opacity

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

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

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

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

This text has shadow with #94D7E8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #94D7E8 on black background.


Color preview on white background

This text has color #94D7E8 on white background.



Black color preview on #94D7E8 background

This text has black color on #94D7E8 background.


White color preview on #94D7E8 background

This text has white color on #94D7E8 background.