COLOR #889AAD

HEX: #889AAD
RGB: (136,154,173)

Color info

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

RGB color model

#889AAD color RGB value is (136,154,173).

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

RGB channels and saturation

R 136 of 255 = 53%
G 154 of 255 = 60%
B 173 of 255 = 68%

136
154
173

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

Portions of RGB colors in percentages

R + G + B =
136 + 154 + 173 = 463 (100%)
R 136 of 463 ~ 29.37%
G 154 of 463 ~ 33.26%
B 173 of 463 ~ 37.37%

%29.37
%33.26
%37.37

CMYK color model

#889AAD color CMYK value is (21,11,0,32).

  • cyan value is 21.39%
  • magenta value is 10.98%
  • yellow value is 0.00%
  • key color value is 32.16%
CMYK:
(21,11,0,32)
C21M11Y0K32 
(21%,11%,0%,32%)
(0.21/0.11/0.00/0.32)	

CMYK percentages

%21.39
%10.98
%0
%32.16

Codes

Color #889AAD in popluar color models

889AAD
RGB136154173
HSL211°18.41%60.59%
HSB/HSV211°21.39%67.84%
CMYK21.39%10.98%0.00%
32.16%

Color #889AAD in popluar number systems.

HEX889AAD
Decimal136154173
Binary100010001001101010101101
Octal210232255

Shades and tints

Shades of #889AAD

#889AAD
(136,154,173)
#7C8C9E
(124,140,158)
#707E8F
(112,126,143)
#647080
(100,112,128)
#586271
(88,98,113)
#4C5462
(76,84,98)
#404653
(64,70,83)
#343844
(52,56,68)
#282A35
(40,42,53)
#1C1C26
(28,28,38)
#100E17
(16,14,23)
#000000
(0,0,0)

Tints of #889AAD

#889AAD
(136,154,173)
#92A3B4
(146,163,180)
#9CACBB
(156,172,187)
#A6B5C2
(166,181,194)
#B0BEC9
(176,190,201)
#BAC7D0
(186,199,208)
#C4D0D7
(196,208,215)
#CED9DE
(206,217,222)
#D8E2E5
(216,226,229)
#E2EBEC
(226,235,236)
#ECF4F3
(236,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #889AAD; }

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

This text font color is #889AAD.


Background Color

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

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

This div background color is #889AAD.


Border color

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

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

This div border color is #889AAD.


Opacity

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

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

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

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

This text has shadow with #889AAD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #889AAD on black background.


Color preview on white background

This text has color #889AAD on white background.



Black color preview on #889AAD background

This text has black color on #889AAD background.


White color preview on #889AAD background

This text has white color on #889AAD background.