COLOR #8DA9CE

HEX: #8DA9CE RGB: (141,169,206)

Color info

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

RGB color model

#8DA9CE color RGB value is (141,169,206).

RGB: (141,169,206) (55%, 66%, 81%)

RGB channels and saturation

R 141 of 255 = 55%
G 169 of 255 = 66%
B 206 of 255 = 81%

141
169
206

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

Portions of RGB colors in percentages

R + G + B = 141 + 169 + 206 = 516 (100%)
R 141 of 516 ~ 27.33%
G 169 of 516 ~ 32.75%
B 206 of 516 ~ 39.92'%

%27.33
%32.75
%39.92

CMYK color model

#8DA9CE color CMYK value is (32,18,0,19).

  • cyan value is 31.55%
  • magenta value is 17.96%
  • yellow value is 0.00%
  • key color value is 19.22%

CMYK: (32,18,0,19)
C32M18Y0K19 (32%, 18%, 0%, 19%)
(0.32 / 0.18 / 0.00 / 0.19)

CMYK percentages

%31.55
%17.96
%0
%19.22

Codes

Color #8DA9CE in popluar color models

8D A9 CE
RGB 141 169 206
HSL 214° 39.88% 68.04%
HSB/HSV 214° 31.55% 80.78%
CMYK 31.55% 17.96% 0.00%
19.22%

Color #8DA9CE in popluar number systems.

HEX 8D A9 CE
Decimal 141 169 206
Binary 10001101 10101001 11001110
Octal 215 251 316

Shades and tints

Shades of #8DA9CE

#8DA9CE
(141,169,206)
#819ABC
(129,154,188)
#758BAA
(117,139,170)
#697C98
(105,124,152)
#5D6D86
(93,109,134)
#515E74
(81,94,116)
#454F62
(69,79,98)
#394050
(57,64,80)
#2D313E
(45,49,62)
#21222C
(33,34,44)
#15131A
(21,19,26)
#000000
(0,0,0)

Tints of #8DA9CE

#8DA9CE
(141,169,206)
#97B0D2
(151,176,210)
#A1B7D6
(161,183,214)
#ABBEDA
(171,190,218)
#B5C5DE
(181,197,222)
#BFCCE2
(191,204,226)
#C9D3E6
(201,211,230)
#D3DAEA
(211,218,234)
#DDE1EE
(221,225,238)
#E7E8F2
(231,232,242)
#F1EFF6
(241,239,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8DA9CE; }

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

This text font color is #8DA9CE.

Background Color

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

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

This div background color is #8DA9CE.

Border color

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

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

This div border color is #8DA9CE.

Opacity

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

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

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

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

This text has shadow with #8DA9CE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8DA9CE.

Preview

Color preview on black background

This text has color #8DA9CE on black background.


Color preview on white background

This text has color #8DA9CE on white background.


Black color preview on #8DA9CE background

This text has black color on #8DA9CE background.


White color preview on #8DA9CE background

This text has white color on #8DA9CE background.


Related colors

Complementary color

Complementary color for #hex is #725631.


I love getcolorcode.com

Triadic colors

1 #CE8DA9 and #A9CE8D with #8DA9CE are triadic colors.

2 #CEA98D and #A98DCE with #8DA9CE are triadic colors.