COLOR #9BAD9E

HEX: #9BAD9E
RGB: (155,173,158)

Color info

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

RGB color model

#9BAD9E color RGB value is (155,173,158).

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

RGB channels and saturation

R 155 of 255 = 61%
G 173 of 255 = 68%
B 158 of 255 = 62%

155
173
158

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

Portions of RGB colors in percentages

R + G + B =
155 + 173 + 158 = 486 (100%)
R 155 of 486 ~ 31.89%
G 173 of 486 ~ 35.6%
B 158 of 486 ~ 32.51%

%31.89
%35.6
%32.51

CMYK color model

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

  • cyan value is 10.40%
  • magenta value is 0.00%
  • yellow value is 8.67%
  • key color value is 32.16%
CMYK:
(10,0,9,32)
C10M0Y9K32 
(10%,0%,9%,32%)
(0.10/0.00/0.09/0.32)	

CMYK percentages

%10.4
%0
%8.67
%32.16

Codes

Color #9BAD9E in popluar color models

9BAD9E
RGB155173158
HSL130°9.89%64.31%
HSB/HSV130°10.40%67.84%
CMYK10.40%0.00%8.67%
32.16%

Color #9BAD9E in popluar number systems.

HEX9BAD9E
Decimal155173158
Binary100110111010110110011110
Octal233255236

Shades and tints

Shades of #9BAD9E

#9BAD9E
(155,173,158)
#8D9E90
(141,158,144)
#7F8F82
(127,143,130)
#718074
(113,128,116)
#637166
(99,113,102)
#556258
(85,98,88)
#47534A
(71,83,74)
#39443C
(57,68,60)
#2B352E
(43,53,46)
#1D2620
(29,38,32)
#0F1712
(15,23,18)
#000000
(0,0,0)

Tints of #9BAD9E

#9BAD9E
(155,173,158)
#A4B4A6
(164,180,166)
#ADBBAE
(173,187,174)
#B6C2B6
(182,194,182)
#BFC9BE
(191,201,190)
#C8D0C6
(200,208,198)
#D1D7CE
(209,215,206)
#DADED6
(218,222,214)
#E3E5DE
(227,229,222)
#ECECE6
(236,236,230)
#F5F3EE
(245,243,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9BAD9E; }

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

This text font color is #9BAD9E.


Background Color

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

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

This div background color is #9BAD9E.


Border color

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

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

This div border color is #9BAD9E.


Opacity

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

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

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

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

This text has shadow with #9BAD9E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9BAD9E on black background.


Color preview on white background

This text has color #9BAD9E on white background.



Black color preview on #9BAD9E background

This text has black color on #9BAD9E background.


White color preview on #9BAD9E background

This text has white color on #9BAD9E background.