COLOR #8DA3E1

HEX: #8DA3E1
RGB: (141,163,225)

Color info

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

RGB color model

#8DA3E1 color RGB value is (141,163,225).

  • red value is 141;
  • green value is 163;
  • blue value is 225.
RGB:
(141,163,225)
(55%,64%,88%)

RGB channels and saturation

R 141 of 255 = 55%
G 163 of 255 = 64%
B 225 of 255 = 88%

141
163
225

R + G + B ~ 69%. #8DA3E1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
141 + 163 + 225 = 529 (100%)
R 141 of 529 ~ 26.65%
G 163 of 529 ~ 30.81%
B 225 of 529 ~ 42.53%

%26.65
%30.81
%42.53

CMYK color model

#8DA3E1 color CMYK value is (37,28,0,12).

  • cyan value is 37.33%
  • magenta value is 27.56%
  • yellow value is 0.00%
  • key color value is 11.76%
CMYK:
(37,28,0,12)
C37M28Y0K12 
(37%,28%,0%,12%)
(0.37/0.28/0.00/0.12)	

CMYK percentages

%37.33
%27.56
%0
%11.76

Codes

Color #8DA3E1 in popluar color models

8DA3E1
RGB141163225
HSL224°58.33%71.76%
HSB/HSV224°37.33%88.24%
CMYK37.33%27.56%0.00%
11.76%

Color #8DA3E1 in popluar number systems.

HEX8DA3E1
Decimal141163225
Binary100011011010001111100001
Octal215243341

Shades and tints

Shades of #8DA3E1

#8DA3E1
(141,163,225)
#8195CD
(129,149,205)
#7587B9
(117,135,185)
#6979A5
(105,121,165)
#5D6B91
(93,107,145)
#515D7D
(81,93,125)
#454F69
(69,79,105)
#394155
(57,65,85)
#2D3341
(45,51,65)
#21252D
(33,37,45)
#151719
(21,23,25)
#000000
(0,0,0)

Tints of #8DA3E1

#8DA3E1
(141,163,225)
#97ABE3
(151,171,227)
#A1B3E5
(161,179,229)
#ABBBE7
(171,187,231)
#B5C3E9
(181,195,233)
#BFCBEB
(191,203,235)
#C9D3ED
(201,211,237)
#D3DBEF
(211,219,239)
#DDE3F1
(221,227,241)
#E7EBF3
(231,235,243)
#F1F3F5
(241,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8DA3E1 color. Also use rgb(141,163,225) instead hex code.

Text Font Color

.myTextColor { color: #8DA3E1; }

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

This text font color is #8DA3E1.


Background Color

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

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

This div background color is #8DA3E1.


Border color

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

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

This div border color is #8DA3E1.


Opacity

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

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

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

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

This text has shadow with #8DA3E1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8DA3E1 on black background.


Color preview on white background

This text has color #8DA3E1 on white background.



Black color preview on #8DA3E1 background

This text has black color on #8DA3E1 background.


White color preview on #8DA3E1 background

This text has white color on #8DA3E1 background.