COLOR #8DB190

HEX: #8DB190 RGB: (141,177,144)

Color info

#8DB190 contains red, green and blue colors in about the same proportion. Web safe color of #8DB190 is #999999 (or #999).

RGB color model

#8DB190 color RGB value is (141,177,144).

RGB: (141,177,144) (55%, 69%, 56%)

RGB channels and saturation

R 141 of 255 = 55%
G 177 of 255 = 69%
B 144 of 255 = 56%

141
177
144

R + G + B ~ 60%. #8DB190 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 141 + 177 + 144 = 462 (100%)
R 141 of 462 ~ 30.52%
G 177 of 462 ~ 38.31%
B 144 of 462 ~ 31.17'%

%30.52
%38.31
%31.17

CMYK color model

#8DB190 color CMYK value is (20,0,19,31).

  • cyan value is 20.34%
  • magenta value is 0.00%
  • yellow value is 18.64%
  • key color value is 30.59%
CMYK: (20,0,19,31) C20M0Y19K31 (20%,0%,19%,31%) (0.20/0.00/0.19/0.31) 

CMYK percentages

%20.34
%0
%18.64
%30.59

Codes

Color #8DB190 in popluar color models

8D B1 90
RGB 141 177 144
HSL 125° 18.75% 62.35%
HSB/HSV 125° 20.34% 69.41%
CMYK 20.34% 0.00% 18.64%
30.59%

Color #8DB190 in popluar number systems.

HEX 8D B1 90
Decimal 141 177 144
Binary 10001101 10110001 10010000
Octal 215 261 220

Shades and tints

Shades of #8DB190

#8DB190
(141,177,144)
#81A183
(129,161,131)
#759176
(117,145,118)
#698169
(105,129,105)
#5D715C
(93,113,92)
#51614F
(81,97,79)
#455142
(69,81,66)
#394135
(57,65,53)
#2D3128
(45,49,40)
#21211B
(33,33,27)
#15110E
(21,17,14)
#000000
(0,0,0)

Tints of #8DB190

#8DB190
(141,177,144)
#97B89A
(151,184,154)
#A1BFA4
(161,191,164)
#ABC6AE
(171,198,174)
#B5CDB8
(181,205,184)
#BFD4C2
(191,212,194)
#C9DBCC
(201,219,204)
#D3E2D6
(211,226,214)
#DDE9E0
(221,233,224)
#E7F0EA
(231,240,234)
#F1F7F4
(241,247,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8DB190 color. Also use rgb(141,177,144) instead hex code.

Text Font Color

.myTextColor { color: #8DB190; }

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

This text font color is #8DB190.

Background Color

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

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

This div background color is #8DB190.

Border color

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

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

This div border color is #8DB190.

Opacity

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

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

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

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

This text has shadow with #8DB190 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8DB190.

Preview

Color preview on black background

This text has color #8DB190 on black background.


Color preview on white background

This text has color #8DB190 on white background.


Black color preview on #8DB190 background

This text has black color on #8DB190 background.


White color preview on #8DB190 background

This text has white color on #8DB190 background.


Related colors

Complementary color

Complementary color for #hex is #724E6F.


I love getcolorcode.com

Triadic colors

1 #908DB1 and #B1908D with #8DB190 are triadic colors.

2 #90B18D and #B18D90 with #8DB190 are triadic colors.