COLOR #889EAD

HEX: #889EAD
RGB: (136,158,173)

Color info

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

RGB color model

#889EAD color RGB value is (136,158,173).

  • red value is 136;
  • green value is 158;
  • blue value is 173.
RGB:
(136,158,173)
(53%,62%,68%)

RGB channels and saturation

R 136 of 255 = 53%
G 158 of 255 = 62%
B 173 of 255 = 68%

136
158
173

R + G + B ~ 61%. #889EAD is quite light color.

Portions of RGB colors in percentages

R + G + B =
136 + 158 + 173 = 467 (100%)
R 136 of 467 ~ 29.12%
G 158 of 467 ~ 33.83%
B 173 of 467 ~ 37.04%

%29.12
%33.83
%37.04

CMYK color model

#889EAD color CMYK value is (21,9,0,32).

  • cyan value is 21.39%
  • magenta value is 8.67%
  • yellow value is 0.00%
  • key color value is 32.16%
CMYK:
(21,9,0,32)
C21M9Y0K32 
(21%,9%,0%,32%)
(0.21/0.09/0.00/0.32)	

CMYK percentages

%21.39
%8.67
%0
%32.16

Codes

Color #889EAD in popluar color models

889EAD
RGB136158173
HSL204°18.41%60.59%
HSB/HSV204°21.39%67.84%
CMYK21.39%8.67%0.00%
32.16%

Color #889EAD in popluar number systems.

HEX889EAD
Decimal136158173
Binary100010001001111010101101
Octal210236255

Shades and tints

Shades of #889EAD

#889EAD
(136,158,173)
#7C909E
(124,144,158)
#70828F
(112,130,143)
#647480
(100,116,128)
#586671
(88,102,113)
#4C5862
(76,88,98)
#404A53
(64,74,83)
#343C44
(52,60,68)
#282E35
(40,46,53)
#1C2026
(28,32,38)
#101217
(16,18,23)
#000000
(0,0,0)

Tints of #889EAD

#889EAD
(136,158,173)
#92A6B4
(146,166,180)
#9CAEBB
(156,174,187)
#A6B6C2
(166,182,194)
#B0BEC9
(176,190,201)
#BAC6D0
(186,198,208)
#C4CED7
(196,206,215)
#CED6DE
(206,214,222)
#D8DEE5
(216,222,229)
#E2E6EC
(226,230,236)
#ECEEF3
(236,238,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #889EAD color. Also use rgb(136,158,173) instead hex code.

Text Font Color

.myTextColor { color: #889EAD; }

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

This text font color is #889EAD.


Background Color

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

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

This div background color is #889EAD.


Border color

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

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

This div border color is #889EAD.


Opacity

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

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

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

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

This text has shadow with #889EAD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #889EAD on black background.


Color preview on white background

This text has color #889EAD on white background.



Black color preview on #889EAD background

This text has black color on #889EAD background.


White color preview on #889EAD background

This text has white color on #889EAD background.