COLOR #9BAD8C

HEX: #9BAD8C
RGB: (155,173,140)

Color info

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

RGB color model

#9BAD8C color RGB value is (155,173,140).

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

RGB channels and saturation

R 155 of 255 = 61%
G 173 of 255 = 68%
B 140 of 255 = 55%

155
173
140

R + G + B ~ 61%. #9BAD8C is quite light color.

Portions of RGB colors in percentages

R + G + B =
155 + 173 + 140 = 468 (100%)
R 155 of 468 ~ 33.12%
G 173 of 468 ~ 36.97%
B 140 of 468 ~ 29.91%

%33.12
%36.97
%29.91

CMYK color model

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

  • cyan value is 10.40%
  • magenta value is 0.00%
  • yellow value is 19.08%
  • key color value is 32.16%
CMYK:
(10,0,19,32)
C10M0Y19K32 
(10%,0%,19%,32%)
(0.10/0.00/0.19/0.32)	

CMYK percentages

%10.4
%0
%19.08
%32.16

Codes

Color #9BAD8C in popluar color models

9BAD8C
RGB155173140
HSL93°16.75%61.37%
HSB/HSV93°19.08%67.84%
CMYK10.40%0.00%19.08%
32.16%

Color #9BAD8C in popluar number systems.

HEX9BAD8C
Decimal155173140
Binary100110111010110110001100
Octal233255214

Shades and tints

Shades of #9BAD8C

#9BAD8C
(155,173,140)
#8D9E80
(141,158,128)
#7F8F74
(127,143,116)
#718068
(113,128,104)
#63715C
(99,113,92)
#556250
(85,98,80)
#475344
(71,83,68)
#394438
(57,68,56)
#2B352C
(43,53,44)
#1D2620
(29,38,32)
#0F1714
(15,23,20)
#000000
(0,0,0)

Tints of #9BAD8C

#9BAD8C
(155,173,140)
#A4B496
(164,180,150)
#ADBBA0
(173,187,160)
#B6C2AA
(182,194,170)
#BFC9B4
(191,201,180)
#C8D0BE
(200,208,190)
#D1D7C8
(209,215,200)
#DADED2
(218,222,210)
#E3E5DC
(227,229,220)
#ECECE6
(236,236,230)
#F5F3F0
(245,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9BAD8C; }

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

This text font color is #9BAD8C.


Background Color

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

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

This div background color is #9BAD8C.


Border color

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

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

This div border color is #9BAD8C.


Opacity

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

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

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

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

This text has shadow with #9BAD8C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9BAD8C on black background.


Color preview on white background

This text has color #9BAD8C on white background.



Black color preview on #9BAD8C background

This text has black color on #9BAD8C background.


White color preview on #9BAD8C background

This text has white color on #9BAD8C background.