COLOR #9BC9AA

HEX: #9BC9AA
RGB: (155,201,170)

Color info

#9BC9AA contains red, green and blue colors in about the same proportion. Web safe color of #9BC9AA is #99CC99 (or #9C9).

RGB color model

#9BC9AA color RGB value is (155,201,170).

  • red value is 155;
  • green value is 201;
  • blue value is 170.
RGB:
(155,201,170)
(61%,79%,67%)

RGB channels and saturation

R 155 of 255 = 61%
G 201 of 255 = 79%
B 170 of 255 = 67%

155
201
170

R + G + B ~ 69%. #9BC9AA is quite light color.

Portions of RGB colors in percentages

R + G + B =
155 + 201 + 170 = 526 (100%)
R 155 of 526 ~ 29.47%
G 201 of 526 ~ 38.21%
B 170 of 526 ~ 32.32%

%29.47
%38.21
%32.32

CMYK color model

#9BC9AA color CMYK value is (23,0,15,21).

  • cyan value is 22.89%
  • magenta value is 0.00%
  • yellow value is 15.42%
  • key color value is 21.18%
CMYK:
(23,0,15,21)
C23M0Y15K21 
(23%,0%,15%,21%)
(0.23/0.00/0.15/0.21)	

CMYK percentages

%22.89
%0
%15.42
%21.18

Codes

Color #9BC9AA in popluar color models

9BC9AA
RGB155201170
HSL140°29.87%69.80%
HSB/HSV140°22.89%78.82%
CMYK22.89%0.00%15.42%
21.18%

Color #9BC9AA in popluar number systems.

HEX9BC9AA
Decimal155201170
Binary100110111100100110101010
Octal233311252

Shades and tints

Shades of #9BC9AA

#9BC9AA
(155,201,170)
#8DB79B
(141,183,155)
#7FA58C
(127,165,140)
#71937D
(113,147,125)
#63816E
(99,129,110)
#556F5F
(85,111,95)
#475D50
(71,93,80)
#394B41
(57,75,65)
#2B3932
(43,57,50)
#1D2723
(29,39,35)
#0F1514
(15,21,20)
#000000
(0,0,0)

Tints of #9BC9AA

#9BC9AA
(155,201,170)
#A4CDB1
(164,205,177)
#ADD1B8
(173,209,184)
#B6D5BF
(182,213,191)
#BFD9C6
(191,217,198)
#C8DDCD
(200,221,205)
#D1E1D4
(209,225,212)
#DAE5DB
(218,229,219)
#E3E9E2
(227,233,226)
#ECEDE9
(236,237,233)
#F5F1F0
(245,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9BC9AA color. Also use rgb(155,201,170) instead hex code.

Text Font Color

.myTextColor { color: #9BC9AA; }

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

This text font color is #9BC9AA.


Background Color

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

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

This div background color is #9BC9AA.


Border color

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

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

This div border color is #9BC9AA.


Opacity

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

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

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

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

This text has shadow with #9BC9AA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9BC9AA on black background.


Color preview on white background

This text has color #9BC9AA on white background.



Black color preview on #9BC9AA background

This text has black color on #9BC9AA background.


White color preview on #9BC9AA background

This text has white color on #9BC9AA background.