COLOR #8DA5DA

HEX: #8DA5DA RGB: (141,165,218)

Color info

#8DA5DA contains mainly green and blue colors. Web safe color of #8DA5DA is #9999CC (or #99C).

RGB color model

#8DA5DA color RGB value is (141,165,218).

RGB: (141,165,218) (55%, 65%, 85%)

RGB channels and saturation

R 141 of 255 = 55%
G 165 of 255 = 65%
B 218 of 255 = 85%

141
165
218

R + G + B ~ 68%. #8DA5DA is quite light color.

Portions of RGB colors in percentages

R + G + B = 141 + 165 + 218 = 524 (100%)
R 141 of 524 ~ 26.91%
G 165 of 524 ~ 31.49%
B 218 of 524 ~ 41.6'%

%26.91
%31.49
%41.6

CMYK color model

#8DA5DA color CMYK value is (35,24,0,15).

  • cyan value is 35.32%
  • magenta value is 24.31%
  • yellow value is 0.00%
  • key color value is 14.51%
CMYK: (35,24,0,15) C35M24Y0K15 (35%,24%,0%,15%) (0.35/0.24/0.00/0.15) 

CMYK percentages

%35.32
%24.31
%0
%14.51

Codes

Color #8DA5DA in popluar color models

8D A5 DA
RGB 141 165 218
HSL 221° 50.99% 70.39%
HSB/HSV 221° 35.32% 85.49%
CMYK 35.32% 24.31% 0.00%
14.51%

Color #8DA5DA in popluar number systems.

HEX 8D A5 DA
Decimal 141 165 218
Binary 10001101 10100101 11011010
Octal 215 245 332

Shades and tints

Shades of #8DA5DA

#8DA5DA
(141,165,218)
#8196C7
(129,150,199)
#7587B4
(117,135,180)
#6978A1
(105,120,161)
#5D698E
(93,105,142)
#515A7B
(81,90,123)
#454B68
(69,75,104)
#393C55
(57,60,85)
#2D2D42
(45,45,66)
#211E2F
(33,30,47)
#150F1C
(21,15,28)
#000000
(0,0,0)

Tints of #8DA5DA

#8DA5DA
(141,165,218)
#97ADDD
(151,173,221)
#A1B5E0
(161,181,224)
#ABBDE3
(171,189,227)
#B5C5E6
(181,197,230)
#BFCDE9
(191,205,233)
#C9D5EC
(201,213,236)
#D3DDEF
(211,221,239)
#DDE5F2
(221,229,242)
#E7EDF5
(231,237,245)
#F1F5F8
(241,245,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8DA5DA; }

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

This text font color is #8DA5DA.

Background Color

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

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

This div background color is #8DA5DA.

Border color

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

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

This div border color is #8DA5DA.

Opacity

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

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

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

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

This text has shadow with #8DA5DA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8DA5DA.

Preview

Color preview on black background

This text has color #8DA5DA on black background.


Color preview on white background

This text has color #8DA5DA on white background.


Black color preview on #8DA5DA background

This text has black color on #8DA5DA background.


White color preview on #8DA5DA background

This text has white color on #8DA5DA background.


Related colors

Complementary color

Complementary color for #hex is #725A25.


I love getcolorcode.com

Triadic colors

1 #DA8DA5 and #A5DA8D with #8DA5DA are triadic colors.

2 #DAA58D and #A58DDA with #8DA5DA are triadic colors.