COLOR #9BA6DE

HEX: #9BA6DE
RGB: (155,166,222)

Color info

#9BA6DE contains mainly green and blue colors. Web safe color of #9BA6DE is #9999CC (or #99C).

RGB color model

#9BA6DE color RGB value is (155,166,222).

  • red value is 155;
  • green value is 166;
  • blue value is 222.
RGB:
(155,166,222)
(61%,65%,87%)

RGB channels and saturation

R 155 of 255 = 61%
G 166 of 255 = 65%
B 222 of 255 = 87%

155
166
222

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

Portions of RGB colors in percentages

R + G + B =
155 + 166 + 222 = 543 (100%)
R 155 of 543 ~ 28.55%
G 166 of 543 ~ 30.57%
B 222 of 543 ~ 40.88%

%28.55
%30.57
%40.88

CMYK color model

#9BA6DE color CMYK value is (30,25,0,13).

  • cyan value is 30.18%
  • magenta value is 25.23%
  • yellow value is 0.00%
  • key color value is 12.94%
CMYK:
(30,25,0,13)
C30M25Y0K13 
(30%,25%,0%,13%)
(0.30/0.25/0.00/0.13)	

CMYK percentages

%30.18
%25.23
%0
%12.94

Codes

Color #9BA6DE in popluar color models

9BA6DE
RGB155166222
HSL230°50.38%73.92%
HSB/HSV230°30.18%87.06%
CMYK30.18%25.23%0.00%
12.94%

Color #9BA6DE in popluar number systems.

HEX9BA6DE
Decimal155166222
Binary100110111010011011011110
Octal233246336

Shades and tints

Shades of #9BA6DE

#9BA6DE
(155,166,222)
#8D97CA
(141,151,202)
#7F88B6
(127,136,182)
#7179A2
(113,121,162)
#636A8E
(99,106,142)
#555B7A
(85,91,122)
#474C66
(71,76,102)
#393D52
(57,61,82)
#2B2E3E
(43,46,62)
#1D1F2A
(29,31,42)
#0F1016
(15,16,22)
#000000
(0,0,0)

Tints of #9BA6DE

#9BA6DE
(155,166,222)
#A4AEE1
(164,174,225)
#ADB6E4
(173,182,228)
#B6BEE7
(182,190,231)
#BFC6EA
(191,198,234)
#C8CEED
(200,206,237)
#D1D6F0
(209,214,240)
#DADEF3
(218,222,243)
#E3E6F6
(227,230,246)
#ECEEF9
(236,238,249)
#F5F6FC
(245,246,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9BA6DE color. Also use rgb(155,166,222) instead hex code.

Text Font Color

.myTextColor { color: #9BA6DE; }

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

This text font color is #9BA6DE.


Background Color

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

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

This div background color is #9BA6DE.


Border color

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

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

This div border color is #9BA6DE.


Opacity

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

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

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

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

This text has shadow with #9BA6DE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9BA6DE on black background.


Color preview on white background

This text has color #9BA6DE on white background.



Black color preview on #9BA6DE background

This text has black color on #9BA6DE background.


White color preview on #9BA6DE background

This text has white color on #9BA6DE background.