COLOR #9B9AEB

HEX: #9B9AEB
RGB: (155,154,235)

Color info

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

RGB color model

#9B9AEB color RGB value is (155,154,235).

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

RGB channels and saturation

R 155 of 255 = 61%
G 154 of 255 = 60%
B 235 of 255 = 92%

155
154
235

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

Portions of RGB colors in percentages

R + G + B =
155 + 154 + 235 = 544 (100%)
R 155 of 544 ~ 28.49%
G 154 of 544 ~ 28.31%
B 235 of 544 ~ 43.2%

%28.49
%28.31
%43.2

CMYK color model

#9B9AEB color CMYK value is (34,34,0,8).

  • cyan value is 34.04%
  • magenta value is 34.47%
  • yellow value is 0.00%
  • key color value is 7.84%
CMYK:
(34,34,0,8)
C34M34Y0K8 
(34%,34%,0%,8%)
(0.34/0.34/0.00/0.08)	

CMYK percentages

%34.04
%34.47
%0
%7.84

Codes

Color #9B9AEB in popluar color models

9B9AEB
RGB155154235
HSL241°66.94%76.27%
HSB/HSV241°34.47%92.16%
CMYK34.04%34.47%0.00%
7.84%

Color #9B9AEB in popluar number systems.

HEX9B9AEB
Decimal155154235
Binary100110111001101011101011
Octal233232353

Shades and tints

Shades of #9B9AEB

#9B9AEB
(155,154,235)
#8D8CD6
(141,140,214)
#7F7EC1
(127,126,193)
#7170AC
(113,112,172)
#636297
(99,98,151)
#555482
(85,84,130)
#47466D
(71,70,109)
#393858
(57,56,88)
#2B2A43
(43,42,67)
#1D1C2E
(29,28,46)
#0F0E19
(15,14,25)
#000000
(0,0,0)

Tints of #9B9AEB

#9B9AEB
(155,154,235)
#A4A3EC
(164,163,236)
#ADACED
(173,172,237)
#B6B5EE
(182,181,238)
#BFBEEF
(191,190,239)
#C8C7F0
(200,199,240)
#D1D0F1
(209,208,241)
#DAD9F2
(218,217,242)
#E3E2F3
(227,226,243)
#ECEBF4
(236,235,244)
#F5F4F5
(245,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9B9AEB; }

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

This text font color is #9B9AEB.


Background Color

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

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

This div background color is #9B9AEB.


Border color

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

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

This div border color is #9B9AEB.


Opacity

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

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

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

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

This text has shadow with #9B9AEB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9B9AEB on black background.


Color preview on white background

This text has color #9B9AEB on white background.



Black color preview on #9B9AEB background

This text has black color on #9B9AEB background.


White color preview on #9B9AEB background

This text has white color on #9B9AEB background.