COLOR #94C4EE

HEX: #94C4EE
RGB: (148,196,238)

Color info

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

RGB color model

#94C4EE color RGB value is (148,196,238).

  • red value is 148;
  • green value is 196;
  • blue value is 238.
RGB:
(148,196,238)
(58%,77%,93%)

RGB channels and saturation

R 148 of 255 = 58%
G 196 of 255 = 77%
B 238 of 255 = 93%

148
196
238

R + G + B ~ 76%. #94C4EE is quite light color.

Portions of RGB colors in percentages

R + G + B =
148 + 196 + 238 = 582 (100%)
R 148 of 582 ~ 25.43%
G 196 of 582 ~ 33.68%
B 238 of 582 ~ 40.89%

%25.43
%33.68
%40.89

CMYK color model

#94C4EE color CMYK value is (38,18,0,7).

  • cyan value is 37.82%
  • magenta value is 17.65%
  • yellow value is 0.00%
  • key color value is 6.67%
CMYK:
(38,18,0,7)
C38M18Y0K7 
(38%,18%,0%,7%)
(0.38/0.18/0.00/0.07)	

CMYK percentages

%37.82
%17.65
%0
%6.67

Codes

Color #94C4EE in popluar color models

94C4EE
RGB148196238
HSL208°72.58%75.69%
HSB/HSV208°37.82%93.33%
CMYK37.82%17.65%0.00%
6.67%

Color #94C4EE in popluar number systems.

HEX94C4EE
Decimal148196238
Binary100101001100010011101110
Octal224304356

Shades and tints

Shades of #94C4EE

#94C4EE
(148,196,238)
#87B3D9
(135,179,217)
#7AA2C4
(122,162,196)
#6D91AF
(109,145,175)
#60809A
(96,128,154)
#536F85
(83,111,133)
#465E70
(70,94,112)
#394D5B
(57,77,91)
#2C3C46
(44,60,70)
#1F2B31
(31,43,49)
#121A1C
(18,26,28)
#000000
(0,0,0)

Tints of #94C4EE

#94C4EE
(148,196,238)
#9DC9EF
(157,201,239)
#A6CEF0
(166,206,240)
#AFD3F1
(175,211,241)
#B8D8F2
(184,216,242)
#C1DDF3
(193,221,243)
#CAE2F4
(202,226,244)
#D3E7F5
(211,231,245)
#DCECF6
(220,236,246)
#E5F1F7
(229,241,247)
#EEF6F8
(238,246,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #94C4EE color. Also use rgb(148,196,238) instead hex code.

Text Font Color

.myTextColor { color: #94C4EE; }

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

This text font color is #94C4EE.


Background Color

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

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

This div background color is #94C4EE.


Border color

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

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

This div border color is #94C4EE.


Opacity

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

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

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

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

This text has shadow with #94C4EE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #94C4EE on black background.


Color preview on white background

This text has color #94C4EE on white background.



Black color preview on #94C4EE background

This text has black color on #94C4EE background.


White color preview on #94C4EE background

This text has white color on #94C4EE background.