COLOR #94D1E4

HEX: #94D1E4
RGB: (148,209,228)

Color info

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

RGB color model

#94D1E4 color RGB value is (148,209,228).

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

RGB channels and saturation

R 148 of 255 = 58%
G 209 of 255 = 82%
B 228 of 255 = 89%

148
209
228

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

Portions of RGB colors in percentages

R + G + B =
148 + 209 + 228 = 585 (100%)
R 148 of 585 ~ 25.3%
G 209 of 585 ~ 35.73%
B 228 of 585 ~ 38.97%

%25.3
%35.73
%38.97

CMYK color model

#94D1E4 color CMYK value is (35,8,0,11).

  • cyan value is 35.09%
  • magenta value is 8.33%
  • yellow value is 0.00%
  • key color value is 10.59%
CMYK:
(35,8,0,11)
C35M8Y0K11 
(35%,8%,0%,11%)
(0.35/0.08/0.00/0.11)	

CMYK percentages

%35.09
%8.33
%0
%10.59

Codes

Color #94D1E4 in popluar color models

94D1E4
RGB148209228
HSL194°59.70%73.73%
HSB/HSV194°35.09%89.41%
CMYK35.09%8.33%0.00%
10.59%

Color #94D1E4 in popluar number systems.

HEX94D1E4
Decimal148209228
Binary100101001101000111100100
Octal224321344

Shades and tints

Shades of #94D1E4

#94D1E4
(148,209,228)
#87BED0
(135,190,208)
#7AABBC
(122,171,188)
#6D98A8
(109,152,168)
#608594
(96,133,148)
#537280
(83,114,128)
#465F6C
(70,95,108)
#394C58
(57,76,88)
#2C3944
(44,57,68)
#1F2630
(31,38,48)
#12131C
(18,19,28)
#000000
(0,0,0)

Tints of #94D1E4

#94D1E4
(148,209,228)
#9DD5E6
(157,213,230)
#A6D9E8
(166,217,232)
#AFDDEA
(175,221,234)
#B8E1EC
(184,225,236)
#C1E5EE
(193,229,238)
#CAE9F0
(202,233,240)
#D3EDF2
(211,237,242)
#DCF1F4
(220,241,244)
#E5F5F6
(229,245,246)
#EEF9F8
(238,249,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #94D1E4; }

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

This text font color is #94D1E4.


Background Color

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

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

This div background color is #94D1E4.


Border color

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

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

This div border color is #94D1E4.


Opacity

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

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

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

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

This text has shadow with #94D1E4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #94D1E4 on black background.


Color preview on white background

This text has color #94D1E4 on white background.



Black color preview on #94D1E4 background

This text has black color on #94D1E4 background.


White color preview on #94D1E4 background

This text has white color on #94D1E4 background.