COLOR #9BA2DA

HEX: #9BA2DA
RGB: (155,162,218)

Color info

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

RGB color model

#9BA2DA color RGB value is (155,162,218).

  • red value is 155;
  • green value is 162;
  • blue value is 218.
RGB:
(155,162,218)
(61%,64%,85%)

RGB channels and saturation

R 155 of 255 = 61%
G 162 of 255 = 64%
B 218 of 255 = 85%

155
162
218

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

Portions of RGB colors in percentages

R + G + B =
155 + 162 + 218 = 535 (100%)
R 155 of 535 ~ 28.97%
G 162 of 535 ~ 30.28%
B 218 of 535 ~ 40.75%

%28.97
%30.28
%40.75

CMYK color model

#9BA2DA color CMYK value is (29,26,0,15).

  • cyan value is 28.90%
  • magenta value is 25.69%
  • yellow value is 0.00%
  • key color value is 14.51%
CMYK:
(29,26,0,15)
C29M26Y0K15 
(29%,26%,0%,15%)
(0.29/0.26/0.00/0.15)	

CMYK percentages

%28.9
%25.69
%0
%14.51

Codes

Color #9BA2DA in popluar color models

9BA2DA
RGB155162218
HSL233°45.99%73.14%
HSB/HSV233°28.90%85.49%
CMYK28.90%25.69%0.00%
14.51%

Color #9BA2DA in popluar number systems.

HEX9BA2DA
Decimal155162218
Binary100110111010001011011010
Octal233242332

Shades and tints

Shades of #9BA2DA

#9BA2DA
(155,162,218)
#8D94C7
(141,148,199)
#7F86B4
(127,134,180)
#7178A1
(113,120,161)
#636A8E
(99,106,142)
#555C7B
(85,92,123)
#474E68
(71,78,104)
#394055
(57,64,85)
#2B3242
(43,50,66)
#1D242F
(29,36,47)
#0F161C
(15,22,28)
#000000
(0,0,0)

Tints of #9BA2DA

#9BA2DA
(155,162,218)
#A4AADD
(164,170,221)
#ADB2E0
(173,178,224)
#B6BAE3
(182,186,227)
#BFC2E6
(191,194,230)
#C8CAE9
(200,202,233)
#D1D2EC
(209,210,236)
#DADAEF
(218,218,239)
#E3E2F2
(227,226,242)
#ECEAF5
(236,234,245)
#F5F2F8
(245,242,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9BA2DA color. Also use rgb(155,162,218) instead hex code.

Text Font Color

.myTextColor { color: #9BA2DA; }

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

This text font color is #9BA2DA.


Background Color

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

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

This div background color is #9BA2DA.


Border color

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

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

This div border color is #9BA2DA.


Opacity

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

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

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

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

This text has shadow with #9BA2DA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9BA2DA on black background.


Color preview on white background

This text has color #9BA2DA on white background.



Black color preview on #9BA2DA background

This text has black color on #9BA2DA background.


White color preview on #9BA2DA background

This text has white color on #9BA2DA background.