COLOR #889DA5

HEX: #889DA5
RGB: (136,157,165)

Color info

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

RGB color model

#889DA5 color RGB value is (136,157,165).

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

RGB channels and saturation

R 136 of 255 = 53%
G 157 of 255 = 62%
B 165 of 255 = 65%

136
157
165

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

Portions of RGB colors in percentages

R + G + B =
136 + 157 + 165 = 458 (100%)
R 136 of 458 ~ 29.69%
G 157 of 458 ~ 34.28%
B 165 of 458 ~ 36.03%

%29.69
%34.28
%36.03

CMYK color model

#889DA5 color CMYK value is (18,5,0,35).

  • cyan value is 17.58%
  • magenta value is 4.85%
  • yellow value is 0.00%
  • key color value is 35.29%
CMYK:
(18,5,0,35)
C18M5Y0K35 
(18%,5%,0%,35%)
(0.18/0.05/0.00/0.35)	

CMYK percentages

%17.58
%4.85
%0
%35.29

Codes

Color #889DA5 in popluar color models

889DA5
RGB136157165
HSL197°13.88%59.02%
HSB/HSV197°17.58%64.71%
CMYK17.58%4.85%0.00%
35.29%

Color #889DA5 in popluar number systems.

HEX889DA5
Decimal136157165
Binary100010001001110110100101
Octal210235245

Shades and tints

Shades of #889DA5

#889DA5
(136,157,165)
#7C8F96
(124,143,150)
#708187
(112,129,135)
#647378
(100,115,120)
#586569
(88,101,105)
#4C575A
(76,87,90)
#40494B
(64,73,75)
#343B3C
(52,59,60)
#282D2D
(40,45,45)
#1C1F1E
(28,31,30)
#10110F
(16,17,15)
#000000
(0,0,0)

Tints of #889DA5

#889DA5
(136,157,165)
#92A5AD
(146,165,173)
#9CADB5
(156,173,181)
#A6B5BD
(166,181,189)
#B0BDC5
(176,189,197)
#BAC5CD
(186,197,205)
#C4CDD5
(196,205,213)
#CED5DD
(206,213,221)
#D8DDE5
(216,221,229)
#E2E5ED
(226,229,237)
#ECEDF5
(236,237,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #889DA5; }

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

This text font color is #889DA5.


Background Color

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

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

This div background color is #889DA5.


Border color

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

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

This div border color is #889DA5.


Opacity

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

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

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

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

This text has shadow with #889DA5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #889DA5 on black background.


Color preview on white background

This text has color #889DA5 on white background.



Black color preview on #889DA5 background

This text has black color on #889DA5 background.


White color preview on #889DA5 background

This text has white color on #889DA5 background.