COLOR #8DA5F0

HEX: #8DA5F0
RGB: (141,165,240)

Color info

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

RGB color model

#8DA5F0 color RGB value is (141,165,240).

  • red value is 141;
  • green value is 165;
  • blue value is 240.
RGB:
(141,165,240)
(55%,65%,94%)

RGB channels and saturation

R 141 of 255 = 55%
G 165 of 255 = 65%
B 240 of 255 = 94%

141
165
240

R + G + B ~ 71%. #8DA5F0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
141 + 165 + 240 = 546 (100%)
R 141 of 546 ~ 25.82%
G 165 of 546 ~ 30.22%
B 240 of 546 ~ 43.96%

%25.82
%30.22
%43.96

CMYK color model

#8DA5F0 color CMYK value is (41,31,0,6).

  • cyan value is 41.25%
  • magenta value is 31.25%
  • yellow value is 0.00%
  • key color value is 5.88%
CMYK:
(41,31,0,6)
C41M31Y0K6 
(41%,31%,0%,6%)
(0.41/0.31/0.00/0.06)	

CMYK percentages

%41.25
%31.25
%0
%5.88

Codes

Color #8DA5F0 in popluar color models

8DA5F0
RGB141165240
HSL225°76.74%74.71%
HSB/HSV225°41.25%94.12%
CMYK41.25%31.25%0.00%
5.88%

Color #8DA5F0 in popluar number systems.

HEX8DA5F0
Decimal141165240
Binary100011011010010111110000
Octal215245360

Shades and tints

Shades of #8DA5F0

#8DA5F0
(141,165,240)
#8196DB
(129,150,219)
#7587C6
(117,135,198)
#6978B1
(105,120,177)
#5D699C
(93,105,156)
#515A87
(81,90,135)
#454B72
(69,75,114)
#393C5D
(57,60,93)
#2D2D48
(45,45,72)
#211E33
(33,30,51)
#150F1E
(21,15,30)
#000000
(0,0,0)

Tints of #8DA5F0

#8DA5F0
(141,165,240)
#97ADF1
(151,173,241)
#A1B5F2
(161,181,242)
#ABBDF3
(171,189,243)
#B5C5F4
(181,197,244)
#BFCDF5
(191,205,245)
#C9D5F6
(201,213,246)
#D3DDF7
(211,221,247)
#DDE5F8
(221,229,248)
#E7EDF9
(231,237,249)
#F1F5FA
(241,245,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8DA5F0 color. Also use rgb(141,165,240) instead hex code.

Text Font Color

.myTextColor { color: #8DA5F0; }

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

This text font color is #8DA5F0.


Background Color

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

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

This div background color is #8DA5F0.


Border color

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

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

This div border color is #8DA5F0.


Opacity

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

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

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

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

This text has shadow with #8DA5F0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8DA5F0 on black background.


Color preview on white background

This text has color #8DA5F0 on white background.



Black color preview on #8DA5F0 background

This text has black color on #8DA5F0 background.


White color preview on #8DA5F0 background

This text has white color on #8DA5F0 background.