COLOR #9BA4C5

HEX: #9BA4C5
RGB: (155,164,197)

Color info

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

RGB color model

#9BA4C5 color RGB value is (155,164,197).

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

RGB channels and saturation

R 155 of 255 = 61%
G 164 of 255 = 64%
B 197 of 255 = 77%

155
164
197

R + G + B ~ 67%. #9BA4C5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
155 + 164 + 197 = 516 (100%)
R 155 of 516 ~ 30.04%
G 164 of 516 ~ 31.78%
B 197 of 516 ~ 38.18%

%30.04
%31.78
%38.18

CMYK color model

#9BA4C5 color CMYK value is (21,17,0,23).

  • cyan value is 21.32%
  • magenta value is 16.75%
  • yellow value is 0.00%
  • key color value is 22.75%
CMYK:
(21,17,0,23)
C21M17Y0K23 
(21%,17%,0%,23%)
(0.21/0.17/0.00/0.23)	

CMYK percentages

%21.32
%16.75
%0
%22.75

Codes

Color #9BA4C5 in popluar color models

9BA4C5
RGB155164197
HSL227°26.58%69.02%
HSB/HSV227°21.32%77.25%
CMYK21.32%16.75%0.00%
22.75%

Color #9BA4C5 in popluar number systems.

HEX9BA4C5
Decimal155164197
Binary100110111010010011000101
Octal233244305

Shades and tints

Shades of #9BA4C5

#9BA4C5
(155,164,197)
#8D96B4
(141,150,180)
#7F88A3
(127,136,163)
#717A92
(113,122,146)
#636C81
(99,108,129)
#555E70
(85,94,112)
#47505F
(71,80,95)
#39424E
(57,66,78)
#2B343D
(43,52,61)
#1D262C
(29,38,44)
#0F181B
(15,24,27)
#000000
(0,0,0)

Tints of #9BA4C5

#9BA4C5
(155,164,197)
#A4ACCA
(164,172,202)
#ADB4CF
(173,180,207)
#B6BCD4
(182,188,212)
#BFC4D9
(191,196,217)
#C8CCDE
(200,204,222)
#D1D4E3
(209,212,227)
#DADCE8
(218,220,232)
#E3E4ED
(227,228,237)
#ECECF2
(236,236,242)
#F5F4F7
(245,244,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9BA4C5; }

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

This text font color is #9BA4C5.


Background Color

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

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

This div background color is #9BA4C5.


Border color

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

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

This div border color is #9BA4C5.


Opacity

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

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

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

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

This text has shadow with #9BA4C5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9BA4C5 on black background.


Color preview on white background

This text has color #9BA4C5 on white background.



Black color preview on #9BA4C5 background

This text has black color on #9BA4C5 background.


White color preview on #9BA4C5 background

This text has white color on #9BA4C5 background.