COLOR #8D9AE3

HEX: #8D9AE3
RGB: (141,154,227)

Color info

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

RGB color model

#8D9AE3 color RGB value is (141,154,227).

  • red value is 141;
  • green value is 154;
  • blue value is 227.
RGB:
(141,154,227)
(55%,60%,89%)

RGB channels and saturation

R 141 of 255 = 55%
G 154 of 255 = 60%
B 227 of 255 = 89%

141
154
227

R + G + B ~ 68%. #8D9AE3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
141 + 154 + 227 = 522 (100%)
R 141 of 522 ~ 27.01%
G 154 of 522 ~ 29.5%
B 227 of 522 ~ 43.49%

%27.01
%29.5
%43.49

CMYK color model

#8D9AE3 color CMYK value is (38,32,0,11).

  • cyan value is 37.89%
  • magenta value is 32.16%
  • yellow value is 0.00%
  • key color value is 10.98%
CMYK:
(38,32,0,11)
C38M32Y0K11 
(38%,32%,0%,11%)
(0.38/0.32/0.00/0.11)	

CMYK percentages

%37.89
%32.16
%0
%10.98

Codes

Color #8D9AE3 in popluar color models

8D9AE3
RGB141154227
HSL231°60.56%72.16%
HSB/HSV231°37.89%89.02%
CMYK37.89%32.16%0.00%
10.98%

Color #8D9AE3 in popluar number systems.

HEX8D9AE3
Decimal141154227
Binary100011011001101011100011
Octal215232343

Shades and tints

Shades of #8D9AE3

#8D9AE3
(141,154,227)
#818CCF
(129,140,207)
#757EBB
(117,126,187)
#6970A7
(105,112,167)
#5D6293
(93,98,147)
#51547F
(81,84,127)
#45466B
(69,70,107)
#393857
(57,56,87)
#2D2A43
(45,42,67)
#211C2F
(33,28,47)
#150E1B
(21,14,27)
#000000
(0,0,0)

Tints of #8D9AE3

#8D9AE3
(141,154,227)
#97A3E5
(151,163,229)
#A1ACE7
(161,172,231)
#ABB5E9
(171,181,233)
#B5BEEB
(181,190,235)
#BFC7ED
(191,199,237)
#C9D0EF
(201,208,239)
#D3D9F1
(211,217,241)
#DDE2F3
(221,226,243)
#E7EBF5
(231,235,245)
#F1F4F7
(241,244,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8D9AE3 color. Also use rgb(141,154,227) instead hex code.

Text Font Color

.myTextColor { color: #8D9AE3; }

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

This text font color is #8D9AE3.


Background Color

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

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

This div background color is #8D9AE3.


Border color

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

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

This div border color is #8D9AE3.


Opacity

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

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

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

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

This text has shadow with #8D9AE3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8D9AE3 on black background.


Color preview on white background

This text has color #8D9AE3 on white background.



Black color preview on #8D9AE3 background

This text has black color on #8D9AE3 background.


White color preview on #8D9AE3 background

This text has white color on #8D9AE3 background.