COLOR #8CDB9A

HEX: #8CDB9A RGB: (140,219,154)

Color info

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

RGB color model

#8CDB9A color RGB value is (140,219,154).

RGB: (140,219,154) (55%, 86%, 60%)

RGB channels and saturation

R 140 of 255 = 55%
G 219 of 255 = 86%
B 154 of 255 = 60%

140
219
154

R + G + B ~ 67%. #8CDB9A is quite light color.

Portions of RGB colors in percentages

R + G + B = 140 + 219 + 154 = 513 (100%)
R 140 of 513 ~ 27.29%
G 219 of 513 ~ 42.69%
B 154 of 513 ~ 30.02'%

%27.29
%42.69
%30.02

CMYK color model

#8CDB9A color CMYK value is (36,0,30,14).

  • cyan value is 36.07%
  • magenta value is 0.00%
  • yellow value is 29.68%
  • key color value is 14.12%

CMYK: (36,0,30,14)
C36M0Y30K14 (36%, 0%, 30%, 14%)
(0.36 / 0.00 / 0.30 / 0.14)

CMYK percentages

%36.07
%0
%29.68
%14.12

Codes

Color #8CDB9A in popluar color models

8C DB 9A
RGB 140 219 154
HSL 131° 52.32% 70.39%
HSB/HSV 131° 36.07% 85.88%
CMYK 36.07% 0.00% 29.68%
14.12%

Color #8CDB9A in popluar number systems.

HEX 8C DB 9A
Decimal 140 219 154
Binary 10001100 11011011 10011010
Octal 214 333 232

Shades and tints

Shades of #8CDB9A

#8CDB9A
(140,219,154)
#80C88C
(128,200,140)
#74B57E
(116,181,126)
#68A270
(104,162,112)
#5C8F62
(92,143,98)
#507C54
(80,124,84)
#446946
(68,105,70)
#385638
(56,86,56)
#2C432A
(44,67,42)
#20301C
(32,48,28)
#141D0E
(20,29,14)
#000000
(0,0,0)

Tints of #8CDB9A

#8CDB9A
(140,219,154)
#96DEA3
(150,222,163)
#A0E1AC
(160,225,172)
#AAE4B5
(170,228,181)
#B4E7BE
(180,231,190)
#BEEAC7
(190,234,199)
#C8EDD0
(200,237,208)
#D2F0D9
(210,240,217)
#DCF3E2
(220,243,226)
#E6F6EB
(230,246,235)
#F0F9F4
(240,249,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8CDB9A color. Also use rgb(140,219,154) instead hex code.

Text Font Color

.myTextColor { color: #8CDB9A; }

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

This text font color is #8CDB9A.

Background Color

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

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

This div background color is #8CDB9A.

Border color

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

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

This div border color is #8CDB9A.

Opacity

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

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

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

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

This text has shadow with #8CDB9A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8CDB9A.

Preview

Color preview on black background

This text has color #8CDB9A on black background.


Color preview on white background

This text has color #8CDB9A on white background.


Black color preview on #8CDB9A background

This text has black color on #8CDB9A background.


White color preview on #8CDB9A background

This text has white color on #8CDB9A background.


Related colors

Complementary color

Complementary color for #hex is #732465.


I love getcolorcode.com

Triadic colors

1 #9A8CDB and #DB9A8C with #8CDB9A are triadic colors.

2 #9ADB8C and #DB8C9A with #8CDB9A are triadic colors.