COLOR #94D6E4

HEX: #94D6E4
RGB: (148,214,228)

Color info

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

RGB color model

#94D6E4 color RGB value is (148,214,228).

  • red value is 148;
  • green value is 214;
  • blue value is 228.
RGB:
(148,214,228)
(58%,84%,89%)

RGB channels and saturation

R 148 of 255 = 58%
G 214 of 255 = 84%
B 228 of 255 = 89%

148
214
228

R + G + B ~ 77%. #94D6E4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
148 + 214 + 228 = 590 (100%)
R 148 of 590 ~ 25.08%
G 214 of 590 ~ 36.27%
B 228 of 590 ~ 38.64%

%25.08
%36.27
%38.64

CMYK color model

#94D6E4 color CMYK value is (35,6,0,11).

  • cyan value is 35.09%
  • magenta value is 6.14%
  • yellow value is 0.00%
  • key color value is 10.59%
CMYK:
(35,6,0,11)
C35M6Y0K11 
(35%,6%,0%,11%)
(0.35/0.06/0.00/0.11)	

CMYK percentages

%35.09
%6.14
%0
%10.59

Codes

Color #94D6E4 in popluar color models

94D6E4
RGB148214228
HSL191°59.70%73.73%
HSB/HSV191°35.09%89.41%
CMYK35.09%6.14%0.00%
10.59%

Color #94D6E4 in popluar number systems.

HEX94D6E4
Decimal148214228
Binary100101001101011011100100
Octal224326344

Shades and tints

Shades of #94D6E4

#94D6E4
(148,214,228)
#87C3D0
(135,195,208)
#7AB0BC
(122,176,188)
#6D9DA8
(109,157,168)
#608A94
(96,138,148)
#537780
(83,119,128)
#46646C
(70,100,108)
#395158
(57,81,88)
#2C3E44
(44,62,68)
#1F2B30
(31,43,48)
#12181C
(18,24,28)
#000000
(0,0,0)

Tints of #94D6E4

#94D6E4
(148,214,228)
#9DD9E6
(157,217,230)
#A6DCE8
(166,220,232)
#AFDFEA
(175,223,234)
#B8E2EC
(184,226,236)
#C1E5EE
(193,229,238)
#CAE8F0
(202,232,240)
#D3EBF2
(211,235,242)
#DCEEF4
(220,238,244)
#E5F1F6
(229,241,246)
#EEF4F8
(238,244,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #94D6E4 color. Also use rgb(148,214,228) instead hex code.

Text Font Color

.myTextColor { color: #94D6E4; }

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

This text font color is #94D6E4.


Background Color

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

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

This div background color is #94D6E4.


Border color

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

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

This div border color is #94D6E4.


Opacity

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

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

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

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

This text has shadow with #94D6E4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #94D6E4 on black background.


Color preview on white background

This text has color #94D6E4 on white background.



Black color preview on #94D6E4 background

This text has black color on #94D6E4 background.


White color preview on #94D6E4 background

This text has white color on #94D6E4 background.