COLOR #8DE685

HEX: #8DE685
RGB: (141,230,133)

Color info

#8DE685 contains mainly green color. Web safe color of #8DE685 is #99CC99 (or #9C9).

RGB color model

#8DE685 color RGB value is (141,230,133).

  • red value is 141;
  • green value is 230;
  • blue value is 133.
RGB:
(141,230,133)
(55%,90%,52%)

RGB channels and saturation

R 141 of 255 = 55%
G 230 of 255 = 90%
B 133 of 255 = 52%

141
230
133

R + G + B ~ 66%. #8DE685 is quite light color.

Portions of RGB colors in percentages

R + G + B =
141 + 230 + 133 = 504 (100%)
R 141 of 504 ~ 27.98%
G 230 of 504 ~ 45.63%
B 133 of 504 ~ 26.39%

%27.98
%45.63
%26.39

CMYK color model

#8DE685 color CMYK value is (39,0,42,10).

  • cyan value is 38.70%
  • magenta value is 0.00%
  • yellow value is 42.17%
  • key color value is 9.80%
CMYK:
(39,0,42,10)
C39M0Y42K10 
(39%,0%,42%,10%)
(0.39/0.00/0.42/0.10)	

CMYK percentages

%38.7
%0
%42.17
%9.8

Codes

Color #8DE685 in popluar color models

8DE685
RGB141230133
HSL115°65.99%71.18%
HSB/HSV115°42.17%90.20%
CMYK38.70%0.00%42.17%
9.80%

Color #8DE685 in popluar number systems.

HEX8DE685
Decimal141230133
Binary100011011110011010000101
Octal215346205

Shades and tints

Shades of #8DE685

#8DE685
(141,230,133)
#81D279
(129,210,121)
#75BE6D
(117,190,109)
#69AA61
(105,170,97)
#5D9655
(93,150,85)
#518249
(81,130,73)
#456E3D
(69,110,61)
#395A31
(57,90,49)
#2D4625
(45,70,37)
#213219
(33,50,25)
#151E0D
(21,30,13)
#000000
(0,0,0)

Tints of #8DE685

#8DE685
(141,230,133)
#97E890
(151,232,144)
#A1EA9B
(161,234,155)
#ABECA6
(171,236,166)
#B5EEB1
(181,238,177)
#BFF0BC
(191,240,188)
#C9F2C7
(201,242,199)
#D3F4D2
(211,244,210)
#DDF6DD
(221,246,221)
#E7F8E8
(231,248,232)
#F1FAF3
(241,250,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8DE685 color. Also use rgb(141,230,133) instead hex code.

Text Font Color

.myTextColor { color: #8DE685; }

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

This text font color is #8DE685.


Background Color

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

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

This div background color is #8DE685.


Border color

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

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

This div border color is #8DE685.


Opacity

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

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

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

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

This text has shadow with #8DE685 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8DE685 on black background.


Color preview on white background

This text has color #8DE685 on white background.



Black color preview on #8DE685 background

This text has black color on #8DE685 background.


White color preview on #8DE685 background

This text has white color on #8DE685 background.