COLOR #8DA9EF

HEX: #8DA9EF RGB: (141,169,239)

Color info

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

RGB color model

#8DA9EF color RGB value is (141,169,239).

RGB: (141,169,239) (55%, 66%, 94%)

RGB channels and saturation

R 141 of 255 = 55%
G 169 of 255 = 66%
B 239 of 255 = 94%

141
169
239

R + G + B ~ 72%. #8DA9EF is quite light color.

Portions of RGB colors in percentages

R + G + B = 141 + 169 + 239 = 549 (100%)
R 141 of 549 ~ 25.68%
G 169 of 549 ~ 30.78%
B 239 of 549 ~ 43.53'%

%25.68
%30.78
%43.53

CMYK color model

#8DA9EF color CMYK value is (41,29,0,6).

  • cyan value is 41.00%
  • magenta value is 29.29%
  • yellow value is 0.00%
  • key color value is 6.27%
CMYK: (41,29,0,6) C41M29Y0K6 (41%,29%,0%,6%) (0.41/0.29/0.00/0.06) 

CMYK percentages

%41
%29.29
%0
%6.27

Codes

Color #8DA9EF in popluar color models

8D A9 EF
RGB 141 169 239
HSL 223° 75.38% 74.51%
HSB/HSV 223° 41.00% 93.73%
CMYK 41.00% 29.29% 0.00%
6.27%

Color #8DA9EF in popluar number systems.

HEX 8D A9 EF
Decimal 141 169 239
Binary 10001101 10101001 11101111
Octal 215 251 357

Shades and tints

Shades of #8DA9EF

#8DA9EF
(141,169,239)
#819ADA
(129,154,218)
#758BC5
(117,139,197)
#697CB0
(105,124,176)
#5D6D9B
(93,109,155)
#515E86
(81,94,134)
#454F71
(69,79,113)
#39405C
(57,64,92)
#2D3147
(45,49,71)
#212232
(33,34,50)
#15131D
(21,19,29)
#000000
(0,0,0)

Tints of #8DA9EF

#8DA9EF
(141,169,239)
#97B0F0
(151,176,240)
#A1B7F1
(161,183,241)
#ABBEF2
(171,190,242)
#B5C5F3
(181,197,243)
#BFCCF4
(191,204,244)
#C9D3F5
(201,211,245)
#D3DAF6
(211,218,246)
#DDE1F7
(221,225,247)
#E7E8F8
(231,232,248)
#F1EFF9
(241,239,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8DA9EF color. Also use rgb(141,169,239) instead hex code.

Text Font Color

.myTextColor { color: #8DA9EF; }

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

This text font color is #8DA9EF.

Background Color

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

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

This div background color is #8DA9EF.

Border color

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

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

This div border color is #8DA9EF.

Opacity

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

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

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

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

This text has shadow with #8DA9EF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8DA9EF.

Preview

Color preview on black background

This text has color #8DA9EF on black background.


Color preview on white background

This text has color #8DA9EF on white background.


Black color preview on #8DA9EF background

This text has black color on #8DA9EF background.


White color preview on #8DA9EF background

This text has white color on #8DA9EF background.


Related colors

Complementary color

Complementary color for #hex is #725610.


I love getcolorcode.com

Triadic colors

1 #EF8DA9 and #A9EF8D with #8DA9EF are triadic colors.

2 #EFA98D and #A98DEF with #8DA9EF are triadic colors.