COLOR #8DD7B0

HEX: #8DD7B0
RGB: (141,215,176)

Color info

#8DD7B0 contains mainly green and blue colors. Web safe color of #8DD7B0 is #99CC99 (or #9C9).

RGB color model

#8DD7B0 color RGB value is (141,215,176).

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

RGB channels and saturation

R 141 of 255 = 55%
G 215 of 255 = 84%
B 176 of 255 = 69%

141
215
176

R + G + B ~ 69%. #8DD7B0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
141 + 215 + 176 = 532 (100%)
R 141 of 532 ~ 26.5%
G 215 of 532 ~ 40.41%
B 176 of 532 ~ 33.08%

%26.5
%40.41
%33.08

CMYK color model

#8DD7B0 color CMYK value is (34,0,18,16).

  • cyan value is 34.42%
  • magenta value is 0.00%
  • yellow value is 18.14%
  • key color value is 15.69%
CMYK:
(34,0,18,16)
C34M0Y18K16 
(34%,0%,18%,16%)
(0.34/0.00/0.18/0.16)	

CMYK percentages

%34.42
%0
%18.14
%15.69

Codes

Color #8DD7B0 in popluar color models

8DD7B0
RGB141215176
HSL148°48.05%69.80%
HSB/HSV148°34.42%84.31%
CMYK34.42%0.00%18.14%
15.69%

Color #8DD7B0 in popluar number systems.

HEX8DD7B0
Decimal141215176
Binary100011011101011110110000
Octal215327260

Shades and tints

Shades of #8DD7B0

#8DD7B0
(141,215,176)
#81C4A0
(129,196,160)
#75B190
(117,177,144)
#699E80
(105,158,128)
#5D8B70
(93,139,112)
#517860
(81,120,96)
#456550
(69,101,80)
#395240
(57,82,64)
#2D3F30
(45,63,48)
#212C20
(33,44,32)
#151910
(21,25,16)
#000000
(0,0,0)

Tints of #8DD7B0

#8DD7B0
(141,215,176)
#97DAB7
(151,218,183)
#A1DDBE
(161,221,190)
#ABE0C5
(171,224,197)
#B5E3CC
(181,227,204)
#BFE6D3
(191,230,211)
#C9E9DA
(201,233,218)
#D3ECE1
(211,236,225)
#DDEFE8
(221,239,232)
#E7F2EF
(231,242,239)
#F1F5F6
(241,245,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8DD7B0; }

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

This text font color is #8DD7B0.


Background Color

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

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

This div background color is #8DD7B0.


Border color

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

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

This div border color is #8DD7B0.


Opacity

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

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

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

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

This text has shadow with #8DD7B0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8DD7B0 on black background.


Color preview on white background

This text has color #8DD7B0 on white background.



Black color preview on #8DD7B0 background

This text has black color on #8DD7B0 background.


White color preview on #8DD7B0 background

This text has white color on #8DD7B0 background.