COLOR #8DC7B3

HEX: #8DC7B3
RGB: (141,199,179)

Color info

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

RGB color model

#8DC7B3 color RGB value is (141,199,179).

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

RGB channels and saturation

R 141 of 255 = 55%
G 199 of 255 = 78%
B 179 of 255 = 70%

141
199
179

R + G + B ~ 68%. #8DC7B3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
141 + 199 + 179 = 519 (100%)
R 141 of 519 ~ 27.17%
G 199 of 519 ~ 38.34%
B 179 of 519 ~ 34.49%

%27.17
%38.34
%34.49

CMYK color model

#8DC7B3 color CMYK value is (29,0,10,22).

  • cyan value is 29.15%
  • magenta value is 0.00%
  • yellow value is 10.05%
  • key color value is 21.96%
CMYK:
(29,0,10,22)
C29M0Y10K22 
(29%,0%,10%,22%)
(0.29/0.00/0.10/0.22)	

CMYK percentages

%29.15
%0
%10.05
%21.96

Codes

Color #8DC7B3 in popluar color models

8DC7B3
RGB141199179
HSL159°34.12%66.67%
HSB/HSV159°29.15%78.04%
CMYK29.15%0.00%10.05%
21.96%

Color #8DC7B3 in popluar number systems.

HEX8DC7B3
Decimal141199179
Binary100011011100011110110011
Octal215307263

Shades and tints

Shades of #8DC7B3

#8DC7B3
(141,199,179)
#81B5A3
(129,181,163)
#75A393
(117,163,147)
#699183
(105,145,131)
#5D7F73
(93,127,115)
#516D63
(81,109,99)
#455B53
(69,91,83)
#394943
(57,73,67)
#2D3733
(45,55,51)
#212523
(33,37,35)
#151313
(21,19,19)
#000000
(0,0,0)

Tints of #8DC7B3

#8DC7B3
(141,199,179)
#97CCB9
(151,204,185)
#A1D1BF
(161,209,191)
#ABD6C5
(171,214,197)
#B5DBCB
(181,219,203)
#BFE0D1
(191,224,209)
#C9E5D7
(201,229,215)
#D3EADD
(211,234,221)
#DDEFE3
(221,239,227)
#E7F4E9
(231,244,233)
#F1F9EF
(241,249,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8DC7B3; }

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

This text font color is #8DC7B3.


Background Color

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

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

This div background color is #8DC7B3.


Border color

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

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

This div border color is #8DC7B3.


Opacity

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

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

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

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

This text has shadow with #8DC7B3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8DC7B3 on black background.


Color preview on white background

This text has color #8DC7B3 on white background.



Black color preview on #8DC7B3 background

This text has black color on #8DC7B3 background.


White color preview on #8DC7B3 background

This text has white color on #8DC7B3 background.