COLOR #9BC7AA

HEX: #9BC7AA
RGB: (155,199,170)

Color info

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

RGB color model

#9BC7AA color RGB value is (155,199,170).

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

RGB channels and saturation

R 155 of 255 = 61%
G 199 of 255 = 78%
B 170 of 255 = 67%

155
199
170

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

Portions of RGB colors in percentages

R + G + B =
155 + 199 + 170 = 524 (100%)
R 155 of 524 ~ 29.58%
G 199 of 524 ~ 37.98%
B 170 of 524 ~ 32.44%

%29.58
%37.98
%32.44

CMYK color model

#9BC7AA color CMYK value is (22,0,15,22).

  • cyan value is 22.11%
  • magenta value is 0.00%
  • yellow value is 14.57%
  • key color value is 21.96%
CMYK:
(22,0,15,22)
C22M0Y15K22 
(22%,0%,15%,22%)
(0.22/0.00/0.15/0.22)	

CMYK percentages

%22.11
%0
%14.57
%21.96

Codes

Color #9BC7AA in popluar color models

9BC7AA
RGB155199170
HSL140°28.21%69.41%
HSB/HSV140°22.11%78.04%
CMYK22.11%0.00%14.57%
21.96%

Color #9BC7AA in popluar number systems.

HEX9BC7AA
Decimal155199170
Binary100110111100011110101010
Octal233307252

Shades and tints

Shades of #9BC7AA

#9BC7AA
(155,199,170)
#8DB59B
(141,181,155)
#7FA38C
(127,163,140)
#71917D
(113,145,125)
#637F6E
(99,127,110)
#556D5F
(85,109,95)
#475B50
(71,91,80)
#394941
(57,73,65)
#2B3732
(43,55,50)
#1D2523
(29,37,35)
#0F1314
(15,19,20)
#000000
(0,0,0)

Tints of #9BC7AA

#9BC7AA
(155,199,170)
#A4CCB1
(164,204,177)
#ADD1B8
(173,209,184)
#B6D6BF
(182,214,191)
#BFDBC6
(191,219,198)
#C8E0CD
(200,224,205)
#D1E5D4
(209,229,212)
#DAEADB
(218,234,219)
#E3EFE2
(227,239,226)
#ECF4E9
(236,244,233)
#F5F9F0
(245,249,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9BC7AA; }

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

This text font color is #9BC7AA.


Background Color

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

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

This div background color is #9BC7AA.


Border color

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

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

This div border color is #9BC7AA.


Opacity

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

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

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

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

This text has shadow with #9BC7AA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9BC7AA on black background.


Color preview on white background

This text has color #9BC7AA on white background.



Black color preview on #9BC7AA background

This text has black color on #9BC7AA background.


White color preview on #9BC7AA background

This text has white color on #9BC7AA background.