COLOR #8DD27C

HEX: #8DD27C
RGB: (141,210,124)

Color info

#8DD27C contains mainly green color. Web safe color of #8DD27C is #99CC66 (or #9C6).

RGB color model

#8DD27C color RGB value is (141,210,124).

  • red value is 141;
  • green value is 210;
  • blue value is 124.
RGB:
(141,210,124)
(55%,82%,49%)

RGB channels and saturation

R 141 of 255 = 55%
G 210 of 255 = 82%
B 124 of 255 = 49%

141
210
124

R + G + B ~ 62%. #8DD27C is quite light color.

Portions of RGB colors in percentages

R + G + B =
141 + 210 + 124 = 475 (100%)
R 141 of 475 ~ 29.68%
G 210 of 475 ~ 44.21%
B 124 of 475 ~ 26.11%

%29.68
%44.21
%26.11

CMYK color model

#8DD27C color CMYK value is (33,0,41,18).

  • cyan value is 32.86%
  • magenta value is 0.00%
  • yellow value is 40.95%
  • key color value is 17.65%
CMYK:
(33,0,41,18)
C33M0Y41K18 
(33%,0%,41%,18%)
(0.33/0.00/0.41/0.18)	

CMYK percentages

%32.86
%0
%40.95
%17.65

Codes

Color #8DD27C in popluar color models

8DD27C
RGB141210124
HSL108°48.86%65.49%
HSB/HSV108°40.95%82.35%
CMYK32.86%0.00%40.95%
17.65%

Color #8DD27C in popluar number systems.

HEX8DD27C
Decimal141210124
Binary10001101110100101111100
Octal215322174

Shades and tints

Shades of #8DD27C

#8DD27C
(141,210,124)
#81BF71
(129,191,113)
#75AC66
(117,172,102)
#69995B
(105,153,91)
#5D8650
(93,134,80)
#517345
(81,115,69)
#45603A
(69,96,58)
#394D2F
(57,77,47)
#2D3A24
(45,58,36)
#212719
(33,39,25)
#15140E
(21,20,14)
#000000
(0,0,0)

Tints of #8DD27C

#8DD27C
(141,210,124)
#97D687
(151,214,135)
#A1DA92
(161,218,146)
#ABDE9D
(171,222,157)
#B5E2A8
(181,226,168)
#BFE6B3
(191,230,179)
#C9EABE
(201,234,190)
#D3EEC9
(211,238,201)
#DDF2D4
(221,242,212)
#E7F6DF
(231,246,223)
#F1FAEA
(241,250,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8DD27C color. Also use rgb(141,210,124) instead hex code.

Text Font Color

.myTextColor { color: #8DD27C; }

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

This text font color is #8DD27C.


Background Color

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

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

This div background color is #8DD27C.


Border color

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

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

This div border color is #8DD27C.


Opacity

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

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

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

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

This text has shadow with #8DD27C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8DD27C on black background.


Color preview on white background

This text has color #8DD27C on white background.



Black color preview on #8DD27C background

This text has black color on #8DD27C background.


White color preview on #8DD27C background

This text has white color on #8DD27C background.