COLOR #8DAAA6

HEX: #8DAAA6
RGB: (141,170,166)

Color info

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

RGB color model

#8DAAA6 color RGB value is (141,170,166).

  • red value is 141;
  • green value is 170;
  • blue value is 166.
RGB:
(141,170,166)
(55%,67%,65%)

RGB channels and saturation

R 141 of 255 = 55%
G 170 of 255 = 67%
B 166 of 255 = 65%

141
170
166

R + G + B ~ 62%. #8DAAA6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
141 + 170 + 166 = 477 (100%)
R 141 of 477 ~ 29.56%
G 170 of 477 ~ 35.64%
B 166 of 477 ~ 34.8%

%29.56
%35.64
%34.8

CMYK color model

#8DAAA6 color CMYK value is (17,0,2,33).

  • cyan value is 17.06%
  • magenta value is 0.00%
  • yellow value is 2.35%
  • key color value is 33.33%
CMYK:
(17,0,2,33)
C17M0Y2K33 
(17%,0%,2%,33%)
(0.17/0.00/0.02/0.33)	

CMYK percentages

%17.06
%0
%2.35
%33.33

Codes

Color #8DAAA6 in popluar color models

8DAAA6
RGB141170166
HSL172°14.57%60.98%
HSB/HSV172°17.06%66.67%
CMYK17.06%0.00%2.35%
33.33%

Color #8DAAA6 in popluar number systems.

HEX8DAAA6
Decimal141170166
Binary100011011010101010100110
Octal215252246

Shades and tints

Shades of #8DAAA6

#8DAAA6
(141,170,166)
#819B97
(129,155,151)
#758C88
(117,140,136)
#697D79
(105,125,121)
#5D6E6A
(93,110,106)
#515F5B
(81,95,91)
#45504C
(69,80,76)
#39413D
(57,65,61)
#2D322E
(45,50,46)
#21231F
(33,35,31)
#151410
(21,20,16)
#000000
(0,0,0)

Tints of #8DAAA6

#8DAAA6
(141,170,166)
#97B1AE
(151,177,174)
#A1B8B6
(161,184,182)
#ABBFBE
(171,191,190)
#B5C6C6
(181,198,198)
#BFCDCE
(191,205,206)
#C9D4D6
(201,212,214)
#D3DBDE
(211,219,222)
#DDE2E6
(221,226,230)
#E7E9EE
(231,233,238)
#F1F0F6
(241,240,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8DAAA6; }

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

This text font color is #8DAAA6.


Background Color

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

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

This div background color is #8DAAA6.


Border color

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

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

This div border color is #8DAAA6.


Opacity

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

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

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

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

This text has shadow with #8DAAA6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8DAAA6 on black background.


Color preview on white background

This text has color #8DAAA6 on white background.



Black color preview on #8DAAA6 background

This text has black color on #8DAAA6 background.


White color preview on #8DAAA6 background

This text has white color on #8DAAA6 background.