COLOR #889DA1

HEX: #889DA1
RGB: (136,157,161)

Color info

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

RGB color model

#889DA1 color RGB value is (136,157,161).

  • red value is 136;
  • green value is 157;
  • blue value is 161.
RGB:
(136,157,161)
(53%,62%,63%)

RGB channels and saturation

R 136 of 255 = 53%
G 157 of 255 = 62%
B 161 of 255 = 63%

136
157
161

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

Portions of RGB colors in percentages

R + G + B =
136 + 157 + 161 = 454 (100%)
R 136 of 454 ~ 29.96%
G 157 of 454 ~ 34.58%
B 161 of 454 ~ 35.46%

%29.96
%34.58
%35.46

CMYK color model

#889DA1 color CMYK value is (16,2,0,37).

  • cyan value is 15.53%
  • magenta value is 2.48%
  • yellow value is 0.00%
  • key color value is 36.86%
CMYK:
(16,2,0,37)
C16M2Y0K37 
(16%,2%,0%,37%)
(0.16/0.02/0.00/0.37)	

CMYK percentages

%15.53
%2.48
%0
%36.86

Codes

Color #889DA1 in popluar color models

889DA1
RGB136157161
HSL190°11.74%58.24%
HSB/HSV190°15.53%63.14%
CMYK15.53%2.48%0.00%
36.86%

Color #889DA1 in popluar number systems.

HEX889DA1
Decimal136157161
Binary100010001001110110100001
Octal210235241

Shades and tints

Shades of #889DA1

#889DA1
(136,157,161)
#7C8F93
(124,143,147)
#708185
(112,129,133)
#647377
(100,115,119)
#586569
(88,101,105)
#4C575B
(76,87,91)
#40494D
(64,73,77)
#343B3F
(52,59,63)
#282D31
(40,45,49)
#1C1F23
(28,31,35)
#101115
(16,17,21)
#000000
(0,0,0)

Tints of #889DA1

#889DA1
(136,157,161)
#92A5A9
(146,165,169)
#9CADB1
(156,173,177)
#A6B5B9
(166,181,185)
#B0BDC1
(176,189,193)
#BAC5C9
(186,197,201)
#C4CDD1
(196,205,209)
#CED5D9
(206,213,217)
#D8DDE1
(216,221,225)
#E2E5E9
(226,229,233)
#ECEDF1
(236,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #889DA1 color. Also use rgb(136,157,161) instead hex code.

Text Font Color

.myTextColor { color: #889DA1; }

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

This text font color is #889DA1.


Background Color

.myBgColor { background-color: #889DA1; }

<div style="background-color:#889DA1">Inner text</div>

This div background color is #889DA1.


Border color

.myBorderColor { border: 1px solid #889DA1; }

<div style="border:3px solid #889DA1">Div</div>

This div border color is #889DA1.


Opacity

.myOpacity80 { color: #889DA1; opacity: 0.8; }

<p style="color:#889DA1;opacity:0.8;">80%</p>

Text with #889DA1 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 #889DA1;}

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

This text has shadow with #889DA1 color.

.textShadow {text-shadow: 3px 3px 1px #889DA1, 3px 3px 1px red;}

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

This text has shadow with #889DA1 primary color and red secondary color.


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

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

This text has shadow with #889DA1 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #889DA1 on black background.


Color preview on white background

This text has color #889DA1 on white background.



Black color preview on #889DA1 background

This text has black color on #889DA1 background.


White color preview on #889DA1 background

This text has white color on #889DA1 background.