COLOR #8DC6A7

HEX: #8DC6A7
RGB: (141,198,167)

Color info

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

RGB color model

#8DC6A7 color RGB value is (141,198,167).

  • red value is 141;
  • green value is 198;
  • blue value is 167.
RGB:
(141,198,167)
(55%,78%,65%)

RGB channels and saturation

R 141 of 255 = 55%
G 198 of 255 = 78%
B 167 of 255 = 65%

141
198
167

R + G + B ~ 66%. #8DC6A7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
141 + 198 + 167 = 506 (100%)
R 141 of 506 ~ 27.87%
G 198 of 506 ~ 39.13%
B 167 of 506 ~ 33%

%27.87
%39.13
%33

CMYK color model

#8DC6A7 color CMYK value is (29,0,16,22).

  • cyan value is 28.79%
  • magenta value is 0.00%
  • yellow value is 15.66%
  • key color value is 22.35%
CMYK:
(29,0,16,22)
C29M0Y16K22 
(29%,0%,16%,22%)
(0.29/0.00/0.16/0.22)	

CMYK percentages

%28.79
%0
%15.66
%22.35

Codes

Color #8DC6A7 in popluar color models

8DC6A7
RGB141198167
HSL147°33.33%66.47%
HSB/HSV147°28.79%77.65%
CMYK28.79%0.00%15.66%
22.35%

Color #8DC6A7 in popluar number systems.

HEX8DC6A7
Decimal141198167
Binary100011011100011010100111
Octal215306247

Shades and tints

Shades of #8DC6A7

#8DC6A7
(141,198,167)
#81B498
(129,180,152)
#75A289
(117,162,137)
#69907A
(105,144,122)
#5D7E6B
(93,126,107)
#516C5C
(81,108,92)
#455A4D
(69,90,77)
#39483E
(57,72,62)
#2D362F
(45,54,47)
#212420
(33,36,32)
#151211
(21,18,17)
#000000
(0,0,0)

Tints of #8DC6A7

#8DC6A7
(141,198,167)
#97CBAF
(151,203,175)
#A1D0B7
(161,208,183)
#ABD5BF
(171,213,191)
#B5DAC7
(181,218,199)
#BFDFCF
(191,223,207)
#C9E4D7
(201,228,215)
#D3E9DF
(211,233,223)
#DDEEE7
(221,238,231)
#E7F3EF
(231,243,239)
#F1F8F7
(241,248,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8DC6A7 color. Also use rgb(141,198,167) instead hex code.

Text Font Color

.myTextColor { color: #8DC6A7; }

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

This text font color is #8DC6A7.


Background Color

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

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

This div background color is #8DC6A7.


Border color

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

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

This div border color is #8DC6A7.


Opacity

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

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

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

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

This text has shadow with #8DC6A7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8DC6A7 on black background.


Color preview on white background

This text has color #8DC6A7 on white background.



Black color preview on #8DC6A7 background

This text has black color on #8DC6A7 background.


White color preview on #8DC6A7 background

This text has white color on #8DC6A7 background.