COLOR #8D94E2

HEX: #8D94E2
RGB: (141,148,226)

Color info

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

RGB color model

#8D94E2 color RGB value is (141,148,226).

  • red value is 141;
  • green value is 148;
  • blue value is 226.
RGB:
(141,148,226)
(55%,58%,89%)

RGB channels and saturation

R 141 of 255 = 55%
G 148 of 255 = 58%
B 226 of 255 = 89%

141
148
226

R + G + B ~ 67%. #8D94E2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
141 + 148 + 226 = 515 (100%)
R 141 of 515 ~ 27.38%
G 148 of 515 ~ 28.74%
B 226 of 515 ~ 43.88%

%27.38
%28.74
%43.88

CMYK color model

#8D94E2 color CMYK value is (38,35,0,11).

  • cyan value is 37.61%
  • magenta value is 34.51%
  • yellow value is 0.00%
  • key color value is 11.37%
CMYK:
(38,35,0,11)
C38M35Y0K11 
(38%,35%,0%,11%)
(0.38/0.35/0.00/0.11)	

CMYK percentages

%37.61
%34.51
%0
%11.37

Codes

Color #8D94E2 in popluar color models

8D94E2
RGB141148226
HSL235°59.44%71.96%
HSB/HSV235°37.61%88.63%
CMYK37.61%34.51%0.00%
11.37%

Color #8D94E2 in popluar number systems.

HEX8D94E2
Decimal141148226
Binary100011011001010011100010
Octal215224342

Shades and tints

Shades of #8D94E2

#8D94E2
(141,148,226)
#8187CE
(129,135,206)
#757ABA
(117,122,186)
#696DA6
(105,109,166)
#5D6092
(93,96,146)
#51537E
(81,83,126)
#45466A
(69,70,106)
#393956
(57,57,86)
#2D2C42
(45,44,66)
#211F2E
(33,31,46)
#15121A
(21,18,26)
#000000
(0,0,0)

Tints of #8D94E2

#8D94E2
(141,148,226)
#979DE4
(151,157,228)
#A1A6E6
(161,166,230)
#ABAFE8
(171,175,232)
#B5B8EA
(181,184,234)
#BFC1EC
(191,193,236)
#C9CAEE
(201,202,238)
#D3D3F0
(211,211,240)
#DDDCF2
(221,220,242)
#E7E5F4
(231,229,244)
#F1EEF6
(241,238,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8D94E2 color. Also use rgb(141,148,226) instead hex code.

Text Font Color

.myTextColor { color: #8D94E2; }

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

This text font color is #8D94E2.


Background Color

.myBgColor { background-color: #8D94E2; }

<div style="background-color:#8D94E2">Inner text</div>

This div background color is #8D94E2.


Border color

.myBorderColor { border: 1px solid #8D94E2; }

<div style="border:3px solid #8D94E2">Div</div>

This div border color is #8D94E2.


Opacity

.myOpacity80 { color: #8D94E2; opacity: 0.8; }

<p style="color:#8D94E2;opacity:0.8;">80%</p>

Text with #8D94E2 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 #8D94E2;}

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

This text has shadow with #8D94E2 color.

.textShadow {text-shadow: 3px 3px 1px #8D94E2, 3px 3px 1px red;}

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

This text has shadow with #8D94E2 primary color and red secondary color.


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

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

This text has shadow with #8D94E2 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8D94E2 on black background.


Color preview on white background

This text has color #8D94E2 on white background.



Black color preview on #8D94E2 background

This text has black color on #8D94E2 background.


White color preview on #8D94E2 background

This text has white color on #8D94E2 background.