COLOR #8889AF

HEX: #8889AF RGB: (136,137,175)

Color info

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

RGB color model

#8889AF color RGB value is (136,137,175).

RGB: (136,137,175) (53%, 54%, 69%)

RGB channels and saturation

R 136 of 255 = 53%
G 137 of 255 = 54%
B 175 of 255 = 69%

136
137
175

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

Portions of RGB colors in percentages

R + G + B = 136 + 137 + 175 = 448 (100%)
R 136 of 448 ~ 30.36%
G 137 of 448 ~ 30.58%
B 175 of 448 ~ 39.06'%

%30.36
%30.58
%39.06

CMYK color model

#8889AF color CMYK value is (22,22,0,31).

  • cyan value is 22.29%
  • magenta value is 21.71%
  • yellow value is 0.00%
  • key color value is 31.37%

CMYK: (22,22,0,31)
C22M22Y0K31 (22%, 22%, 0%, 31%)
(0.22 / 0.22 / 0.00 / 0.31)

CMYK percentages

%22.29
%21.71
%0
%31.37

Codes

Color #8889AF in popluar color models

88 89 AF
RGB 136 137 175
HSL 238° 19.60% 60.98%
HSB/HSV 238° 22.29% 68.63%
CMYK 22.29% 21.71% 0.00%
31.37%

Color #8889AF in popluar number systems.

HEX 88 89 AF
Decimal 136 137 175
Binary 10001000 10001001 10101111
Octal 210 211 257

Shades and tints

Shades of #8889AF

#8889AF
(136,137,175)
#7C7DA0
(124,125,160)
#707191
(112,113,145)
#646582
(100,101,130)
#585973
(88,89,115)
#4C4D64
(76,77,100)
#404155
(64,65,85)
#343546
(52,53,70)
#282937
(40,41,55)
#1C1D28
(28,29,40)
#101119
(16,17,25)
#000000
(0,0,0)

Tints of #8889AF

#8889AF
(136,137,175)
#9293B6
(146,147,182)
#9C9DBD
(156,157,189)
#A6A7C4
(166,167,196)
#B0B1CB
(176,177,203)
#BABBD2
(186,187,210)
#C4C5D9
(196,197,217)
#CECFE0
(206,207,224)
#D8D9E7
(216,217,231)
#E2E3EE
(226,227,238)
#ECEDF5
(236,237,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8889AF color. Also use rgb(136,137,175) instead hex code.

Text Font Color

.myTextColor { color: #8889AF; }

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

This text font color is #8889AF.

Background Color

.myBgColor { background-color: #8889AF; }

<div style="background-color:#8889AF">Inner text</div>

This div background color is #8889AF.

Border color

.myBorderColor { border: 1px solid #8889AF; }

<div style="border:3px solid #8889AF">Div</div>

This div border color is #8889AF.

Opacity

.myOpacity80 { color: #8889AF; opacity: 0.8; }

<p style="color:#8889AF;opacity:0.8;">80%</p>

Text with #8889AF 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 #8889AF;}

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

This text has shadow with #8889AF color.


.textShadow {text-shadow: 3px 3px 1px #8889AF', 3px 3px 1px red;}

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

This text has shadow with #8889AF primary color and red secondary color.


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

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

This text has shadow with #8889AF and red colors in old Internet Explorer.

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #8889AF; -webkit-box-shadow: 1px 1px 3px 2px #8889AF; box-shadow:1px 1px 3px 2px #8889AF;">
Div content here
</div>

This div box has shadow with color #8889AF.

Preview

Color preview on black background

This text has color #8889AF on black background.


Color preview on white background

This text has color #8889AF on white background.


Black color preview on #8889AF background

This text has black color on #8889AF background.


White color preview on #8889AF background

This text has white color on #8889AF background.


Related colors

Complementary color

Complementary color for #hex is #777650.


I love getcolorcode.com

Triadic colors

1 #AF8889 and #89AF88 with #8889AF are triadic colors.

2 #AF8988 and #8988AF with #8889AF are triadic colors.