COLOR #8DA6D2

HEX: #8DA6D2 RGB: (141,166,210)

Color info

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

RGB color model

#8DA6D2 color RGB value is (141,166,210).

RGB: (141,166,210) (55%, 65%, 82%)

RGB channels and saturation

R 141 of 255 = 55%
G 166 of 255 = 65%
B 210 of 255 = 82%

141
166
210

R + G + B ~ 67%. #8DA6D2 is quite light color.

Portions of RGB colors in percentages

R + G + B = 141 + 166 + 210 = 517 (100%)
R 141 of 517 ~ 27.27%
G 166 of 517 ~ 32.11%
B 210 of 517 ~ 40.62'%

%27.27
%32.11
%40.62

CMYK color model

#8DA6D2 color CMYK value is (33,21,0,18).

  • cyan value is 32.86%
  • magenta value is 20.95%
  • yellow value is 0.00%
  • key color value is 17.65%

CMYK: (33,21,0,18)
C33M21Y0K18 (33%, 21%, 0%, 18%)
(0.33 / 0.21 / 0.00 / 0.18)

CMYK percentages

%32.86
%20.95
%0
%17.65

Codes

Color #8DA6D2 in popluar color models

8D A6 D2
RGB 141 166 210
HSL 218° 43.40% 68.82%
HSB/HSV 218° 32.86% 82.35%
CMYK 32.86% 20.95% 0.00%
17.65%

Color #8DA6D2 in popluar number systems.

HEX 8D A6 D2
Decimal 141 166 210
Binary 10001101 10100110 11010010
Octal 215 246 322

Shades and tints

Shades of #8DA6D2

#8DA6D2
(141,166,210)
#8197BF
(129,151,191)
#7588AC
(117,136,172)
#697999
(105,121,153)
#5D6A86
(93,106,134)
#515B73
(81,91,115)
#454C60
(69,76,96)
#393D4D
(57,61,77)
#2D2E3A
(45,46,58)
#211F27
(33,31,39)
#151014
(21,16,20)
#000000
(0,0,0)

Tints of #8DA6D2

#8DA6D2
(141,166,210)
#97AED6
(151,174,214)
#A1B6DA
(161,182,218)
#ABBEDE
(171,190,222)
#B5C6E2
(181,198,226)
#BFCEE6
(191,206,230)
#C9D6EA
(201,214,234)
#D3DEEE
(211,222,238)
#DDE6F2
(221,230,242)
#E7EEF6
(231,238,246)
#F1F6FA
(241,246,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8DA6D2 color. Also use rgb(141,166,210) instead hex code.

Text Font Color

.myTextColor { color: #8DA6D2; }

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

This text font color is #8DA6D2.

Background Color

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

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

This div background color is #8DA6D2.

Border color

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

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

This div border color is #8DA6D2.

Opacity

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

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

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

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

This text has shadow with #8DA6D2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8DA6D2.

Preview

Color preview on black background

This text has color #8DA6D2 on black background.


Color preview on white background

This text has color #8DA6D2 on white background.


Black color preview on #8DA6D2 background

This text has black color on #8DA6D2 background.


White color preview on #8DA6D2 background

This text has white color on #8DA6D2 background.


Related colors

Complementary color

Complementary color for #hex is #72592D.


I love getcolorcode.com

Triadic colors

1 #D28DA6 and #A6D28D with #8DA6D2 are triadic colors.

2 #D2A68D and #A68DD2 with #8DA6D2 are triadic colors.