COLOR #9BADA1

HEX: #9BADA1
RGB: (155,173,161)

Color info

#9BADA1 contains red, green and blue colors in about the same proportion. Web safe color of #9BADA1 is #999999 (or #999).

RGB color model

#9BADA1 color RGB value is (155,173,161).

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

RGB channels and saturation

R 155 of 255 = 61%
G 173 of 255 = 68%
B 161 of 255 = 63%

155
173
161

R + G + B ~ 64%. #9BADA1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
155 + 173 + 161 = 489 (100%)
R 155 of 489 ~ 31.7%
G 173 of 489 ~ 35.38%
B 161 of 489 ~ 32.92%

%31.7
%35.38
%32.92

CMYK color model

#9BADA1 color CMYK value is (10,0,7,32).

  • cyan value is 10.40%
  • magenta value is 0.00%
  • yellow value is 6.94%
  • key color value is 32.16%
CMYK:
(10,0,7,32)
C10M0Y7K32 
(10%,0%,7%,32%)
(0.10/0.00/0.07/0.32)	

CMYK percentages

%10.4
%0
%6.94
%32.16

Codes

Color #9BADA1 in popluar color models

9BADA1
RGB155173161
HSL140°9.89%64.31%
HSB/HSV140°10.40%67.84%
CMYK10.40%0.00%6.94%
32.16%

Color #9BADA1 in popluar number systems.

HEX9BADA1
Decimal155173161
Binary100110111010110110100001
Octal233255241

Shades and tints

Shades of #9BADA1

#9BADA1
(155,173,161)
#8D9E93
(141,158,147)
#7F8F85
(127,143,133)
#718077
(113,128,119)
#637169
(99,113,105)
#55625B
(85,98,91)
#47534D
(71,83,77)
#39443F
(57,68,63)
#2B3531
(43,53,49)
#1D2623
(29,38,35)
#0F1715
(15,23,21)
#000000
(0,0,0)

Tints of #9BADA1

#9BADA1
(155,173,161)
#A4B4A9
(164,180,169)
#ADBBB1
(173,187,177)
#B6C2B9
(182,194,185)
#BFC9C1
(191,201,193)
#C8D0C9
(200,208,201)
#D1D7D1
(209,215,209)
#DADED9
(218,222,217)
#E3E5E1
(227,229,225)
#ECECE9
(236,236,233)
#F5F3F1
(245,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9BADA1; }

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

This text font color is #9BADA1.


Background Color

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

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

This div background color is #9BADA1.


Border color

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

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

This div border color is #9BADA1.


Opacity

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

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

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

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

This text has shadow with #9BADA1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9BADA1 on black background.


Color preview on white background

This text has color #9BADA1 on white background.



Black color preview on #9BADA1 background

This text has black color on #9BADA1 background.


White color preview on #9BADA1 background

This text has white color on #9BADA1 background.