COLOR #94BAE1

HEX: #94BAE1
RGB: (148,186,225)

Color info

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

RGB color model

#94BAE1 color RGB value is (148,186,225).

  • red value is 148;
  • green value is 186;
  • blue value is 225.
RGB:
(148,186,225)
(58%,73%,88%)

RGB channels and saturation

R 148 of 255 = 58%
G 186 of 255 = 73%
B 225 of 255 = 88%

148
186
225

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

Portions of RGB colors in percentages

R + G + B =
148 + 186 + 225 = 559 (100%)
R 148 of 559 ~ 26.48%
G 186 of 559 ~ 33.27%
B 225 of 559 ~ 40.25%

%26.48
%33.27
%40.25

CMYK color model

#94BAE1 color CMYK value is (34,17,0,12).

  • cyan value is 34.22%
  • magenta value is 17.33%
  • yellow value is 0.00%
  • key color value is 11.76%
CMYK:
(34,17,0,12)
C34M17Y0K12 
(34%,17%,0%,12%)
(0.34/0.17/0.00/0.12)	

CMYK percentages

%34.22
%17.33
%0
%11.76

Codes

Color #94BAE1 in popluar color models

94BAE1
RGB148186225
HSL210°56.20%73.14%
HSB/HSV210°34.22%88.24%
CMYK34.22%17.33%0.00%
11.76%

Color #94BAE1 in popluar number systems.

HEX94BAE1
Decimal148186225
Binary100101001011101011100001
Octal224272341

Shades and tints

Shades of #94BAE1

#94BAE1
(148,186,225)
#87AACD
(135,170,205)
#7A9AB9
(122,154,185)
#6D8AA5
(109,138,165)
#607A91
(96,122,145)
#536A7D
(83,106,125)
#465A69
(70,90,105)
#394A55
(57,74,85)
#2C3A41
(44,58,65)
#1F2A2D
(31,42,45)
#121A19
(18,26,25)
#000000
(0,0,0)

Tints of #94BAE1

#94BAE1
(148,186,225)
#9DC0E3
(157,192,227)
#A6C6E5
(166,198,229)
#AFCCE7
(175,204,231)
#B8D2E9
(184,210,233)
#C1D8EB
(193,216,235)
#CADEED
(202,222,237)
#D3E4EF
(211,228,239)
#DCEAF1
(220,234,241)
#E5F0F3
(229,240,243)
#EEF6F5
(238,246,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #94BAE1 color. Also use rgb(148,186,225) instead hex code.

Text Font Color

.myTextColor { color: #94BAE1; }

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

This text font color is #94BAE1.


Background Color

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

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

This div background color is #94BAE1.


Border color

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

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

This div border color is #94BAE1.


Opacity

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

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

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

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

This text has shadow with #94BAE1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #94BAE1 on black background.


Color preview on white background

This text has color #94BAE1 on white background.



Black color preview on #94BAE1 background

This text has black color on #94BAE1 background.


White color preview on #94BAE1 background

This text has white color on #94BAE1 background.