COLOR #94D3E1

HEX: #94D3E1
RGB: (148,211,225)

Color info

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

RGB color model

#94D3E1 color RGB value is (148,211,225).

  • red value is 148;
  • green value is 211;
  • blue value is 225.
RGB:
(148,211,225)
(58%,83%,88%)

RGB channels and saturation

R 148 of 255 = 58%
G 211 of 255 = 83%
B 225 of 255 = 88%

148
211
225

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

Portions of RGB colors in percentages

R + G + B =
148 + 211 + 225 = 584 (100%)
R 148 of 584 ~ 25.34%
G 211 of 584 ~ 36.13%
B 225 of 584 ~ 38.53%

%25.34
%36.13
%38.53

CMYK color model

#94D3E1 color CMYK value is (34,6,0,12).

  • cyan value is 34.22%
  • magenta value is 6.22%
  • yellow value is 0.00%
  • key color value is 11.76%
CMYK:
(34,6,0,12)
C34M6Y0K12 
(34%,6%,0%,12%)
(0.34/0.06/0.00/0.12)	

CMYK percentages

%34.22
%6.22
%0
%11.76

Codes

Color #94D3E1 in popluar color models

94D3E1
RGB148211225
HSL191°56.20%73.14%
HSB/HSV191°34.22%88.24%
CMYK34.22%6.22%0.00%
11.76%

Color #94D3E1 in popluar number systems.

HEX94D3E1
Decimal148211225
Binary100101001101001111100001
Octal224323341

Shades and tints

Shades of #94D3E1

#94D3E1
(148,211,225)
#87C0CD
(135,192,205)
#7AADB9
(122,173,185)
#6D9AA5
(109,154,165)
#608791
(96,135,145)
#53747D
(83,116,125)
#466169
(70,97,105)
#394E55
(57,78,85)
#2C3B41
(44,59,65)
#1F282D
(31,40,45)
#121519
(18,21,25)
#000000
(0,0,0)

Tints of #94D3E1

#94D3E1
(148,211,225)
#9DD7E3
(157,215,227)
#A6DBE5
(166,219,229)
#AFDFE7
(175,223,231)
#B8E3E9
(184,227,233)
#C1E7EB
(193,231,235)
#CAEBED
(202,235,237)
#D3EFEF
(211,239,239)
#DCF3F1
(220,243,241)
#E5F7F3
(229,247,243)
#EEFBF5
(238,251,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #94D3E1 color. Also use rgb(148,211,225) instead hex code.

Text Font Color

.myTextColor { color: #94D3E1; }

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

This text font color is #94D3E1.


Background Color

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

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

This div background color is #94D3E1.


Border color

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

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

This div border color is #94D3E1.


Opacity

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

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

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

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

This text has shadow with #94D3E1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #94D3E1 on black background.


Color preview on white background

This text has color #94D3E1 on white background.



Black color preview on #94D3E1 background

This text has black color on #94D3E1 background.


White color preview on #94D3E1 background

This text has white color on #94D3E1 background.