COLOR #8DAED1

HEX: #8DAED1 RGB: (141,174,209)

Color info

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

RGB color model

#8DAED1 color RGB value is (141,174,209).

RGB: (141,174,209) (55%, 68%, 82%)

RGB channels and saturation

R 141 of 255 = 55%
G 174 of 255 = 68%
B 209 of 255 = 82%

141
174
209

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

Portions of RGB colors in percentages

R + G + B = 141 + 174 + 209 = 524 (100%)
R 141 of 524 ~ 26.91%
G 174 of 524 ~ 33.21%
B 209 of 524 ~ 39.89'%

%26.91
%33.21
%39.89

CMYK color model

#8DAED1 color CMYK value is (33,17,0,18).

  • cyan value is 32.54%
  • magenta value is 16.75%
  • yellow value is 0.00%
  • key color value is 18.04%

CMYK: (33,17,0,18)
C33M17Y0K18 (33%, 17%, 0%, 18%)
(0.33 / 0.17 / 0.00 / 0.18)

CMYK percentages

%32.54
%16.75
%0
%18.04

Codes

Color #8DAED1 in popluar color models

8D AE D1
RGB 141 174 209
HSL 211° 42.50% 68.63%
HSB/HSV 211° 32.54% 81.96%
CMYK 32.54% 16.75% 0.00%
18.04%

Color #8DAED1 in popluar number systems.

HEX 8D AE D1
Decimal 141 174 209
Binary 10001101 10101110 11010001
Octal 215 256 321

Shades and tints

Shades of #8DAED1

#8DAED1
(141,174,209)
#819FBE
(129,159,190)
#7590AB
(117,144,171)
#698198
(105,129,152)
#5D7285
(93,114,133)
#516372
(81,99,114)
#45545F
(69,84,95)
#39454C
(57,69,76)
#2D3639
(45,54,57)
#212726
(33,39,38)
#151813
(21,24,19)
#000000
(0,0,0)

Tints of #8DAED1

#8DAED1
(141,174,209)
#97B5D5
(151,181,213)
#A1BCD9
(161,188,217)
#ABC3DD
(171,195,221)
#B5CAE1
(181,202,225)
#BFD1E5
(191,209,229)
#C9D8E9
(201,216,233)
#D3DFED
(211,223,237)
#DDE6F1
(221,230,241)
#E7EDF5
(231,237,245)
#F1F4F9
(241,244,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8DAED1 color. Also use rgb(141,174,209) instead hex code.

Text Font Color

.myTextColor { color: #8DAED1; }

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

This text font color is #8DAED1.

Background Color

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

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

This div background color is #8DAED1.

Border color

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

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

This div border color is #8DAED1.

Opacity

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

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

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

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

This text has shadow with #8DAED1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8DAED1.

Preview

Color preview on black background

This text has color #8DAED1 on black background.


Color preview on white background

This text has color #8DAED1 on white background.


Black color preview on #8DAED1 background

This text has black color on #8DAED1 background.


White color preview on #8DAED1 background

This text has white color on #8DAED1 background.


Related colors

Complementary color

Complementary color for #hex is #72512E.


I love getcolorcode.com

Triadic colors

1 #D18DAE and #AED18D with #8DAED1 are triadic colors.

2 #D1AE8D and #AE8DD1 with #8DAED1 are triadic colors.