COLOR #94C3E7

HEX: #94C3E7
RGB: (148,195,231)

Color info

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

RGB color model

#94C3E7 color RGB value is (148,195,231).

  • red value is 148;
  • green value is 195;
  • blue value is 231.
RGB:
(148,195,231)
(58%,76%,91%)

RGB channels and saturation

R 148 of 255 = 58%
G 195 of 255 = 76%
B 231 of 255 = 91%

148
195
231

R + G + B ~ 75%. #94C3E7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
148 + 195 + 231 = 574 (100%)
R 148 of 574 ~ 25.78%
G 195 of 574 ~ 33.97%
B 231 of 574 ~ 40.24%

%25.78
%33.97
%40.24

CMYK color model

#94C3E7 color CMYK value is (36,16,0,9).

  • cyan value is 35.93%
  • magenta value is 15.58%
  • yellow value is 0.00%
  • key color value is 9.41%
CMYK:
(36,16,0,9)
C36M16Y0K9 
(36%,16%,0%,9%)
(0.36/0.16/0.00/0.09)	

CMYK percentages

%35.93
%15.58
%0
%9.41

Codes

Color #94C3E7 in popluar color models

94C3E7
RGB148195231
HSL206°63.36%74.31%
HSB/HSV206°35.93%90.59%
CMYK35.93%15.58%0.00%
9.41%

Color #94C3E7 in popluar number systems.

HEX94C3E7
Decimal148195231
Binary100101001100001111100111
Octal224303347

Shades and tints

Shades of #94C3E7

#94C3E7
(148,195,231)
#87B2D2
(135,178,210)
#7AA1BD
(122,161,189)
#6D90A8
(109,144,168)
#607F93
(96,127,147)
#536E7E
(83,110,126)
#465D69
(70,93,105)
#394C54
(57,76,84)
#2C3B3F
(44,59,63)
#1F2A2A
(31,42,42)
#121915
(18,25,21)
#000000
(0,0,0)

Tints of #94C3E7

#94C3E7
(148,195,231)
#9DC8E9
(157,200,233)
#A6CDEB
(166,205,235)
#AFD2ED
(175,210,237)
#B8D7EF
(184,215,239)
#C1DCF1
(193,220,241)
#CAE1F3
(202,225,243)
#D3E6F5
(211,230,245)
#DCEBF7
(220,235,247)
#E5F0F9
(229,240,249)
#EEF5FB
(238,245,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #94C3E7 color. Also use rgb(148,195,231) instead hex code.

Text Font Color

.myTextColor { color: #94C3E7; }

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

This text font color is #94C3E7.


Background Color

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

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

This div background color is #94C3E7.


Border color

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

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

This div border color is #94C3E7.


Opacity

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

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

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

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

This text has shadow with #94C3E7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #94C3E7 on black background.


Color preview on white background

This text has color #94C3E7 on white background.



Black color preview on #94C3E7 background

This text has black color on #94C3E7 background.


White color preview on #94C3E7 background

This text has white color on #94C3E7 background.