COLOR #9BA5D1

HEX: #9BA5D1
RGB: (155,165,209)

Color info

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

RGB color model

#9BA5D1 color RGB value is (155,165,209).

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

RGB channels and saturation

R 155 of 255 = 61%
G 165 of 255 = 65%
B 209 of 255 = 82%

155
165
209

R + G + B ~ 69%. #9BA5D1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
155 + 165 + 209 = 529 (100%)
R 155 of 529 ~ 29.3%
G 165 of 529 ~ 31.19%
B 209 of 529 ~ 39.51%

%29.3
%31.19
%39.51

CMYK color model

#9BA5D1 color CMYK value is (26,21,0,18).

  • cyan value is 25.84%
  • magenta value is 21.05%
  • yellow value is 0.00%
  • key color value is 18.04%
CMYK:
(26,21,0,18)
C26M21Y0K18 
(26%,21%,0%,18%)
(0.26/0.21/0.00/0.18)	

CMYK percentages

%25.84
%21.05
%0
%18.04

Codes

Color #9BA5D1 in popluar color models

9BA5D1
RGB155165209
HSL229°36.99%71.37%
HSB/HSV229°25.84%81.96%
CMYK25.84%21.05%0.00%
18.04%

Color #9BA5D1 in popluar number systems.

HEX9BA5D1
Decimal155165209
Binary100110111010010111010001
Octal233245321

Shades and tints

Shades of #9BA5D1

#9BA5D1
(155,165,209)
#8D96BE
(141,150,190)
#7F87AB
(127,135,171)
#717898
(113,120,152)
#636985
(99,105,133)
#555A72
(85,90,114)
#474B5F
(71,75,95)
#393C4C
(57,60,76)
#2B2D39
(43,45,57)
#1D1E26
(29,30,38)
#0F0F13
(15,15,19)
#000000
(0,0,0)

Tints of #9BA5D1

#9BA5D1
(155,165,209)
#A4ADD5
(164,173,213)
#ADB5D9
(173,181,217)
#B6BDDD
(182,189,221)
#BFC5E1
(191,197,225)
#C8CDE5
(200,205,229)
#D1D5E9
(209,213,233)
#DADDED
(218,221,237)
#E3E5F1
(227,229,241)
#ECEDF5
(236,237,245)
#F5F5F9
(245,245,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9BA5D1; }

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

This text font color is #9BA5D1.


Background Color

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

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

This div background color is #9BA5D1.


Border color

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

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

This div border color is #9BA5D1.


Opacity

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

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

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

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

This text has shadow with #9BA5D1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9BA5D1 on black background.


Color preview on white background

This text has color #9BA5D1 on white background.



Black color preview on #9BA5D1 background

This text has black color on #9BA5D1 background.


White color preview on #9BA5D1 background

This text has white color on #9BA5D1 background.