COLOR #9B9DDE

HEX: #9B9DDE
RGB: (155,157,222)

Color info

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

RGB color model

#9B9DDE color RGB value is (155,157,222).

  • red value is 155;
  • green value is 157;
  • blue value is 222.
RGB:
(155,157,222)
(61%,62%,87%)

RGB channels and saturation

R 155 of 255 = 61%
G 157 of 255 = 62%
B 222 of 255 = 87%

155
157
222

R + G + B ~ 70%. #9B9DDE is quite light color.

Portions of RGB colors in percentages

R + G + B =
155 + 157 + 222 = 534 (100%)
R 155 of 534 ~ 29.03%
G 157 of 534 ~ 29.4%
B 222 of 534 ~ 41.57%

%29.03
%29.4
%41.57

CMYK color model

#9B9DDE color CMYK value is (30,29,0,13).

  • cyan value is 30.18%
  • magenta value is 29.28%
  • yellow value is 0.00%
  • key color value is 12.94%
CMYK:
(30,29,0,13)
C30M29Y0K13 
(30%,29%,0%,13%)
(0.30/0.29/0.00/0.13)	

CMYK percentages

%30.18
%29.28
%0
%12.94

Codes

Color #9B9DDE in popluar color models

9B9DDE
RGB155157222
HSL238°50.38%73.92%
HSB/HSV238°30.18%87.06%
CMYK30.18%29.28%0.00%
12.94%

Color #9B9DDE in popluar number systems.

HEX9B9DDE
Decimal155157222
Binary100110111001110111011110
Octal233235336

Shades and tints

Shades of #9B9DDE

#9B9DDE
(155,157,222)
#8D8FCA
(141,143,202)
#7F81B6
(127,129,182)
#7173A2
(113,115,162)
#63658E
(99,101,142)
#55577A
(85,87,122)
#474966
(71,73,102)
#393B52
(57,59,82)
#2B2D3E
(43,45,62)
#1D1F2A
(29,31,42)
#0F1116
(15,17,22)
#000000
(0,0,0)

Tints of #9B9DDE

#9B9DDE
(155,157,222)
#A4A5E1
(164,165,225)
#ADADE4
(173,173,228)
#B6B5E7
(182,181,231)
#BFBDEA
(191,189,234)
#C8C5ED
(200,197,237)
#D1CDF0
(209,205,240)
#DAD5F3
(218,213,243)
#E3DDF6
(227,221,246)
#ECE5F9
(236,229,249)
#F5EDFC
(245,237,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9B9DDE color. Also use rgb(155,157,222) instead hex code.

Text Font Color

.myTextColor { color: #9B9DDE; }

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

This text font color is #9B9DDE.


Background Color

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

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

This div background color is #9B9DDE.


Border color

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

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

This div border color is #9B9DDE.


Opacity

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

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

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

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

This text has shadow with #9B9DDE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9B9DDE on black background.


Color preview on white background

This text has color #9B9DDE on white background.



Black color preview on #9B9DDE background

This text has black color on #9B9DDE background.


White color preview on #9B9DDE background

This text has white color on #9B9DDE background.