COLOR #8DA4F0

HEX: #8DA4F0
RGB: (141,164,240)

Color info

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

RGB color model

#8DA4F0 color RGB value is (141,164,240).

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

RGB channels and saturation

R 141 of 255 = 55%
G 164 of 255 = 64%
B 240 of 255 = 94%

141
164
240

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

Portions of RGB colors in percentages

R + G + B =
141 + 164 + 240 = 545 (100%)
R 141 of 545 ~ 25.87%
G 164 of 545 ~ 30.09%
B 240 of 545 ~ 44.04%

%25.87
%30.09
%44.04

CMYK color model

#8DA4F0 color CMYK value is (41,32,0,6).

  • cyan value is 41.25%
  • magenta value is 31.67%
  • yellow value is 0.00%
  • key color value is 5.88%
CMYK:
(41,32,0,6)
C41M32Y0K6 
(41%,32%,0%,6%)
(0.41/0.32/0.00/0.06)	

CMYK percentages

%41.25
%31.67
%0
%5.88

Codes

Color #8DA4F0 in popluar color models

8DA4F0
RGB141164240
HSL226°76.74%74.71%
HSB/HSV226°41.25%94.12%
CMYK41.25%31.67%0.00%
5.88%

Color #8DA4F0 in popluar number systems.

HEX8DA4F0
Decimal141164240
Binary100011011010010011110000
Octal215244360

Shades and tints

Shades of #8DA4F0

#8DA4F0
(141,164,240)
#8196DB
(129,150,219)
#7588C6
(117,136,198)
#697AB1
(105,122,177)
#5D6C9C
(93,108,156)
#515E87
(81,94,135)
#455072
(69,80,114)
#39425D
(57,66,93)
#2D3448
(45,52,72)
#212633
(33,38,51)
#15181E
(21,24,30)
#000000
(0,0,0)

Tints of #8DA4F0

#8DA4F0
(141,164,240)
#97ACF1
(151,172,241)
#A1B4F2
(161,180,242)
#ABBCF3
(171,188,243)
#B5C4F4
(181,196,244)
#BFCCF5
(191,204,245)
#C9D4F6
(201,212,246)
#D3DCF7
(211,220,247)
#DDE4F8
(221,228,248)
#E7ECF9
(231,236,249)
#F1F4FA
(241,244,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8DA4F0; }

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

This text font color is #8DA4F0.


Background Color

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

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

This div background color is #8DA4F0.


Border color

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

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

This div border color is #8DA4F0.


Opacity

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

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

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

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

This text has shadow with #8DA4F0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8DA4F0 on black background.


Color preview on white background

This text has color #8DA4F0 on white background.



Black color preview on #8DA4F0 background

This text has black color on #8DA4F0 background.


White color preview on #8DA4F0 background

This text has white color on #8DA4F0 background.