COLOR #94C2D6

HEX: #94C2D6
RGB: (148,194,214)

Color info

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

RGB color model

#94C2D6 color RGB value is (148,194,214).

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

RGB channels and saturation

R 148 of 255 = 58%
G 194 of 255 = 76%
B 214 of 255 = 84%

148
194
214

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

Portions of RGB colors in percentages

R + G + B =
148 + 194 + 214 = 556 (100%)
R 148 of 556 ~ 26.62%
G 194 of 556 ~ 34.89%
B 214 of 556 ~ 38.49%

%26.62
%34.89
%38.49

CMYK color model

#94C2D6 color CMYK value is (31,9,0,16).

  • cyan value is 30.84%
  • magenta value is 9.35%
  • yellow value is 0.00%
  • key color value is 16.08%
CMYK:
(31,9,0,16)
C31M9Y0K16 
(31%,9%,0%,16%)
(0.31/0.09/0.00/0.16)	

CMYK percentages

%30.84
%9.35
%0
%16.08

Codes

Color #94C2D6 in popluar color models

94C2D6
RGB148194214
HSL198°44.59%70.98%
HSB/HSV198°30.84%83.92%
CMYK30.84%9.35%0.00%
16.08%

Color #94C2D6 in popluar number systems.

HEX94C2D6
Decimal148194214
Binary100101001100001011010110
Octal224302326

Shades and tints

Shades of #94C2D6

#94C2D6
(148,194,214)
#87B1C3
(135,177,195)
#7AA0B0
(122,160,176)
#6D8F9D
(109,143,157)
#607E8A
(96,126,138)
#536D77
(83,109,119)
#465C64
(70,92,100)
#394B51
(57,75,81)
#2C3A3E
(44,58,62)
#1F292B
(31,41,43)
#121818
(18,24,24)
#000000
(0,0,0)

Tints of #94C2D6

#94C2D6
(148,194,214)
#9DC7D9
(157,199,217)
#A6CCDC
(166,204,220)
#AFD1DF
(175,209,223)
#B8D6E2
(184,214,226)
#C1DBE5
(193,219,229)
#CAE0E8
(202,224,232)
#D3E5EB
(211,229,235)
#DCEAEE
(220,234,238)
#E5EFF1
(229,239,241)
#EEF4F4
(238,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #94C2D6; }

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

This text font color is #94C2D6.


Background Color

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

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

This div background color is #94C2D6.


Border color

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

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

This div border color is #94C2D6.


Opacity

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

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

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

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

This text has shadow with #94C2D6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #94C2D6 on black background.


Color preview on white background

This text has color #94C2D6 on white background.



Black color preview on #94C2D6 background

This text has black color on #94C2D6 background.


White color preview on #94C2D6 background

This text has white color on #94C2D6 background.