COLOR #8DC7AD

HEX: #8DC7AD RGB: (141,199,173)

Color info

#8DC7AD contains red, green and blue colors in about the same proportion. Web safe color of #8DC7AD is #99CC99 (or #9C9).

RGB color model

#8DC7AD color RGB value is (141,199,173).

RGB: (141,199,173) (55%, 78%, 68%)

RGB channels and saturation

R 141 of 255 = 55%
G 199 of 255 = 78%
B 173 of 255 = 68%

141
199
173

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

Portions of RGB colors in percentages

R + G + B = 141 + 199 + 173 = 513 (100%)
R 141 of 513 ~ 27.49%
G 199 of 513 ~ 38.79%
B 173 of 513 ~ 33.72'%

%27.49
%38.79
%33.72

CMYK color model

#8DC7AD color CMYK value is (29,0,13,22).

  • cyan value is 29.15%
  • magenta value is 0.00%
  • yellow value is 13.07%
  • key color value is 21.96%
CMYK: (29,0,13,22) C29M0Y13K22 (29%,0%,13%,22%) (0.29/0.00/0.13/0.22) 

CMYK percentages

%29.15
%0
%13.07
%21.96

Codes

Color #8DC7AD in popluar color models

8D C7 AD
RGB 141 199 173
HSL 153° 34.12% 66.67%
HSB/HSV 153° 29.15% 78.04%
CMYK 29.15% 0.00% 13.07%
21.96%

Color #8DC7AD in popluar number systems.

HEX 8D C7 AD
Decimal 141 199 173
Binary 10001101 11000111 10101101
Octal 215 307 255

Shades and tints

Shades of #8DC7AD

#8DC7AD
(141,199,173)
#81B59E
(129,181,158)
#75A38F
(117,163,143)
#699180
(105,145,128)
#5D7F71
(93,127,113)
#516D62
(81,109,98)
#455B53
(69,91,83)
#394944
(57,73,68)
#2D3735
(45,55,53)
#212526
(33,37,38)
#151317
(21,19,23)
#000000
(0,0,0)

Tints of #8DC7AD

#8DC7AD
(141,199,173)
#97CCB4
(151,204,180)
#A1D1BB
(161,209,187)
#ABD6C2
(171,214,194)
#B5DBC9
(181,219,201)
#BFE0D0
(191,224,208)
#C9E5D7
(201,229,215)
#D3EADE
(211,234,222)
#DDEFE5
(221,239,229)
#E7F4EC
(231,244,236)
#F1F9F3
(241,249,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8DC7AD; }

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

This text font color is #8DC7AD.

Background Color

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

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

This div background color is #8DC7AD.

Border color

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

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

This div border color is #8DC7AD.

Opacity

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

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

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

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

This text has shadow with #8DC7AD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8DC7AD.

Preview

Color preview on black background

This text has color #8DC7AD on black background.


Color preview on white background

This text has color #8DC7AD on white background.


Black color preview on #8DC7AD background

This text has black color on #8DC7AD background.


White color preview on #8DC7AD background

This text has white color on #8DC7AD background.


Related colors

Complementary color

Complementary color for #hex is #723852.


I love getcolorcode.com

Triadic colors

1 #AD8DC7 and #C7AD8D with #8DC7AD are triadic colors.

2 #ADC78D and #C78DAD with #8DC7AD are triadic colors.