COLOR #9088AB

HEX: #9088AB RGB: (144,136,171)

Color info

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

RGB color model

#9088AB color RGB value is (144,136,171).

RGB: (144,136,171) (56%, 53%, 67%)

RGB channels and saturation

R 144 of 255 = 56%
G 136 of 255 = 53%
B 171 of 255 = 67%

144
136
171

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

Portions of RGB colors in percentages

R + G + B = 144 + 136 + 171 = 451 (100%)
R 144 of 451 ~ 31.93%
G 136 of 451 ~ 30.16%
B 171 of 451 ~ 37.92'%

%31.93
%30.16
%37.92

CMYK color model

#9088AB color CMYK value is (16,20,0,33).

  • cyan value is 15.79%
  • magenta value is 20.47%
  • yellow value is 0.00%
  • key color value is 32.94%
CMYK: (16,20,0,33) C16M20Y0K33 (16%,20%,0%,33%) (0.16/0.20/0.00/0.33) 

CMYK percentages

%15.79
%20.47
%0
%32.94

Codes

Color #9088AB in popluar color models

90 88 AB
RGB 144 136 171
HSL 254° 17.24% 60.20%
HSB/HSV 254° 20.47% 67.06%
CMYK 15.79% 20.47% 0.00%
32.94%

Color #9088AB in popluar number systems.

HEX 90 88 AB
Decimal 144 136 171
Binary 10010000 10001000 10101011
Octal 220 210 253

Shades and tints

Shades of #9088AB

#9088AB
(144,136,171)
#837C9C
(131,124,156)
#76708D
(118,112,141)
#69647E
(105,100,126)
#5C586F
(92,88,111)
#4F4C60
(79,76,96)
#424051
(66,64,81)
#353442
(53,52,66)
#282833
(40,40,51)
#1B1C24
(27,28,36)
#0E1015
(14,16,21)
#000000
(0,0,0)

Tints of #9088AB

#9088AB
(144,136,171)
#9A92B2
(154,146,178)
#A49CB9
(164,156,185)
#AEA6C0
(174,166,192)
#B8B0C7
(184,176,199)
#C2BACE
(194,186,206)
#CCC4D5
(204,196,213)
#D6CEDC
(214,206,220)
#E0D8E3
(224,216,227)
#EAE2EA
(234,226,234)
#F4ECF1
(244,236,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9088AB color. Also use rgb(144,136,171) instead hex code.

Text Font Color

.myTextColor { color: #9088AB; }

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

This text font color is #9088AB.

Background Color

.myBgColor { background-color: #9088AB; }

<div style="background-color:#9088AB">Inner text</div>

This div background color is #9088AB.

Border color

.myBorderColor { border: 1px solid #9088AB; }

<div style="border:3px solid #9088AB">Div</div>

This div border color is #9088AB.

Opacity

.myOpacity80 { color: #9088AB; opacity: 0.8; }

<p style="color:#9088AB;opacity:0.8;">80%</p>

Text with #9088AB 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 #9088AB;}

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

This text has shadow with #9088AB color.


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

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

This text has shadow with #9088AB primary color and red secondary color.


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

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

This text has shadow with #9088AB and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #9088AB.

Preview

Color preview on black background

This text has color #9088AB on black background.


Color preview on white background

This text has color #9088AB on white background.


Black color preview on #9088AB background

This text has black color on #9088AB background.


White color preview on #9088AB background

This text has white color on #9088AB background.


Related colors

Complementary color

Complementary color for #hex is #6F7754.


I love getcolorcode.com

Triadic colors

1 #AB9088 and #88AB90 with #9088AB are triadic colors.

2 #AB8890 and #8890AB with #9088AB are triadic colors.