COLOR #9BA5D6

HEX: #9BA5D6 RGB: (155,165,214)

Color info

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

RGB color model

#9BA5D6 color RGB value is (155,165,214).

RGB: (155,165,214) (61%, 65%, 84%)

RGB channels and saturation

R 155 of 255 = 61%
G 165 of 255 = 65%
B 214 of 255 = 84%

155
165
214

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

Portions of RGB colors in percentages

R + G + B = 155 + 165 + 214 = 534 (100%)
R 155 of 534 ~ 29.03%
G 165 of 534 ~ 30.9%
B 214 of 534 ~ 40.07'%

%29.03
%30.9
%40.07

CMYK color model

#9BA5D6 color CMYK value is (28,23,0,16).

  • cyan value is 27.57%
  • magenta value is 22.90%
  • yellow value is 0.00%
  • key color value is 16.08%

CMYK: (28,23,0,16)
C28M23Y0K16 (28%, 23%, 0%, 16%)
(0.28 / 0.23 / 0.00 / 0.16)

CMYK percentages

%27.57
%22.9
%0
%16.08

Codes

Color #9BA5D6 in popluar color models

9B A5 D6
RGB 155 165 214
HSL 230° 41.84% 72.35%
HSB/HSV 230° 27.57% 83.92%
CMYK 27.57% 22.90% 0.00%
16.08%

Color #9BA5D6 in popluar number systems.

HEX 9B A5 D6
Decimal 155 165 214
Binary 10011011 10100101 11010110
Octal 233 245 326

Shades and tints

Shades of #9BA5D6

#9BA5D6
(155,165,214)
#8D96C3
(141,150,195)
#7F87B0
(127,135,176)
#71789D
(113,120,157)
#63698A
(99,105,138)
#555A77
(85,90,119)
#474B64
(71,75,100)
#393C51
(57,60,81)
#2B2D3E
(43,45,62)
#1D1E2B
(29,30,43)
#0F0F18
(15,15,24)
#000000
(0,0,0)

Tints of #9BA5D6

#9BA5D6
(155,165,214)
#A4ADD9
(164,173,217)
#ADB5DC
(173,181,220)
#B6BDDF
(182,189,223)
#BFC5E2
(191,197,226)
#C8CDE5
(200,205,229)
#D1D5E8
(209,213,232)
#DADDEB
(218,221,235)
#E3E5EE
(227,229,238)
#ECEDF1
(236,237,241)
#F5F5F4
(245,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9BA5D6; }

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

This text font color is #9BA5D6.

Background Color

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

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

This div background color is #9BA5D6.

Border color

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

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

This div border color is #9BA5D6.

Opacity

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

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

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

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

This text has shadow with #9BA5D6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9BA5D6.

Preview

Color preview on black background

This text has color #9BA5D6 on black background.


Color preview on white background

This text has color #9BA5D6 on white background.


Black color preview on #9BA5D6 background

This text has black color on #9BA5D6 background.


White color preview on #9BA5D6 background

This text has white color on #9BA5D6 background.


Related colors

Complementary color

Complementary color for #hex is #645A29.


I love getcolorcode.com

Triadic colors

1 #D69BA5 and #A5D69B with #9BA5D6 are triadic colors.

2 #D6A59B and #A59BD6 with #9BA5D6 are triadic colors.