COLOR #94C8E9

HEX: #94C8E9
RGB: (148,200,233)

Color info

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

RGB color model

#94C8E9 color RGB value is (148,200,233).

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

RGB channels and saturation

R 148 of 255 = 58%
G 200 of 255 = 78%
B 233 of 255 = 91%

148
200
233

R + G + B ~ 76%. #94C8E9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
148 + 200 + 233 = 581 (100%)
R 148 of 581 ~ 25.47%
G 200 of 581 ~ 34.42%
B 233 of 581 ~ 40.1%

%25.47
%34.42
%40.1

CMYK color model

#94C8E9 color CMYK value is (36,14,0,9).

  • cyan value is 36.48%
  • magenta value is 14.16%
  • yellow value is 0.00%
  • key color value is 8.63%
CMYK:
(36,14,0,9)
C36M14Y0K9 
(36%,14%,0%,9%)
(0.36/0.14/0.00/0.09)	

CMYK percentages

%36.48
%14.16
%0
%8.63

Codes

Color #94C8E9 in popluar color models

94C8E9
RGB148200233
HSL203°65.89%74.71%
HSB/HSV203°36.48%91.37%
CMYK36.48%14.16%0.00%
8.63%

Color #94C8E9 in popluar number systems.

HEX94C8E9
Decimal148200233
Binary100101001100100011101001
Octal224310351

Shades and tints

Shades of #94C8E9

#94C8E9
(148,200,233)
#87B6D4
(135,182,212)
#7AA4BF
(122,164,191)
#6D92AA
(109,146,170)
#608095
(96,128,149)
#536E80
(83,110,128)
#465C6B
(70,92,107)
#394A56
(57,74,86)
#2C3841
(44,56,65)
#1F262C
(31,38,44)
#121417
(18,20,23)
#000000
(0,0,0)

Tints of #94C8E9

#94C8E9
(148,200,233)
#9DCDEB
(157,205,235)
#A6D2ED
(166,210,237)
#AFD7EF
(175,215,239)
#B8DCF1
(184,220,241)
#C1E1F3
(193,225,243)
#CAE6F5
(202,230,245)
#D3EBF7
(211,235,247)
#DCF0F9
(220,240,249)
#E5F5FB
(229,245,251)
#EEFAFD
(238,250,253)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #94C8E9; }

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

This text font color is #94C8E9.


Background Color

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

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

This div background color is #94C8E9.


Border color

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

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

This div border color is #94C8E9.


Opacity

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

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

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

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

This text has shadow with #94C8E9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #94C8E9 on black background.


Color preview on white background

This text has color #94C8E9 on white background.



Black color preview on #94C8E9 background

This text has black color on #94C8E9 background.


White color preview on #94C8E9 background

This text has white color on #94C8E9 background.