COLOR #9B9ED1

HEX: #9B9ED1
RGB: (155,158,209)

Color info

#9B9ED1 contains red, green and blue colors in about the same proportion. Web safe color of #9B9ED1 is #9999CC (or #99C).

RGB color model

#9B9ED1 color RGB value is (155,158,209).

  • red value is 155;
  • green value is 158;
  • blue value is 209.
RGB:
(155,158,209)
(61%,62%,82%)

RGB channels and saturation

R 155 of 255 = 61%
G 158 of 255 = 62%
B 209 of 255 = 82%

155
158
209

R + G + B ~ 68%. #9B9ED1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
155 + 158 + 209 = 522 (100%)
R 155 of 522 ~ 29.69%
G 158 of 522 ~ 30.27%
B 209 of 522 ~ 40.04%

%29.69
%30.27
%40.04

CMYK color model

#9B9ED1 color CMYK value is (26,24,0,18).

  • cyan value is 25.84%
  • magenta value is 24.40%
  • yellow value is 0.00%
  • key color value is 18.04%
CMYK:
(26,24,0,18)
C26M24Y0K18 
(26%,24%,0%,18%)
(0.26/0.24/0.00/0.18)	

CMYK percentages

%25.84
%24.4
%0
%18.04

Codes

Color #9B9ED1 in popluar color models

9B9ED1
RGB155158209
HSL237°36.99%71.37%
HSB/HSV237°25.84%81.96%
CMYK25.84%24.40%0.00%
18.04%

Color #9B9ED1 in popluar number systems.

HEX9B9ED1
Decimal155158209
Binary100110111001111011010001
Octal233236321

Shades and tints

Shades of #9B9ED1

#9B9ED1
(155,158,209)
#8D90BE
(141,144,190)
#7F82AB
(127,130,171)
#717498
(113,116,152)
#636685
(99,102,133)
#555872
(85,88,114)
#474A5F
(71,74,95)
#393C4C
(57,60,76)
#2B2E39
(43,46,57)
#1D2026
(29,32,38)
#0F1213
(15,18,19)
#000000
(0,0,0)

Tints of #9B9ED1

#9B9ED1
(155,158,209)
#A4A6D5
(164,166,213)
#ADAED9
(173,174,217)
#B6B6DD
(182,182,221)
#BFBEE1
(191,190,225)
#C8C6E5
(200,198,229)
#D1CEE9
(209,206,233)
#DAD6ED
(218,214,237)
#E3DEF1
(227,222,241)
#ECE6F5
(236,230,245)
#F5EEF9
(245,238,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9B9ED1 color. Also use rgb(155,158,209) instead hex code.

Text Font Color

.myTextColor { color: #9B9ED1; }

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

This text font color is #9B9ED1.


Background Color

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

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

This div background color is #9B9ED1.


Border color

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

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

This div border color is #9B9ED1.


Opacity

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

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

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

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

This text has shadow with #9B9ED1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9B9ED1 on black background.


Color preview on white background

This text has color #9B9ED1 on white background.



Black color preview on #9B9ED1 background

This text has black color on #9B9ED1 background.


White color preview on #9B9ED1 background

This text has white color on #9B9ED1 background.