COLOR #9BA7C1

HEX: #9BA7C1
RGB: (155,167,193)

Color info

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

RGB color model

#9BA7C1 color RGB value is (155,167,193).

  • red value is 155;
  • green value is 167;
  • blue value is 193.
RGB:
(155,167,193)
(61%,65%,76%)

RGB channels and saturation

R 155 of 255 = 61%
G 167 of 255 = 65%
B 193 of 255 = 76%

155
167
193

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

Portions of RGB colors in percentages

R + G + B =
155 + 167 + 193 = 515 (100%)
R 155 of 515 ~ 30.1%
G 167 of 515 ~ 32.43%
B 193 of 515 ~ 37.48%

%30.1
%32.43
%37.48

CMYK color model

#9BA7C1 color CMYK value is (20,13,0,24).

  • cyan value is 19.69%
  • magenta value is 13.47%
  • yellow value is 0.00%
  • key color value is 24.31%
CMYK:
(20,13,0,24)
C20M13Y0K24 
(20%,13%,0%,24%)
(0.20/0.13/0.00/0.24)	

CMYK percentages

%19.69
%13.47
%0
%24.31

Codes

Color #9BA7C1 in popluar color models

9BA7C1
RGB155167193
HSL221°23.46%68.24%
HSB/HSV221°19.69%75.69%
CMYK19.69%13.47%0.00%
24.31%

Color #9BA7C1 in popluar number systems.

HEX9BA7C1
Decimal155167193
Binary100110111010011111000001
Octal233247301

Shades and tints

Shades of #9BA7C1

#9BA7C1
(155,167,193)
#8D98B0
(141,152,176)
#7F899F
(127,137,159)
#717A8E
(113,122,142)
#636B7D
(99,107,125)
#555C6C
(85,92,108)
#474D5B
(71,77,91)
#393E4A
(57,62,74)
#2B2F39
(43,47,57)
#1D2028
(29,32,40)
#0F1117
(15,17,23)
#000000
(0,0,0)

Tints of #9BA7C1

#9BA7C1
(155,167,193)
#A4AFC6
(164,175,198)
#ADB7CB
(173,183,203)
#B6BFD0
(182,191,208)
#BFC7D5
(191,199,213)
#C8CFDA
(200,207,218)
#D1D7DF
(209,215,223)
#DADFE4
(218,223,228)
#E3E7E9
(227,231,233)
#ECEFEE
(236,239,238)
#F5F7F3
(245,247,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9BA7C1 color. Also use rgb(155,167,193) instead hex code.

Text Font Color

.myTextColor { color: #9BA7C1; }

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

This text font color is #9BA7C1.


Background Color

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

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

This div background color is #9BA7C1.


Border color

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

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

This div border color is #9BA7C1.


Opacity

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

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

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

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

This text has shadow with #9BA7C1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9BA7C1 on black background.


Color preview on white background

This text has color #9BA7C1 on white background.



Black color preview on #9BA7C1 background

This text has black color on #9BA7C1 background.


White color preview on #9BA7C1 background

This text has white color on #9BA7C1 background.