COLOR #94C2D9

HEX: #94C2D9
RGB: (148,194,217)

Color info

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

RGB color model

#94C2D9 color RGB value is (148,194,217).

  • red value is 148;
  • green value is 194;
  • blue value is 217.
RGB:
(148,194,217)
(58%,76%,85%)

RGB channels and saturation

R 148 of 255 = 58%
G 194 of 255 = 76%
B 217 of 255 = 85%

148
194
217

R + G + B ~ 73%. #94C2D9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
148 + 194 + 217 = 559 (100%)
R 148 of 559 ~ 26.48%
G 194 of 559 ~ 34.7%
B 217 of 559 ~ 38.82%

%26.48
%34.7
%38.82

CMYK color model

#94C2D9 color CMYK value is (32,11,0,15).

  • cyan value is 31.80%
  • magenta value is 10.60%
  • yellow value is 0.00%
  • key color value is 14.90%
CMYK:
(32,11,0,15)
C32M11Y0K15 
(32%,11%,0%,15%)
(0.32/0.11/0.00/0.15)	

CMYK percentages

%31.8
%10.6
%0
%14.9

Codes

Color #94C2D9 in popluar color models

94C2D9
RGB148194217
HSL200°47.59%71.57%
HSB/HSV200°31.80%85.10%
CMYK31.80%10.60%0.00%
14.90%

Color #94C2D9 in popluar number systems.

HEX94C2D9
Decimal148194217
Binary100101001100001011011001
Octal224302331

Shades and tints

Shades of #94C2D9

#94C2D9
(148,194,217)
#87B1C6
(135,177,198)
#7AA0B3
(122,160,179)
#6D8FA0
(109,143,160)
#607E8D
(96,126,141)
#536D7A
(83,109,122)
#465C67
(70,92,103)
#394B54
(57,75,84)
#2C3A41
(44,58,65)
#1F292E
(31,41,46)
#12181B
(18,24,27)
#000000
(0,0,0)

Tints of #94C2D9

#94C2D9
(148,194,217)
#9DC7DC
(157,199,220)
#A6CCDF
(166,204,223)
#AFD1E2
(175,209,226)
#B8D6E5
(184,214,229)
#C1DBE8
(193,219,232)
#CAE0EB
(202,224,235)
#D3E5EE
(211,229,238)
#DCEAF1
(220,234,241)
#E5EFF4
(229,239,244)
#EEF4F7
(238,244,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #94C2D9 color. Also use rgb(148,194,217) instead hex code.

Text Font Color

.myTextColor { color: #94C2D9; }

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

This text font color is #94C2D9.


Background Color

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

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

This div background color is #94C2D9.


Border color

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

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

This div border color is #94C2D9.


Opacity

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

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

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

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

This text has shadow with #94C2D9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #94C2D9 on black background.


Color preview on white background

This text has color #94C2D9 on white background.



Black color preview on #94C2D9 background

This text has black color on #94C2D9 background.


White color preview on #94C2D9 background

This text has white color on #94C2D9 background.