COLOR #8DB195

HEX: #8DB195
RGB: (141,177,149)

Color info

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

RGB color model

#8DB195 color RGB value is (141,177,149).

  • red value is 141;
  • green value is 177;
  • blue value is 149.
RGB:
(141,177,149)
(55%,69%,58%)

RGB channels and saturation

R 141 of 255 = 55%
G 177 of 255 = 69%
B 149 of 255 = 58%

141
177
149

R + G + B ~ 61%. #8DB195 is quite light color.

Portions of RGB colors in percentages

R + G + B =
141 + 177 + 149 = 467 (100%)
R 141 of 467 ~ 30.19%
G 177 of 467 ~ 37.9%
B 149 of 467 ~ 31.91%

%30.19
%37.9
%31.91

CMYK color model

#8DB195 color CMYK value is (20,0,16,31).

  • cyan value is 20.34%
  • magenta value is 0.00%
  • yellow value is 15.82%
  • key color value is 30.59%
CMYK:
(20,0,16,31)
C20M0Y16K31 
(20%,0%,16%,31%)
(0.20/0.00/0.16/0.31)	

CMYK percentages

%20.34
%0
%15.82
%30.59

Codes

Color #8DB195 in popluar color models

8DB195
RGB141177149
HSL133°18.75%62.35%
HSB/HSV133°20.34%69.41%
CMYK20.34%0.00%15.82%
30.59%

Color #8DB195 in popluar number systems.

HEX8DB195
Decimal141177149
Binary100011011011000110010101
Octal215261225

Shades and tints

Shades of #8DB195

#8DB195
(141,177,149)
#81A188
(129,161,136)
#75917B
(117,145,123)
#69816E
(105,129,110)
#5D7161
(93,113,97)
#516154
(81,97,84)
#455147
(69,81,71)
#39413A
(57,65,58)
#2D312D
(45,49,45)
#212120
(33,33,32)
#151113
(21,17,19)
#000000
(0,0,0)

Tints of #8DB195

#8DB195
(141,177,149)
#97B89E
(151,184,158)
#A1BFA7
(161,191,167)
#ABC6B0
(171,198,176)
#B5CDB9
(181,205,185)
#BFD4C2
(191,212,194)
#C9DBCB
(201,219,203)
#D3E2D4
(211,226,212)
#DDE9DD
(221,233,221)
#E7F0E6
(231,240,230)
#F1F7EF
(241,247,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8DB195; }

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

This text font color is #8DB195.


Background Color

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

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

This div background color is #8DB195.


Border color

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

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

This div border color is #8DB195.


Opacity

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

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

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

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

This text has shadow with #8DB195 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8DB195 on black background.


Color preview on white background

This text has color #8DB195 on white background.



Black color preview on #8DB195 background

This text has black color on #8DB195 background.


White color preview on #8DB195 background

This text has white color on #8DB195 background.