COLOR #94DEE9

HEX: #94DEE9
RGB: (148,222,233)

Color info

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

RGB color model

#94DEE9 color RGB value is (148,222,233).

  • red value is 148;
  • green value is 222;
  • blue value is 233.
RGB:
(148,222,233)
(58%,87%,91%)

RGB channels and saturation

R 148 of 255 = 58%
G 222 of 255 = 87%
B 233 of 255 = 91%

148
222
233

R + G + B ~ 79%. #94DEE9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
148 + 222 + 233 = 603 (100%)
R 148 of 603 ~ 24.54%
G 222 of 603 ~ 36.82%
B 233 of 603 ~ 38.64%

%24.54
%36.82
%38.64

CMYK color model

#94DEE9 color CMYK value is (36,5,0,9).

  • cyan value is 36.48%
  • magenta value is 4.72%
  • yellow value is 0.00%
  • key color value is 8.63%
CMYK:
(36,5,0,9)
C36M5Y0K9 
(36%,5%,0%,9%)
(0.36/0.05/0.00/0.09)	

CMYK percentages

%36.48
%4.72
%0
%8.63

Codes

Color #94DEE9 in popluar color models

94DEE9
RGB148222233
HSL188°65.89%74.71%
HSB/HSV188°36.48%91.37%
CMYK36.48%4.72%0.00%
8.63%

Color #94DEE9 in popluar number systems.

HEX94DEE9
Decimal148222233
Binary100101001101111011101001
Octal224336351

Shades and tints

Shades of #94DEE9

#94DEE9
(148,222,233)
#87CAD4
(135,202,212)
#7AB6BF
(122,182,191)
#6DA2AA
(109,162,170)
#608E95
(96,142,149)
#537A80
(83,122,128)
#46666B
(70,102,107)
#395256
(57,82,86)
#2C3E41
(44,62,65)
#1F2A2C
(31,42,44)
#121617
(18,22,23)
#000000
(0,0,0)

Tints of #94DEE9

#94DEE9
(148,222,233)
#9DE1EB
(157,225,235)
#A6E4ED
(166,228,237)
#AFE7EF
(175,231,239)
#B8EAF1
(184,234,241)
#C1EDF3
(193,237,243)
#CAF0F5
(202,240,245)
#D3F3F7
(211,243,247)
#DCF6F9
(220,246,249)
#E5F9FB
(229,249,251)
#EEFCFD
(238,252,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #94DEE9 color. Also use rgb(148,222,233) instead hex code.

Text Font Color

.myTextColor { color: #94DEE9; }

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

This text font color is #94DEE9.


Background Color

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

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

This div background color is #94DEE9.


Border color

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

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

This div border color is #94DEE9.


Opacity

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

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

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

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

This text has shadow with #94DEE9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #94DEE9 on black background.


Color preview on white background

This text has color #94DEE9 on white background.



Black color preview on #94DEE9 background

This text has black color on #94DEE9 background.


White color preview on #94DEE9 background

This text has white color on #94DEE9 background.