COLOR #8DAEAD

HEX: #8DAEAD
RGB: (141,174,173)

Color info

#8DAEAD contains red, green and blue colors in about the same proportion. Web safe color of #8DAEAD is #999999 (or #999).

RGB color model

#8DAEAD color RGB value is (141,174,173).

  • red value is 141;
  • green value is 174;
  • blue value is 173.
RGB:
(141,174,173)
(55%,68%,68%)

RGB channels and saturation

R 141 of 255 = 55%
G 174 of 255 = 68%
B 173 of 255 = 68%

141
174
173

R + G + B ~ 64%. #8DAEAD is quite light color.

Portions of RGB colors in percentages

R + G + B =
141 + 174 + 173 = 488 (100%)
R 141 of 488 ~ 28.89%
G 174 of 488 ~ 35.66%
B 173 of 488 ~ 35.45%

%28.89
%35.66
%35.45

CMYK color model

#8DAEAD color CMYK value is (19,0,1,32).

  • cyan value is 18.97%
  • magenta value is 0.00%
  • yellow value is 0.57%
  • key color value is 31.76%
CMYK:
(19,0,1,32)
C19M0Y1K32 
(19%,0%,1%,32%)
(0.19/0.00/0.01/0.32)	

CMYK percentages

%18.97
%0
%0.57
%31.76

Codes

Color #8DAEAD in popluar color models

8DAEAD
RGB141174173
HSL178°16.92%61.76%
HSB/HSV178°18.97%68.24%
CMYK18.97%0.00%0.57%
31.76%

Color #8DAEAD in popluar number systems.

HEX8DAEAD
Decimal141174173
Binary100011011010111010101101
Octal215256255

Shades and tints

Shades of #8DAEAD

#8DAEAD
(141,174,173)
#819F9E
(129,159,158)
#75908F
(117,144,143)
#698180
(105,129,128)
#5D7271
(93,114,113)
#516362
(81,99,98)
#455453
(69,84,83)
#394544
(57,69,68)
#2D3635
(45,54,53)
#212726
(33,39,38)
#151817
(21,24,23)
#000000
(0,0,0)

Tints of #8DAEAD

#8DAEAD
(141,174,173)
#97B5B4
(151,181,180)
#A1BCBB
(161,188,187)
#ABC3C2
(171,195,194)
#B5CAC9
(181,202,201)
#BFD1D0
(191,209,208)
#C9D8D7
(201,216,215)
#D3DFDE
(211,223,222)
#DDE6E5
(221,230,229)
#E7EDEC
(231,237,236)
#F1F4F3
(241,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8DAEAD; }

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

This text font color is #8DAEAD.


Background Color

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

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

This div background color is #8DAEAD.


Border color

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

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

This div border color is #8DAEAD.


Opacity

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

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

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

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

This text has shadow with #8DAEAD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8DAEAD on black background.


Color preview on white background

This text has color #8DAEAD on white background.



Black color preview on #8DAEAD background

This text has black color on #8DAEAD background.


White color preview on #8DAEAD background

This text has white color on #8DAEAD background.