COLOR #8DA3E9

HEX: #8DA3E9
RGB: (141,163,233)

Color info

#8DA3E9 contains mainly blue color. Web safe color of #8DA3E9 is #9999FF (or #99F).

RGB color model

#8DA3E9 color RGB value is (141,163,233).

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

RGB channels and saturation

R 141 of 255 = 55%
G 163 of 255 = 64%
B 233 of 255 = 91%

141
163
233

R + G + B ~ 70%. #8DA3E9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
141 + 163 + 233 = 537 (100%)
R 141 of 537 ~ 26.26%
G 163 of 537 ~ 30.35%
B 233 of 537 ~ 43.39%

%26.26
%30.35
%43.39

CMYK color model

#8DA3E9 color CMYK value is (39,30,0,9).

  • cyan value is 39.48%
  • magenta value is 30.04%
  • yellow value is 0.00%
  • key color value is 8.63%
CMYK:
(39,30,0,9)
C39M30Y0K9 
(39%,30%,0%,9%)
(0.39/0.30/0.00/0.09)	

CMYK percentages

%39.48
%30.04
%0
%8.63

Codes

Color #8DA3E9 in popluar color models

8DA3E9
RGB141163233
HSL226°67.65%73.33%
HSB/HSV226°39.48%91.37%
CMYK39.48%30.04%0.00%
8.63%

Color #8DA3E9 in popluar number systems.

HEX8DA3E9
Decimal141163233
Binary100011011010001111101001
Octal215243351

Shades and tints

Shades of #8DA3E9

#8DA3E9
(141,163,233)
#8195D4
(129,149,212)
#7587BF
(117,135,191)
#6979AA
(105,121,170)
#5D6B95
(93,107,149)
#515D80
(81,93,128)
#454F6B
(69,79,107)
#394156
(57,65,86)
#2D3341
(45,51,65)
#21252C
(33,37,44)
#151717
(21,23,23)
#000000
(0,0,0)

Tints of #8DA3E9

#8DA3E9
(141,163,233)
#97ABEB
(151,171,235)
#A1B3ED
(161,179,237)
#ABBBEF
(171,187,239)
#B5C3F1
(181,195,241)
#BFCBF3
(191,203,243)
#C9D3F5
(201,211,245)
#D3DBF7
(211,219,247)
#DDE3F9
(221,227,249)
#E7EBFB
(231,235,251)
#F1F3FD
(241,243,253)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8DA3E9; }

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

This text font color is #8DA3E9.


Background Color

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

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

This div background color is #8DA3E9.


Border color

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

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

This div border color is #8DA3E9.


Opacity

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

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

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

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

This text has shadow with #8DA3E9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8DA3E9 on black background.


Color preview on white background

This text has color #8DA3E9 on white background.



Black color preview on #8DA3E9 background

This text has black color on #8DA3E9 background.


White color preview on #8DA3E9 background

This text has white color on #8DA3E9 background.