COLOR #8DE898

HEX: #8DE898
RGB: (141,232,152)

Color info

#8DE898 contains mainly green color. Web safe color of #8DE898 is #99FF99 (or #9F9).

RGB color model

#8DE898 color RGB value is (141,232,152).

  • red value is 141;
  • green value is 232;
  • blue value is 152.
RGB:
(141,232,152)
(55%,91%,60%)

RGB channels and saturation

R 141 of 255 = 55%
G 232 of 255 = 91%
B 152 of 255 = 60%

141
232
152

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

Portions of RGB colors in percentages

R + G + B =
141 + 232 + 152 = 525 (100%)
R 141 of 525 ~ 26.86%
G 232 of 525 ~ 44.19%
B 152 of 525 ~ 28.95%

%26.86
%44.19
%28.95

CMYK color model

#8DE898 color CMYK value is (39,0,34,9).

  • cyan value is 39.22%
  • magenta value is 0.00%
  • yellow value is 34.48%
  • key color value is 9.02%
CMYK:
(39,0,34,9)
C39M0Y34K9 
(39%,0%,34%,9%)
(0.39/0.00/0.34/0.09)	

CMYK percentages

%39.22
%0
%34.48
%9.02

Codes

Color #8DE898 in popluar color models

8DE898
RGB141232152
HSL127°66.42%73.14%
HSB/HSV127°39.22%90.98%
CMYK39.22%0.00%34.48%
9.02%

Color #8DE898 in popluar number systems.

HEX8DE898
Decimal141232152
Binary100011011110100010011000
Octal215350230

Shades and tints

Shades of #8DE898

#8DE898
(141,232,152)
#81D38B
(129,211,139)
#75BE7E
(117,190,126)
#69A971
(105,169,113)
#5D9464
(93,148,100)
#517F57
(81,127,87)
#456A4A
(69,106,74)
#39553D
(57,85,61)
#2D4030
(45,64,48)
#212B23
(33,43,35)
#151616
(21,22,22)
#000000
(0,0,0)

Tints of #8DE898

#8DE898
(141,232,152)
#97EAA1
(151,234,161)
#A1ECAA
(161,236,170)
#ABEEB3
(171,238,179)
#B5F0BC
(181,240,188)
#BFF2C5
(191,242,197)
#C9F4CE
(201,244,206)
#D3F6D7
(211,246,215)
#DDF8E0
(221,248,224)
#E7FAE9
(231,250,233)
#F1FCF2
(241,252,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8DE898 color. Also use rgb(141,232,152) instead hex code.

Text Font Color

.myTextColor { color: #8DE898; }

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

This text font color is #8DE898.


Background Color

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

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

This div background color is #8DE898.


Border color

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

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

This div border color is #8DE898.


Opacity

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

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

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

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

This text has shadow with #8DE898 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8DE898 on black background.


Color preview on white background

This text has color #8DE898 on white background.



Black color preview on #8DE898 background

This text has black color on #8DE898 background.


White color preview on #8DE898 background

This text has white color on #8DE898 background.