COLOR #9BA8D3

HEX: #9BA8D3
RGB: (155,168,211)

Color info

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

RGB color model

#9BA8D3 color RGB value is (155,168,211).

  • red value is 155;
  • green value is 168;
  • blue value is 211.
RGB:
(155,168,211)
(61%,66%,83%)

RGB channels and saturation

R 155 of 255 = 61%
G 168 of 255 = 66%
B 211 of 255 = 83%

155
168
211

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

Portions of RGB colors in percentages

R + G + B =
155 + 168 + 211 = 534 (100%)
R 155 of 534 ~ 29.03%
G 168 of 534 ~ 31.46%
B 211 of 534 ~ 39.51%

%29.03
%31.46
%39.51

CMYK color model

#9BA8D3 color CMYK value is (27,20,0,17).

  • cyan value is 26.54%
  • magenta value is 20.38%
  • yellow value is 0.00%
  • key color value is 17.25%
CMYK:
(27,20,0,17)
C27M20Y0K17 
(27%,20%,0%,17%)
(0.27/0.20/0.00/0.17)	

CMYK percentages

%26.54
%20.38
%0
%17.25

Codes

Color #9BA8D3 in popluar color models

9BA8D3
RGB155168211
HSL226°38.89%71.76%
HSB/HSV226°26.54%82.75%
CMYK26.54%20.38%0.00%
17.25%

Color #9BA8D3 in popluar number systems.

HEX9BA8D3
Decimal155168211
Binary100110111010100011010011
Octal233250323

Shades and tints

Shades of #9BA8D3

#9BA8D3
(155,168,211)
#8D99C0
(141,153,192)
#7F8AAD
(127,138,173)
#717B9A
(113,123,154)
#636C87
(99,108,135)
#555D74
(85,93,116)
#474E61
(71,78,97)
#393F4E
(57,63,78)
#2B303B
(43,48,59)
#1D2128
(29,33,40)
#0F1215
(15,18,21)
#000000
(0,0,0)

Tints of #9BA8D3

#9BA8D3
(155,168,211)
#A4AFD7
(164,175,215)
#ADB6DB
(173,182,219)
#B6BDDF
(182,189,223)
#BFC4E3
(191,196,227)
#C8CBE7
(200,203,231)
#D1D2EB
(209,210,235)
#DAD9EF
(218,217,239)
#E3E0F3
(227,224,243)
#ECE7F7
(236,231,247)
#F5EEFB
(245,238,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9BA8D3 color. Also use rgb(155,168,211) instead hex code.

Text Font Color

.myTextColor { color: #9BA8D3; }

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

This text font color is #9BA8D3.


Background Color

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

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

This div background color is #9BA8D3.


Border color

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

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

This div border color is #9BA8D3.


Opacity

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

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

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

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

This text has shadow with #9BA8D3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9BA8D3 on black background.


Color preview on white background

This text has color #9BA8D3 on white background.



Black color preview on #9BA8D3 background

This text has black color on #9BA8D3 background.


White color preview on #9BA8D3 background

This text has white color on #9BA8D3 background.