COLOR #9096D3

HEX: #9096D3
RGB: (144,150,211)

Color info

#9096D3 contains mainly blue color. Web safe color of #9096D3 is #9999CC (or #99C).

RGB color model

#9096D3 color RGB value is (144,150,211).

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

RGB channels and saturation

R 144 of 255 = 56%
G 150 of 255 = 59%
B 211 of 255 = 83%

144
150
211

R + G + B ~ 66%. #9096D3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
144 + 150 + 211 = 505 (100%)
R 144 of 505 ~ 28.51%
G 150 of 505 ~ 29.7%
B 211 of 505 ~ 41.78%

%28.51
%29.7
%41.78

CMYK color model

#9096D3 color CMYK value is (32,29,0,17).

  • cyan value is 31.75%
  • magenta value is 28.91%
  • yellow value is 0.00%
  • key color value is 17.25%
CMYK:
(32,29,0,17)
C32M29Y0K17 
(32%,29%,0%,17%)
(0.32/0.29/0.00/0.17)	

CMYK percentages

%31.75
%28.91
%0
%17.25

Codes

Color #9096D3 in popluar color models

9096D3
RGB144150211
HSL235°43.23%69.61%
HSB/HSV235°31.75%82.75%
CMYK31.75%28.91%0.00%
17.25%

Color #9096D3 in popluar number systems.

HEX9096D3
Decimal144150211
Binary100100001001011011010011
Octal220226323

Shades and tints

Shades of #9096D3

#9096D3
(144,150,211)
#8389C0
(131,137,192)
#767CAD
(118,124,173)
#696F9A
(105,111,154)
#5C6287
(92,98,135)
#4F5574
(79,85,116)
#424861
(66,72,97)
#353B4E
(53,59,78)
#282E3B
(40,46,59)
#1B2128
(27,33,40)
#0E1415
(14,20,21)
#000000
(0,0,0)

Tints of #9096D3

#9096D3
(144,150,211)
#9A9FD7
(154,159,215)
#A4A8DB
(164,168,219)
#AEB1DF
(174,177,223)
#B8BAE3
(184,186,227)
#C2C3E7
(194,195,231)
#CCCCEB
(204,204,235)
#D6D5EF
(214,213,239)
#E0DEF3
(224,222,243)
#EAE7F7
(234,231,247)
#F4F0FB
(244,240,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9096D3; }

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

This text font color is #9096D3.


Background Color

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

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

This div background color is #9096D3.


Border color

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

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

This div border color is #9096D3.


Opacity

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

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

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

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

This text has shadow with #9096D3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9096D3 on black background.


Color preview on white background

This text has color #9096D3 on white background.



Black color preview on #9096D3 background

This text has black color on #9096D3 background.


White color preview on #9096D3 background

This text has white color on #9096D3 background.