COLOR #8DADC5

HEX: #8DADC5 RGB: (141,173,197)

Color info

#8DADC5 contains red, green and blue colors in about the same proportion. Web safe color of #8DADC5 is #9999CC (or #99C).

RGB color model

#8DADC5 color RGB value is (141,173,197).

RGB: (141,173,197) (55%, 68%, 77%)

RGB channels and saturation

R 141 of 255 = 55%
G 173 of 255 = 68%
B 197 of 255 = 77%

141
173
197

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

Portions of RGB colors in percentages

R + G + B = 141 + 173 + 197 = 511 (100%)
R 141 of 511 ~ 27.59%
G 173 of 511 ~ 33.86%
B 197 of 511 ~ 38.55'%

%27.59
%33.86
%38.55

CMYK color model

#8DADC5 color CMYK value is (28,12,0,23).

  • cyan value is 28.43%
  • magenta value is 12.18%
  • yellow value is 0.00%
  • key color value is 22.75%

CMYK: (28,12,0,23)
C28M12Y0K23 (28%, 12%, 0%, 23%)
(0.28 / 0.12 / 0.00 / 0.23)

CMYK percentages

%28.43
%12.18
%0
%22.75

Codes

Color #8DADC5 in popluar color models

8D AD C5
RGB 141 173 197
HSL 206° 32.56% 66.27%
HSB/HSV 206° 28.43% 77.25%
CMYK 28.43% 12.18% 0.00%
22.75%

Color #8DADC5 in popluar number systems.

HEX 8D AD C5
Decimal 141 173 197
Binary 10001101 10101101 11000101
Octal 215 255 305

Shades and tints

Shades of #8DADC5

#8DADC5
(141,173,197)
#819EB4
(129,158,180)
#758FA3
(117,143,163)
#698092
(105,128,146)
#5D7181
(93,113,129)
#516270
(81,98,112)
#45535F
(69,83,95)
#39444E
(57,68,78)
#2D353D
(45,53,61)
#21262C
(33,38,44)
#15171B
(21,23,27)
#000000
(0,0,0)

Tints of #8DADC5

#8DADC5
(141,173,197)
#97B4CA
(151,180,202)
#A1BBCF
(161,187,207)
#ABC2D4
(171,194,212)
#B5C9D9
(181,201,217)
#BFD0DE
(191,208,222)
#C9D7E3
(201,215,227)
#D3DEE8
(211,222,232)
#DDE5ED
(221,229,237)
#E7ECF2
(231,236,242)
#F1F3F7
(241,243,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8DADC5 color. Also use rgb(141,173,197) instead hex code.

Text Font Color

.myTextColor { color: #8DADC5; }

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

This text font color is #8DADC5.

Background Color

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

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

This div background color is #8DADC5.

Border color

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

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

This div border color is #8DADC5.

Opacity

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

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

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

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

This text has shadow with #8DADC5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8DADC5.

Preview

Color preview on black background

This text has color #8DADC5 on black background.


Color preview on white background

This text has color #8DADC5 on white background.


Black color preview on #8DADC5 background

This text has black color on #8DADC5 background.


White color preview on #8DADC5 background

This text has white color on #8DADC5 background.


Related colors

Complementary color

Complementary color for #hex is #72523A.


I love getcolorcode.com

Triadic colors

1 #C58DAD and #ADC58D with #8DADC5 are triadic colors.

2 #C5AD8D and #AD8DC5 with #8DADC5 are triadic colors.