COLOR #8DA199

HEX: #8DA199
RGB: (141,161,153)

Color info

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

RGB color model

#8DA199 color RGB value is (141,161,153).

  • red value is 141;
  • green value is 161;
  • blue value is 153.
RGB:
(141,161,153)
(55%,63%,60%)

RGB channels and saturation

R 141 of 255 = 55%
G 161 of 255 = 63%
B 153 of 255 = 60%

141
161
153

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

Portions of RGB colors in percentages

R + G + B =
141 + 161 + 153 = 455 (100%)
R 141 of 455 ~ 30.99%
G 161 of 455 ~ 35.38%
B 153 of 455 ~ 33.63%

%30.99
%35.38
%33.63

CMYK color model

#8DA199 color CMYK value is (12,0,5,37).

  • cyan value is 12.42%
  • magenta value is 0.00%
  • yellow value is 4.97%
  • key color value is 36.86%
CMYK:
(12,0,5,37)
C12M0Y5K37 
(12%,0%,5%,37%)
(0.12/0.00/0.05/0.37)	

CMYK percentages

%12.42
%0
%4.97
%36.86

Codes

Color #8DA199 in popluar color models

8DA199
RGB141161153
HSL156°9.62%59.22%
HSB/HSV156°12.42%63.14%
CMYK12.42%0.00%4.97%
36.86%

Color #8DA199 in popluar number systems.

HEX8DA199
Decimal141161153
Binary100011011010000110011001
Octal215241231

Shades and tints

Shades of #8DA199

#8DA199
(141,161,153)
#81938C
(129,147,140)
#75857F
(117,133,127)
#697772
(105,119,114)
#5D6965
(93,105,101)
#515B58
(81,91,88)
#454D4B
(69,77,75)
#393F3E
(57,63,62)
#2D3131
(45,49,49)
#212324
(33,35,36)
#151517
(21,21,23)
#000000
(0,0,0)

Tints of #8DA199

#8DA199
(141,161,153)
#97A9A2
(151,169,162)
#A1B1AB
(161,177,171)
#ABB9B4
(171,185,180)
#B5C1BD
(181,193,189)
#BFC9C6
(191,201,198)
#C9D1CF
(201,209,207)
#D3D9D8
(211,217,216)
#DDE1E1
(221,225,225)
#E7E9EA
(231,233,234)
#F1F1F3
(241,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8DA199 color. Also use rgb(141,161,153) instead hex code.

Text Font Color

.myTextColor { color: #8DA199; }

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

This text font color is #8DA199.


Background Color

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

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

This div background color is #8DA199.


Border color

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

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

This div border color is #8DA199.


Opacity

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

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

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

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

This text has shadow with #8DA199 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8DA199 on black background.


Color preview on white background

This text has color #8DA199 on white background.



Black color preview on #8DA199 background

This text has black color on #8DA199 background.


White color preview on #8DA199 background

This text has white color on #8DA199 background.