COLOR #94AAE1

HEX: #94AAE1
RGB: (148,170,225)

Color info

#94AAE1 contains mainly green and blue colors. Web safe color of #94AAE1 is #9999CC (or #99C).

RGB color model

#94AAE1 color RGB value is (148,170,225).

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

RGB channels and saturation

R 148 of 255 = 58%
G 170 of 255 = 67%
B 225 of 255 = 88%

148
170
225

R + G + B ~ 71%. #94AAE1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
148 + 170 + 225 = 543 (100%)
R 148 of 543 ~ 27.26%
G 170 of 543 ~ 31.31%
B 225 of 543 ~ 41.44%

%27.26
%31.31
%41.44

CMYK color model

#94AAE1 color CMYK value is (34,24,0,12).

  • cyan value is 34.22%
  • magenta value is 24.44%
  • yellow value is 0.00%
  • key color value is 11.76%
CMYK:
(34,24,0,12)
C34M24Y0K12 
(34%,24%,0%,12%)
(0.34/0.24/0.00/0.12)	

CMYK percentages

%34.22
%24.44
%0
%11.76

Codes

Color #94AAE1 in popluar color models

94AAE1
RGB148170225
HSL223°56.20%73.14%
HSB/HSV223°34.22%88.24%
CMYK34.22%24.44%0.00%
11.76%

Color #94AAE1 in popluar number systems.

HEX94AAE1
Decimal148170225
Binary100101001010101011100001
Octal224252341

Shades and tints

Shades of #94AAE1

#94AAE1
(148,170,225)
#879BCD
(135,155,205)
#7A8CB9
(122,140,185)
#6D7DA5
(109,125,165)
#606E91
(96,110,145)
#535F7D
(83,95,125)
#465069
(70,80,105)
#394155
(57,65,85)
#2C3241
(44,50,65)
#1F232D
(31,35,45)
#121419
(18,20,25)
#000000
(0,0,0)

Tints of #94AAE1

#94AAE1
(148,170,225)
#9DB1E3
(157,177,227)
#A6B8E5
(166,184,229)
#AFBFE7
(175,191,231)
#B8C6E9
(184,198,233)
#C1CDEB
(193,205,235)
#CAD4ED
(202,212,237)
#D3DBEF
(211,219,239)
#DCE2F1
(220,226,241)
#E5E9F3
(229,233,243)
#EEF0F5
(238,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #94AAE1; }

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

This text font color is #94AAE1.


Background Color

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

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

This div background color is #94AAE1.


Border color

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

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

This div border color is #94AAE1.


Opacity

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

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

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

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

This text has shadow with #94AAE1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #94AAE1 on black background.


Color preview on white background

This text has color #94AAE1 on white background.



Black color preview on #94AAE1 background

This text has black color on #94AAE1 background.


White color preview on #94AAE1 background

This text has white color on #94AAE1 background.