COLOR #94D8E0

HEX: #94D8E0 RGB: (148,216,224)

Color info

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

RGB color model

#94D8E0 color RGB value is (148,216,224).

RGB: (148,216,224) (58%, 85%, 88%)

RGB channels and saturation

R 148 of 255 = 58%
G 216 of 255 = 85%
B 224 of 255 = 88%

148
216
224

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

Portions of RGB colors in percentages

R + G + B = 148 + 216 + 224 = 588 (100%)
R 148 of 588 ~ 25.17%
G 216 of 588 ~ 36.73%
B 224 of 588 ~ 38.1'%

%25.17
%36.73
%38.1

CMYK color model

#94D8E0 color CMYK value is (34,4,0,12).

  • cyan value is 33.93%
  • magenta value is 3.57%
  • yellow value is 0.00%
  • key color value is 12.16%

CMYK: (34,4,0,12)
C34M4Y0K12 (34%, 4%, 0%, 12%)
(0.34 / 0.04 / 0.00 / 0.12)

CMYK percentages

%33.93
%3.57
%0
%12.16

Codes

Color #94D8E0 in popluar color models

94 D8 E0
RGB 148 216 224
HSL 186° 55.07% 72.94%
HSB/HSV 186° 33.93% 87.84%
CMYK 33.93% 3.57% 0.00%
12.16%

Color #94D8E0 in popluar number systems.

HEX 94 D8 E0
Decimal 148 216 224
Binary 10010100 11011000 11100000
Octal 224 330 340

Shades and tints

Shades of #94D8E0

#94D8E0
(148,216,224)
#87C5CC
(135,197,204)
#7AB2B8
(122,178,184)
#6D9FA4
(109,159,164)
#608C90
(96,140,144)
#53797C
(83,121,124)
#466668
(70,102,104)
#395354
(57,83,84)
#2C4040
(44,64,64)
#1F2D2C
(31,45,44)
#121A18
(18,26,24)
#000000
(0,0,0)

Tints of #94D8E0

#94D8E0
(148,216,224)
#9DDBE2
(157,219,226)
#A6DEE4
(166,222,228)
#AFE1E6
(175,225,230)
#B8E4E8
(184,228,232)
#C1E7EA
(193,231,234)
#CAEAEC
(202,234,236)
#D3EDEE
(211,237,238)
#DCF0F0
(220,240,240)
#E5F3F2
(229,243,242)
#EEF6F4
(238,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #94D8E0 color. Also use rgb(148,216,224) instead hex code.

Text Font Color

.myTextColor { color: #94D8E0; }

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

This text font color is #94D8E0.

Background Color

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

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

This div background color is #94D8E0.

Border color

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

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

This div border color is #94D8E0.

Opacity

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

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

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

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

This text has shadow with #94D8E0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #94D8E0.

Preview

Color preview on black background

This text has color #94D8E0 on black background.


Color preview on white background

This text has color #94D8E0 on white background.


Black color preview on #94D8E0 background

This text has black color on #94D8E0 background.


White color preview on #94D8E0 background

This text has white color on #94D8E0 background.


Related colors

Complementary color

Complementary color for #hex is #6B271F.


I love getcolorcode.com

Triadic colors

1 #E094D8 and #D8E094 with #94D8E0 are triadic colors.

2 #E0D894 and #D894E0 with #94D8E0 are triadic colors.