COLOR #8DC9C5

HEX: #8DC9C5
RGB: (141,201,197)

Color info

#8DC9C5 contains mainly green and blue colors. Web safe color of #8DC9C5 is #99CCCC (or #9CC).

RGB color model

#8DC9C5 color RGB value is (141,201,197).

  • red value is 141;
  • green value is 201;
  • blue value is 197.
RGB:
(141,201,197)
(55%,79%,77%)

RGB channels and saturation

R 141 of 255 = 55%
G 201 of 255 = 79%
B 197 of 255 = 77%

141
201
197

R + G + B ~ 70%. #8DC9C5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
141 + 201 + 197 = 539 (100%)
R 141 of 539 ~ 26.16%
G 201 of 539 ~ 37.29%
B 197 of 539 ~ 36.55%

%26.16
%37.29
%36.55

CMYK color model

#8DC9C5 color CMYK value is (30,0,2,21).

  • cyan value is 29.85%
  • magenta value is 0.00%
  • yellow value is 1.99%
  • key color value is 21.18%
CMYK:
(30,0,2,21)
C30M0Y2K21 
(30%,0%,2%,21%)
(0.30/0.00/0.02/0.21)	

CMYK percentages

%29.85
%0
%1.99
%21.18

Codes

Color #8DC9C5 in popluar color models

8DC9C5
RGB141201197
HSL176°35.71%67.06%
HSB/HSV176°29.85%78.82%
CMYK29.85%0.00%1.99%
21.18%

Color #8DC9C5 in popluar number systems.

HEX8DC9C5
Decimal141201197
Binary100011011100100111000101
Octal215311305

Shades and tints

Shades of #8DC9C5

#8DC9C5
(141,201,197)
#81B7B4
(129,183,180)
#75A5A3
(117,165,163)
#699392
(105,147,146)
#5D8181
(93,129,129)
#516F70
(81,111,112)
#455D5F
(69,93,95)
#394B4E
(57,75,78)
#2D393D
(45,57,61)
#21272C
(33,39,44)
#15151B
(21,21,27)
#000000
(0,0,0)

Tints of #8DC9C5

#8DC9C5
(141,201,197)
#97CDCA
(151,205,202)
#A1D1CF
(161,209,207)
#ABD5D4
(171,213,212)
#B5D9D9
(181,217,217)
#BFDDDE
(191,221,222)
#C9E1E3
(201,225,227)
#D3E5E8
(211,229,232)
#DDE9ED
(221,233,237)
#E7EDF2
(231,237,242)
#F1F1F7
(241,241,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8DC9C5 color. Also use rgb(141,201,197) instead hex code.

Text Font Color

.myTextColor { color: #8DC9C5; }

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

This text font color is #8DC9C5.


Background Color

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

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

This div background color is #8DC9C5.


Border color

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

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

This div border color is #8DC9C5.


Opacity

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

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

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

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

This text has shadow with #8DC9C5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8DC9C5 on black background.


Color preview on white background

This text has color #8DC9C5 on white background.



Black color preview on #8DC9C5 background

This text has black color on #8DC9C5 background.


White color preview on #8DC9C5 background

This text has white color on #8DC9C5 background.