COLOR #8DCF88

HEX: #8DCF88 RGB: (141,207,136)

Color info

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

RGB color model

#8DCF88 color RGB value is (141,207,136).

RGB: (141,207,136) (55%, 81%, 53%)

RGB channels and saturation

R 141 of 255 = 55%
G 207 of 255 = 81%
B 136 of 255 = 53%

141
207
136

R + G + B ~ 63%. #8DCF88 is quite light color.

Portions of RGB colors in percentages

R + G + B = 141 + 207 + 136 = 484 (100%)
R 141 of 484 ~ 29.13%
G 207 of 484 ~ 42.77%
B 136 of 484 ~ 28.1'%

%29.13
%42.77
%28.1

CMYK color model

#8DCF88 color CMYK value is (32,0,34,19).

  • cyan value is 31.88%
  • magenta value is 0.00%
  • yellow value is 34.30%
  • key color value is 18.82%

CMYK: (32,0,34,19)
C32M0Y34K19 (32%, 0%, 34%, 19%)
(0.32 / 0.00 / 0.34 / 0.19)

CMYK percentages

%31.88
%0
%34.3
%18.82

Codes

Color #8DCF88 in popluar color models

8D CF 88
RGB 141 207 136
HSL 116° 42.51% 67.25%
HSB/HSV 116° 34.30% 81.18%
CMYK 31.88% 0.00% 34.30%
18.82%

Color #8DCF88 in popluar number systems.

HEX 8D CF 88
Decimal 141 207 136
Binary 10001101 11001111 10001000
Octal 215 317 210

Shades and tints

Shades of #8DCF88

#8DCF88
(141,207,136)
#81BD7C
(129,189,124)
#75AB70
(117,171,112)
#699964
(105,153,100)
#5D8758
(93,135,88)
#51754C
(81,117,76)
#456340
(69,99,64)
#395134
(57,81,52)
#2D3F28
(45,63,40)
#212D1C
(33,45,28)
#151B10
(21,27,16)
#000000
(0,0,0)

Tints of #8DCF88

#8DCF88
(141,207,136)
#97D392
(151,211,146)
#A1D79C
(161,215,156)
#ABDBA6
(171,219,166)
#B5DFB0
(181,223,176)
#BFE3BA
(191,227,186)
#C9E7C4
(201,231,196)
#D3EBCE
(211,235,206)
#DDEFD8
(221,239,216)
#E7F3E2
(231,243,226)
#F1F7EC
(241,247,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8DCF88 color. Also use rgb(141,207,136) instead hex code.

Text Font Color

.myTextColor { color: #8DCF88; }

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

This text font color is #8DCF88.

Background Color

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

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

This div background color is #8DCF88.

Border color

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

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

This div border color is #8DCF88.

Opacity

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

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

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

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

This text has shadow with #8DCF88 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8DCF88.

Preview

Color preview on black background

This text has color #8DCF88 on black background.


Color preview on white background

This text has color #8DCF88 on white background.


Black color preview on #8DCF88 background

This text has black color on #8DCF88 background.


White color preview on #8DCF88 background

This text has white color on #8DCF88 background.


Related colors

Complementary color

Complementary color for #hex is #723077.


I love getcolorcode.com

Triadic colors

1 #888DCF and #CF888D with #8DCF88 are triadic colors.

2 #88CF8D and #CF8D88 with #8DCF88 are triadic colors.