COLOR #8DC7B0

HEX: #8DC7B0
RGB: (141,199,176)

Color info

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

RGB color model

#8DC7B0 color RGB value is (141,199,176).

  • red value is 141;
  • green value is 199;
  • blue value is 176.
RGB:
(141,199,176)
(55%,78%,69%)

RGB channels and saturation

R 141 of 255 = 55%
G 199 of 255 = 78%
B 176 of 255 = 69%

141
199
176

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

Portions of RGB colors in percentages

R + G + B =
141 + 199 + 176 = 516 (100%)
R 141 of 516 ~ 27.33%
G 199 of 516 ~ 38.57%
B 176 of 516 ~ 34.11%

%27.33
%38.57
%34.11

CMYK color model

#8DC7B0 color CMYK value is (29,0,12,22).

  • cyan value is 29.15%
  • magenta value is 0.00%
  • yellow value is 11.56%
  • key color value is 21.96%
CMYK:
(29,0,12,22)
C29M0Y12K22 
(29%,0%,12%,22%)
(0.29/0.00/0.12/0.22)	

CMYK percentages

%29.15
%0
%11.56
%21.96

Codes

Color #8DC7B0 in popluar color models

8DC7B0
RGB141199176
HSL156°34.12%66.67%
HSB/HSV156°29.15%78.04%
CMYK29.15%0.00%11.56%
21.96%

Color #8DC7B0 in popluar number systems.

HEX8DC7B0
Decimal141199176
Binary100011011100011110110000
Octal215307260

Shades and tints

Shades of #8DC7B0

#8DC7B0
(141,199,176)
#81B5A0
(129,181,160)
#75A390
(117,163,144)
#699180
(105,145,128)
#5D7F70
(93,127,112)
#516D60
(81,109,96)
#455B50
(69,91,80)
#394940
(57,73,64)
#2D3730
(45,55,48)
#212520
(33,37,32)
#151310
(21,19,16)
#000000
(0,0,0)

Tints of #8DC7B0

#8DC7B0
(141,199,176)
#97CCB7
(151,204,183)
#A1D1BE
(161,209,190)
#ABD6C5
(171,214,197)
#B5DBCC
(181,219,204)
#BFE0D3
(191,224,211)
#C9E5DA
(201,229,218)
#D3EAE1
(211,234,225)
#DDEFE8
(221,239,232)
#E7F4EF
(231,244,239)
#F1F9F6
(241,249,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8DC7B0; }

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

This text font color is #8DC7B0.


Background Color

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

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

This div background color is #8DC7B0.


Border color

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

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

This div border color is #8DC7B0.


Opacity

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

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

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

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

This text has shadow with #8DC7B0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8DC7B0 on black background.


Color preview on white background

This text has color #8DC7B0 on white background.



Black color preview on #8DC7B0 background

This text has black color on #8DC7B0 background.


White color preview on #8DC7B0 background

This text has white color on #8DC7B0 background.