COLOR #9BA0E1

HEX: #9BA0E1
RGB: (155,160,225)

Color info

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

RGB color model

#9BA0E1 color RGB value is (155,160,225).

  • red value is 155;
  • green value is 160;
  • blue value is 225.
RGB:
(155,160,225)
(61%,63%,88%)

RGB channels and saturation

R 155 of 255 = 61%
G 160 of 255 = 63%
B 225 of 255 = 88%

155
160
225

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

Portions of RGB colors in percentages

R + G + B =
155 + 160 + 225 = 540 (100%)
R 155 of 540 ~ 28.7%
G 160 of 540 ~ 29.63%
B 225 of 540 ~ 41.67%

%28.7
%29.63
%41.67

CMYK color model

#9BA0E1 color CMYK value is (31,29,0,12).

  • cyan value is 31.11%
  • magenta value is 28.89%
  • yellow value is 0.00%
  • key color value is 11.76%
CMYK:
(31,29,0,12)
C31M29Y0K12 
(31%,29%,0%,12%)
(0.31/0.29/0.00/0.12)	

CMYK percentages

%31.11
%28.89
%0
%11.76

Codes

Color #9BA0E1 in popluar color models

9BA0E1
RGB155160225
HSL236°53.85%74.51%
HSB/HSV236°31.11%88.24%
CMYK31.11%28.89%0.00%
11.76%

Color #9BA0E1 in popluar number systems.

HEX9BA0E1
Decimal155160225
Binary100110111010000011100001
Octal233240341

Shades and tints

Shades of #9BA0E1

#9BA0E1
(155,160,225)
#8D92CD
(141,146,205)
#7F84B9
(127,132,185)
#7176A5
(113,118,165)
#636891
(99,104,145)
#555A7D
(85,90,125)
#474C69
(71,76,105)
#393E55
(57,62,85)
#2B3041
(43,48,65)
#1D222D
(29,34,45)
#0F1419
(15,20,25)
#000000
(0,0,0)

Tints of #9BA0E1

#9BA0E1
(155,160,225)
#A4A8E3
(164,168,227)
#ADB0E5
(173,176,229)
#B6B8E7
(182,184,231)
#BFC0E9
(191,192,233)
#C8C8EB
(200,200,235)
#D1D0ED
(209,208,237)
#DAD8EF
(218,216,239)
#E3E0F1
(227,224,241)
#ECE8F3
(236,232,243)
#F5F0F5
(245,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9BA0E1 color. Also use rgb(155,160,225) instead hex code.

Text Font Color

.myTextColor { color: #9BA0E1; }

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

This text font color is #9BA0E1.


Background Color

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

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

This div background color is #9BA0E1.


Border color

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

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

This div border color is #9BA0E1.


Opacity

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

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

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

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

This text has shadow with #9BA0E1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9BA0E1 on black background.


Color preview on white background

This text has color #9BA0E1 on white background.



Black color preview on #9BA0E1 background

This text has black color on #9BA0E1 background.


White color preview on #9BA0E1 background

This text has white color on #9BA0E1 background.