COLOR #9BA4D6

HEX: #9BA4D6
RGB: (155,164,214)

Color info

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

RGB color model

#9BA4D6 color RGB value is (155,164,214).

  • red value is 155;
  • green value is 164;
  • blue value is 214.
RGB:
(155,164,214)
(61%,64%,84%)

RGB channels and saturation

R 155 of 255 = 61%
G 164 of 255 = 64%
B 214 of 255 = 84%

155
164
214

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

Portions of RGB colors in percentages

R + G + B =
155 + 164 + 214 = 533 (100%)
R 155 of 533 ~ 29.08%
G 164 of 533 ~ 30.77%
B 214 of 533 ~ 40.15%

%29.08
%30.77
%40.15

CMYK color model

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

  • cyan value is 27.57%
  • magenta value is 23.36%
  • 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
%23.36
%0
%16.08

Codes

Color #9BA4D6 in popluar color models

9BA4D6
RGB155164214
HSL231°41.84%72.35%
HSB/HSV231°27.57%83.92%
CMYK27.57%23.36%0.00%
16.08%

Color #9BA4D6 in popluar number systems.

HEX9BA4D6
Decimal155164214
Binary100110111010010011010110
Octal233244326

Shades and tints

Shades of #9BA4D6

#9BA4D6
(155,164,214)
#8D96C3
(141,150,195)
#7F88B0
(127,136,176)
#717A9D
(113,122,157)
#636C8A
(99,108,138)
#555E77
(85,94,119)
#475064
(71,80,100)
#394251
(57,66,81)
#2B343E
(43,52,62)
#1D262B
(29,38,43)
#0F1818
(15,24,24)
#000000
(0,0,0)

Tints of #9BA4D6

#9BA4D6
(155,164,214)
#A4ACD9
(164,172,217)
#ADB4DC
(173,180,220)
#B6BCDF
(182,188,223)
#BFC4E2
(191,196,226)
#C8CCE5
(200,204,229)
#D1D4E8
(209,212,232)
#DADCEB
(218,220,235)
#E3E4EE
(227,228,238)
#ECECF1
(236,236,241)
#F5F4F4
(245,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9BA4D6; }

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

This text font color is #9BA4D6.


Background Color

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

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

This div background color is #9BA4D6.


Border color

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

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

This div border color is #9BA4D6.


Opacity

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

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

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

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

This text has shadow with #9BA4D6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9BA4D6 on black background.


Color preview on white background

This text has color #9BA4D6 on white background.



Black color preview on #9BA4D6 background

This text has black color on #9BA4D6 background.


White color preview on #9BA4D6 background

This text has white color on #9BA4D6 background.