COLOR #9BADC1

HEX: #9BADC1
RGB: (155,173,193)

Color info

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

RGB color model

#9BADC1 color RGB value is (155,173,193).

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

RGB channels and saturation

R 155 of 255 = 61%
G 173 of 255 = 68%
B 193 of 255 = 76%

155
173
193

R + G + B ~ 68%. #9BADC1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
155 + 173 + 193 = 521 (100%)
R 155 of 521 ~ 29.75%
G 173 of 521 ~ 33.21%
B 193 of 521 ~ 37.04%

%29.75
%33.21
%37.04

CMYK color model

#9BADC1 color CMYK value is (20,10,0,24).

  • cyan value is 19.69%
  • magenta value is 10.36%
  • yellow value is 0.00%
  • key color value is 24.31%
CMYK:
(20,10,0,24)
C20M10Y0K24 
(20%,10%,0%,24%)
(0.20/0.10/0.00/0.24)	

CMYK percentages

%19.69
%10.36
%0
%24.31

Codes

Color #9BADC1 in popluar color models

9BADC1
RGB155173193
HSL212°23.46%68.24%
HSB/HSV212°19.69%75.69%
CMYK19.69%10.36%0.00%
24.31%

Color #9BADC1 in popluar number systems.

HEX9BADC1
Decimal155173193
Binary100110111010110111000001
Octal233255301

Shades and tints

Shades of #9BADC1

#9BADC1
(155,173,193)
#8D9EB0
(141,158,176)
#7F8F9F
(127,143,159)
#71808E
(113,128,142)
#63717D
(99,113,125)
#55626C
(85,98,108)
#47535B
(71,83,91)
#39444A
(57,68,74)
#2B3539
(43,53,57)
#1D2628
(29,38,40)
#0F1717
(15,23,23)
#000000
(0,0,0)

Tints of #9BADC1

#9BADC1
(155,173,193)
#A4B4C6
(164,180,198)
#ADBBCB
(173,187,203)
#B6C2D0
(182,194,208)
#BFC9D5
(191,201,213)
#C8D0DA
(200,208,218)
#D1D7DF
(209,215,223)
#DADEE4
(218,222,228)
#E3E5E9
(227,229,233)
#ECECEE
(236,236,238)
#F5F3F3
(245,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9BADC1; }

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

This text font color is #9BADC1.


Background Color

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

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

This div background color is #9BADC1.


Border color

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

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

This div border color is #9BADC1.


Opacity

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

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

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

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

This text has shadow with #9BADC1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9BADC1 on black background.


Color preview on white background

This text has color #9BADC1 on white background.



Black color preview on #9BADC1 background

This text has black color on #9BADC1 background.


White color preview on #9BADC1 background

This text has white color on #9BADC1 background.