COLOR #9096AE

HEX: #9096AE
RGB: (144,150,174)

Color info

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

RGB color model

#9096AE color RGB value is (144,150,174).

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

RGB channels and saturation

R 144 of 255 = 56%
G 150 of 255 = 59%
B 174 of 255 = 68%

144
150
174

R + G + B ~ 61%. #9096AE is quite light color.

Portions of RGB colors in percentages

R + G + B =
144 + 150 + 174 = 468 (100%)
R 144 of 468 ~ 30.77%
G 150 of 468 ~ 32.05%
B 174 of 468 ~ 37.18%

%30.77
%32.05
%37.18

CMYK color model

#9096AE color CMYK value is (17,14,0,32).

  • cyan value is 17.24%
  • magenta value is 13.79%
  • yellow value is 0.00%
  • key color value is 31.76%
CMYK:
(17,14,0,32)
C17M14Y0K32 
(17%,14%,0%,32%)
(0.17/0.14/0.00/0.32)	

CMYK percentages

%17.24
%13.79
%0
%31.76

Codes

Color #9096AE in popluar color models

9096AE
RGB144150174
HSL228°15.63%62.35%
HSB/HSV228°17.24%68.24%
CMYK17.24%13.79%0.00%
31.76%

Color #9096AE in popluar number systems.

HEX9096AE
Decimal144150174
Binary100100001001011010101110
Octal220226256

Shades and tints

Shades of #9096AE

#9096AE
(144,150,174)
#83899F
(131,137,159)
#767C90
(118,124,144)
#696F81
(105,111,129)
#5C6272
(92,98,114)
#4F5563
(79,85,99)
#424854
(66,72,84)
#353B45
(53,59,69)
#282E36
(40,46,54)
#1B2127
(27,33,39)
#0E1418
(14,20,24)
#000000
(0,0,0)

Tints of #9096AE

#9096AE
(144,150,174)
#9A9FB5
(154,159,181)
#A4A8BC
(164,168,188)
#AEB1C3
(174,177,195)
#B8BACA
(184,186,202)
#C2C3D1
(194,195,209)
#CCCCD8
(204,204,216)
#D6D5DF
(214,213,223)
#E0DEE6
(224,222,230)
#EAE7ED
(234,231,237)
#F4F0F4
(244,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9096AE; }

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

This text font color is #9096AE.


Background Color

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

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

This div background color is #9096AE.


Border color

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

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

This div border color is #9096AE.


Opacity

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

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

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

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

This text has shadow with #9096AE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9096AE on black background.


Color preview on white background

This text has color #9096AE on white background.



Black color preview on #9096AE background

This text has black color on #9096AE background.


White color preview on #9096AE background

This text has white color on #9096AE background.