COLOR #94A1E5

HEX: #94A1E5
RGB: (148,161,229)

Color info

#94A1E5 contains mainly blue color. Web safe color of #94A1E5 is #9999CC (or #99C).

RGB color model

#94A1E5 color RGB value is (148,161,229).

  • red value is 148;
  • green value is 161;
  • blue value is 229.
RGB:
(148,161,229)
(58%,63%,90%)

RGB channels and saturation

R 148 of 255 = 58%
G 161 of 255 = 63%
B 229 of 255 = 90%

148
161
229

R + G + B ~ 70%. #94A1E5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
148 + 161 + 229 = 538 (100%)
R 148 of 538 ~ 27.51%
G 161 of 538 ~ 29.93%
B 229 of 538 ~ 42.57%

%27.51
%29.93
%42.57

CMYK color model

#94A1E5 color CMYK value is (35,30,0,10).

  • cyan value is 35.37%
  • magenta value is 29.69%
  • yellow value is 0.00%
  • key color value is 10.20%
CMYK:
(35,30,0,10)
C35M30Y0K10 
(35%,30%,0%,10%)
(0.35/0.30/0.00/0.10)	

CMYK percentages

%35.37
%29.69
%0
%10.2

Codes

Color #94A1E5 in popluar color models

94A1E5
RGB148161229
HSL230°60.90%73.92%
HSB/HSV230°35.37%89.80%
CMYK35.37%29.69%0.00%
10.20%

Color #94A1E5 in popluar number systems.

HEX94A1E5
Decimal148161229
Binary100101001010000111100101
Octal224241345

Shades and tints

Shades of #94A1E5

#94A1E5
(148,161,229)
#8793D1
(135,147,209)
#7A85BD
(122,133,189)
#6D77A9
(109,119,169)
#606995
(96,105,149)
#535B81
(83,91,129)
#464D6D
(70,77,109)
#393F59
(57,63,89)
#2C3145
(44,49,69)
#1F2331
(31,35,49)
#12151D
(18,21,29)
#000000
(0,0,0)

Tints of #94A1E5

#94A1E5
(148,161,229)
#9DA9E7
(157,169,231)
#A6B1E9
(166,177,233)
#AFB9EB
(175,185,235)
#B8C1ED
(184,193,237)
#C1C9EF
(193,201,239)
#CAD1F1
(202,209,241)
#D3D9F3
(211,217,243)
#DCE1F5
(220,225,245)
#E5E9F7
(229,233,247)
#EEF1F9
(238,241,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #94A1E5 color. Also use rgb(148,161,229) instead hex code.

Text Font Color

.myTextColor { color: #94A1E5; }

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

This text font color is #94A1E5.


Background Color

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

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

This div background color is #94A1E5.


Border color

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

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

This div border color is #94A1E5.


Opacity

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

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

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

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

This text has shadow with #94A1E5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #94A1E5 on black background.


Color preview on white background

This text has color #94A1E5 on white background.



Black color preview on #94A1E5 background

This text has black color on #94A1E5 background.


White color preview on #94A1E5 background

This text has white color on #94A1E5 background.