COLOR #8DE9B9

HEX: #8DE9B9
RGB: (141,233,185)

Color info

#8DE9B9 contains mainly green and blue colors. Web safe color of #8DE9B9 is #99FFCC (or #9FC).

RGB color model

#8DE9B9 color RGB value is (141,233,185).

  • red value is 141;
  • green value is 233;
  • blue value is 185.
RGB:
(141,233,185)
(55%,91%,73%)

RGB channels and saturation

R 141 of 255 = 55%
G 233 of 255 = 91%
B 185 of 255 = 73%

141
233
185

R + G + B ~ 73%. #8DE9B9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
141 + 233 + 185 = 559 (100%)
R 141 of 559 ~ 25.22%
G 233 of 559 ~ 41.68%
B 185 of 559 ~ 33.09%

%25.22
%41.68
%33.09

CMYK color model

#8DE9B9 color CMYK value is (39,0,21,9).

  • cyan value is 39.48%
  • magenta value is 0.00%
  • yellow value is 20.60%
  • key color value is 8.63%
CMYK:
(39,0,21,9)
C39M0Y21K9 
(39%,0%,21%,9%)
(0.39/0.00/0.21/0.09)	

CMYK percentages

%39.48
%0
%20.6
%8.63

Codes

Color #8DE9B9 in popluar color models

8DE9B9
RGB141233185
HSL149°67.65%73.33%
HSB/HSV149°39.48%91.37%
CMYK39.48%0.00%20.60%
8.63%

Color #8DE9B9 in popluar number systems.

HEX8DE9B9
Decimal141233185
Binary100011011110100110111001
Octal215351271

Shades and tints

Shades of #8DE9B9

#8DE9B9
(141,233,185)
#81D4A9
(129,212,169)
#75BF99
(117,191,153)
#69AA89
(105,170,137)
#5D9579
(93,149,121)
#518069
(81,128,105)
#456B59
(69,107,89)
#395649
(57,86,73)
#2D4139
(45,65,57)
#212C29
(33,44,41)
#151719
(21,23,25)
#000000
(0,0,0)

Tints of #8DE9B9

#8DE9B9
(141,233,185)
#97EBBF
(151,235,191)
#A1EDC5
(161,237,197)
#ABEFCB
(171,239,203)
#B5F1D1
(181,241,209)
#BFF3D7
(191,243,215)
#C9F5DD
(201,245,221)
#D3F7E3
(211,247,227)
#DDF9E9
(221,249,233)
#E7FBEF
(231,251,239)
#F1FDF5
(241,253,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8DE9B9 color. Also use rgb(141,233,185) instead hex code.

Text Font Color

.myTextColor { color: #8DE9B9; }

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

This text font color is #8DE9B9.


Background Color

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

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

This div background color is #8DE9B9.


Border color

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

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

This div border color is #8DE9B9.


Opacity

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

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

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

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

This text has shadow with #8DE9B9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8DE9B9 on black background.


Color preview on white background

This text has color #8DE9B9 on white background.



Black color preview on #8DE9B9 background

This text has black color on #8DE9B9 background.


White color preview on #8DE9B9 background

This text has white color on #8DE9B9 background.