COLOR #9B9AE7

HEX: #9B9AE7
RGB: (155,154,231)

Color info

#9B9AE7 contains mainly blue color. Web safe color of #9B9AE7 is #9999FF (or #99F).

RGB color model

#9B9AE7 color RGB value is (155,154,231).

  • red value is 155;
  • green value is 154;
  • blue value is 231.
RGB:
(155,154,231)
(61%,60%,91%)

RGB channels and saturation

R 155 of 255 = 61%
G 154 of 255 = 60%
B 231 of 255 = 91%

155
154
231

R + G + B ~ 71%. #9B9AE7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
155 + 154 + 231 = 540 (100%)
R 155 of 540 ~ 28.7%
G 154 of 540 ~ 28.52%
B 231 of 540 ~ 42.78%

%28.7
%28.52
%42.78

CMYK color model

#9B9AE7 color CMYK value is (33,33,0,9).

  • cyan value is 32.90%
  • magenta value is 33.33%
  • yellow value is 0.00%
  • key color value is 9.41%
CMYK:
(33,33,0,9)
C33M33Y0K9 
(33%,33%,0%,9%)
(0.33/0.33/0.00/0.09)	

CMYK percentages

%32.9
%33.33
%0
%9.41

Codes

Color #9B9AE7 in popluar color models

9B9AE7
RGB155154231
HSL241°61.60%75.49%
HSB/HSV241°33.33%90.59%
CMYK32.90%33.33%0.00%
9.41%

Color #9B9AE7 in popluar number systems.

HEX9B9AE7
Decimal155154231
Binary100110111001101011100111
Octal233232347

Shades and tints

Shades of #9B9AE7

#9B9AE7
(155,154,231)
#8D8CD2
(141,140,210)
#7F7EBD
(127,126,189)
#7170A8
(113,112,168)
#636293
(99,98,147)
#55547E
(85,84,126)
#474669
(71,70,105)
#393854
(57,56,84)
#2B2A3F
(43,42,63)
#1D1C2A
(29,28,42)
#0F0E15
(15,14,21)
#000000
(0,0,0)

Tints of #9B9AE7

#9B9AE7
(155,154,231)
#A4A3E9
(164,163,233)
#ADACEB
(173,172,235)
#B6B5ED
(182,181,237)
#BFBEEF
(191,190,239)
#C8C7F1
(200,199,241)
#D1D0F3
(209,208,243)
#DAD9F5
(218,217,245)
#E3E2F7
(227,226,247)
#ECEBF9
(236,235,249)
#F5F4FB
(245,244,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9B9AE7 color. Also use rgb(155,154,231) instead hex code.

Text Font Color

.myTextColor { color: #9B9AE7; }

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

This text font color is #9B9AE7.


Background Color

.myBgColor { background-color: #9B9AE7; }

<div style="background-color:#9B9AE7">Inner text</div>

This div background color is #9B9AE7.


Border color

.myBorderColor { border: 1px solid #9B9AE7; }

<div style="border:3px solid #9B9AE7">Div</div>

This div border color is #9B9AE7.


Opacity

.myOpacity80 { color: #9B9AE7; opacity: 0.8; }

<p style="color:#9B9AE7;opacity:0.8;">80%</p>

Text with #9B9AE7 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 #9B9AE7;}

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

This text has shadow with #9B9AE7 color.

.textShadow {text-shadow: 3px 3px 1px #9B9AE7, 3px 3px 1px red;}

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

This text has shadow with #9B9AE7 primary color and red secondary color.


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

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

This text has shadow with #9B9AE7 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9B9AE7 on black background.


Color preview on white background

This text has color #9B9AE7 on white background.



Black color preview on #9B9AE7 background

This text has black color on #9B9AE7 background.


White color preview on #9B9AE7 background

This text has white color on #9B9AE7 background.