COLOR #9088B0

HEX: #9088B0
RGB: (144,136,176)

Color info

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

RGB color model

#9088B0 color RGB value is (144,136,176).

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

RGB channels and saturation

R 144 of 255 = 56%
G 136 of 255 = 53%
B 176 of 255 = 69%

144
136
176

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

Portions of RGB colors in percentages

R + G + B =
144 + 136 + 176 = 456 (100%)
R 144 of 456 ~ 31.58%
G 136 of 456 ~ 29.82%
B 176 of 456 ~ 38.6%

%31.58
%29.82
%38.6

CMYK color model

#9088B0 color CMYK value is (18,23,0,31).

  • cyan value is 18.18%
  • magenta value is 22.73%
  • yellow value is 0.00%
  • key color value is 30.98%
CMYK:
(18,23,0,31)
C18M23Y0K31 
(18%,23%,0%,31%)
(0.18/0.23/0.00/0.31)	

CMYK percentages

%18.18
%22.73
%0
%30.98

Codes

Color #9088B0 in popluar color models

9088B0
RGB144136176
HSL252°20.20%61.18%
HSB/HSV252°22.73%69.02%
CMYK18.18%22.73%0.00%
30.98%

Color #9088B0 in popluar number systems.

HEX9088B0
Decimal144136176
Binary100100001000100010110000
Octal220210260

Shades and tints

Shades of #9088B0

#9088B0
(144,136,176)
#837CA0
(131,124,160)
#767090
(118,112,144)
#696480
(105,100,128)
#5C5870
(92,88,112)
#4F4C60
(79,76,96)
#424050
(66,64,80)
#353440
(53,52,64)
#282830
(40,40,48)
#1B1C20
(27,28,32)
#0E1010
(14,16,16)
#000000
(0,0,0)

Tints of #9088B0

#9088B0
(144,136,176)
#9A92B7
(154,146,183)
#A49CBE
(164,156,190)
#AEA6C5
(174,166,197)
#B8B0CC
(184,176,204)
#C2BAD3
(194,186,211)
#CCC4DA
(204,196,218)
#D6CEE1
(214,206,225)
#E0D8E8
(224,216,232)
#EAE2EF
(234,226,239)
#F4ECF6
(244,236,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9088B0; }

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

This text font color is #9088B0.


Background Color

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

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

This div background color is #9088B0.


Border color

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

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

This div border color is #9088B0.


Opacity

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

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

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

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

This text has shadow with #9088B0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9088B0 on black background.


Color preview on white background

This text has color #9088B0 on white background.



Black color preview on #9088B0 background

This text has black color on #9088B0 background.


White color preview on #9088B0 background

This text has white color on #9088B0 background.