COLOR #8DB1A9

HEX: #8DB1A9
RGB: (141,177,169)

Color info

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

RGB color model

#8DB1A9 color RGB value is (141,177,169).

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

RGB channels and saturation

R 141 of 255 = 55%
G 177 of 255 = 69%
B 169 of 255 = 66%

141
177
169

R + G + B ~ 63%. #8DB1A9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
141 + 177 + 169 = 487 (100%)
R 141 of 487 ~ 28.95%
G 177 of 487 ~ 36.34%
B 169 of 487 ~ 34.7%

%28.95
%36.34
%34.7

CMYK color model

#8DB1A9 color CMYK value is (20,0,5,31).

  • cyan value is 20.34%
  • magenta value is 0.00%
  • yellow value is 4.52%
  • key color value is 30.59%
CMYK:
(20,0,5,31)
C20M0Y5K31 
(20%,0%,5%,31%)
(0.20/0.00/0.05/0.31)	

CMYK percentages

%20.34
%0
%4.52
%30.59

Codes

Color #8DB1A9 in popluar color models

8DB1A9
RGB141177169
HSL167°18.75%62.35%
HSB/HSV167°20.34%69.41%
CMYK20.34%0.00%4.52%
30.59%

Color #8DB1A9 in popluar number systems.

HEX8DB1A9
Decimal141177169
Binary100011011011000110101001
Octal215261251

Shades and tints

Shades of #8DB1A9

#8DB1A9
(141,177,169)
#81A19A
(129,161,154)
#75918B
(117,145,139)
#69817C
(105,129,124)
#5D716D
(93,113,109)
#51615E
(81,97,94)
#45514F
(69,81,79)
#394140
(57,65,64)
#2D3131
(45,49,49)
#212122
(33,33,34)
#151113
(21,17,19)
#000000
(0,0,0)

Tints of #8DB1A9

#8DB1A9
(141,177,169)
#97B8B0
(151,184,176)
#A1BFB7
(161,191,183)
#ABC6BE
(171,198,190)
#B5CDC5
(181,205,197)
#BFD4CC
(191,212,204)
#C9DBD3
(201,219,211)
#D3E2DA
(211,226,218)
#DDE9E1
(221,233,225)
#E7F0E8
(231,240,232)
#F1F7EF
(241,247,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8DB1A9; }

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

This text font color is #8DB1A9.


Background Color

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

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

This div background color is #8DB1A9.


Border color

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

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

This div border color is #8DB1A9.


Opacity

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

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

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

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

This text has shadow with #8DB1A9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8DB1A9 on black background.


Color preview on white background

This text has color #8DB1A9 on white background.



Black color preview on #8DB1A9 background

This text has black color on #8DB1A9 background.


White color preview on #8DB1A9 background

This text has white color on #8DB1A9 background.