COLOR #8DC8AB

HEX: #8DC8AB RGB: (141,200,171)

Color info

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

RGB color model

#8DC8AB color RGB value is (141,200,171).

RGB: (141,200,171) (55%, 78%, 67%)

RGB channels and saturation

R 141 of 255 = 55%
G 200 of 255 = 78%
B 171 of 255 = 67%

141
200
171

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

Portions of RGB colors in percentages

R + G + B = 141 + 200 + 171 = 512 (100%)
R 141 of 512 ~ 27.54%
G 200 of 512 ~ 39.06%
B 171 of 512 ~ 33.4'%

%27.54
%39.06
%33.4

CMYK color model

#8DC8AB color CMYK value is (30,0,15,22).

  • cyan value is 29.50%
  • magenta value is 0.00%
  • yellow value is 14.50%
  • key color value is 21.57%
CMYK: (30,0,15,22) C30M0Y15K22 (30%,0%,15%,22%) (0.30/0.00/0.15/0.22) 

CMYK percentages

%29.5
%0
%14.5
%21.57

Codes

Color #8DC8AB in popluar color models

8D C8 AB
RGB 141 200 171
HSL 151° 34.91% 66.86%
HSB/HSV 151° 29.50% 78.43%
CMYK 29.50% 0.00% 14.50%
21.57%

Color #8DC8AB in popluar number systems.

HEX 8D C8 AB
Decimal 141 200 171
Binary 10001101 11001000 10101011
Octal 215 310 253

Shades and tints

Shades of #8DC8AB

#8DC8AB
(141,200,171)
#81B69C
(129,182,156)
#75A48D
(117,164,141)
#69927E
(105,146,126)
#5D806F
(93,128,111)
#516E60
(81,110,96)
#455C51
(69,92,81)
#394A42
(57,74,66)
#2D3833
(45,56,51)
#212624
(33,38,36)
#151415
(21,20,21)
#000000
(0,0,0)

Tints of #8DC8AB

#8DC8AB
(141,200,171)
#97CDB2
(151,205,178)
#A1D2B9
(161,210,185)
#ABD7C0
(171,215,192)
#B5DCC7
(181,220,199)
#BFE1CE
(191,225,206)
#C9E6D5
(201,230,213)
#D3EBDC
(211,235,220)
#DDF0E3
(221,240,227)
#E7F5EA
(231,245,234)
#F1FAF1
(241,250,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8DC8AB color. Also use rgb(141,200,171) instead hex code.

Text Font Color

.myTextColor { color: #8DC8AB; }

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

This text font color is #8DC8AB.

Background Color

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

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

This div background color is #8DC8AB.

Border color

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

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

This div border color is #8DC8AB.

Opacity

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

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

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

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

This text has shadow with #8DC8AB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8DC8AB.

Preview

Color preview on black background

This text has color #8DC8AB on black background.


Color preview on white background

This text has color #8DC8AB on white background.


Black color preview on #8DC8AB background

This text has black color on #8DC8AB background.


White color preview on #8DC8AB background

This text has white color on #8DC8AB background.


Related colors

Complementary color

Complementary color for #hex is #723754.


I love getcolorcode.com

Triadic colors

1 #AB8DC8 and #C8AB8D with #8DC8AB are triadic colors.

2 #ABC88D and #C88DAB with #8DC8AB are triadic colors.