COLOR #9088AE

HEX: #9088AE
RGB: (144,136,174)

Color info

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

RGB color model

#9088AE color RGB value is (144,136,174).

  • red value is 144;
  • green value is 136;
  • blue value is 174.
RGB:
(144,136,174)
(56%,53%,68%)

RGB channels and saturation

R 144 of 255 = 56%
G 136 of 255 = 53%
B 174 of 255 = 68%

144
136
174

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

Portions of RGB colors in percentages

R + G + B =
144 + 136 + 174 = 454 (100%)
R 144 of 454 ~ 31.72%
G 136 of 454 ~ 29.96%
B 174 of 454 ~ 38.33%

%31.72
%29.96
%38.33

CMYK color model

#9088AE color CMYK value is (17,22,0,32).

  • cyan value is 17.24%
  • magenta value is 21.84%
  • yellow value is 0.00%
  • key color value is 31.76%
CMYK:
(17,22,0,32)
C17M22Y0K32 
(17%,22%,0%,32%)
(0.17/0.22/0.00/0.32)	

CMYK percentages

%17.24
%21.84
%0
%31.76

Codes

Color #9088AE in popluar color models

9088AE
RGB144136174
HSL253°19.00%60.78%
HSB/HSV253°21.84%68.24%
CMYK17.24%21.84%0.00%
31.76%

Color #9088AE in popluar number systems.

HEX9088AE
Decimal144136174
Binary100100001000100010101110
Octal220210256

Shades and tints

Shades of #9088AE

#9088AE
(144,136,174)
#837C9F
(131,124,159)
#767090
(118,112,144)
#696481
(105,100,129)
#5C5872
(92,88,114)
#4F4C63
(79,76,99)
#424054
(66,64,84)
#353445
(53,52,69)
#282836
(40,40,54)
#1B1C27
(27,28,39)
#0E1018
(14,16,24)
#000000
(0,0,0)

Tints of #9088AE

#9088AE
(144,136,174)
#9A92B5
(154,146,181)
#A49CBC
(164,156,188)
#AEA6C3
(174,166,195)
#B8B0CA
(184,176,202)
#C2BAD1
(194,186,209)
#CCC4D8
(204,196,216)
#D6CEDF
(214,206,223)
#E0D8E6
(224,216,230)
#EAE2ED
(234,226,237)
#F4ECF4
(244,236,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9088AE; }

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

This text font color is #9088AE.


Background Color

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

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

This div background color is #9088AE.


Border color

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

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

This div border color is #9088AE.


Opacity

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

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

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

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

This text has shadow with #9088AE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9088AE on black background.


Color preview on white background

This text has color #9088AE on white background.



Black color preview on #9088AE background

This text has black color on #9088AE background.


White color preview on #9088AE background

This text has white color on #9088AE background.