COLOR #9BC2AB

HEX: #9BC2AB
RGB: (155,194,171)

Color info

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

RGB color model

#9BC2AB color RGB value is (155,194,171).

  • red value is 155;
  • green value is 194;
  • blue value is 171.
RGB:
(155,194,171)
(61%,76%,67%)

RGB channels and saturation

R 155 of 255 = 61%
G 194 of 255 = 76%
B 171 of 255 = 67%

155
194
171

R + G + B ~ 68%. #9BC2AB is quite light color.

Portions of RGB colors in percentages

R + G + B =
155 + 194 + 171 = 520 (100%)
R 155 of 520 ~ 29.81%
G 194 of 520 ~ 37.31%
B 171 of 520 ~ 32.88%

%29.81
%37.31
%32.88

CMYK color model

#9BC2AB color CMYK value is (20,0,12,24).

  • cyan value is 20.10%
  • magenta value is 0.00%
  • yellow value is 11.86%
  • key color value is 23.92%
CMYK:
(20,0,12,24)
C20M0Y12K24 
(20%,0%,12%,24%)
(0.20/0.00/0.12/0.24)	

CMYK percentages

%20.1
%0
%11.86
%23.92

Codes

Color #9BC2AB in popluar color models

9BC2AB
RGB155194171
HSL145°24.22%68.43%
HSB/HSV145°20.10%76.08%
CMYK20.10%0.00%11.86%
23.92%

Color #9BC2AB in popluar number systems.

HEX9BC2AB
Decimal155194171
Binary100110111100001010101011
Octal233302253

Shades and tints

Shades of #9BC2AB

#9BC2AB
(155,194,171)
#8DB19C
(141,177,156)
#7FA08D
(127,160,141)
#718F7E
(113,143,126)
#637E6F
(99,126,111)
#556D60
(85,109,96)
#475C51
(71,92,81)
#394B42
(57,75,66)
#2B3A33
(43,58,51)
#1D2924
(29,41,36)
#0F1815
(15,24,21)
#000000
(0,0,0)

Tints of #9BC2AB

#9BC2AB
(155,194,171)
#A4C7B2
(164,199,178)
#ADCCB9
(173,204,185)
#B6D1C0
(182,209,192)
#BFD6C7
(191,214,199)
#C8DBCE
(200,219,206)
#D1E0D5
(209,224,213)
#DAE5DC
(218,229,220)
#E3EAE3
(227,234,227)
#ECEFEA
(236,239,234)
#F5F4F1
(245,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9BC2AB color. Also use rgb(155,194,171) instead hex code.

Text Font Color

.myTextColor { color: #9BC2AB; }

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

This text font color is #9BC2AB.


Background Color

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

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

This div background color is #9BC2AB.


Border color

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

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

This div border color is #9BC2AB.


Opacity

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

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

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

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

This text has shadow with #9BC2AB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9BC2AB on black background.


Color preview on white background

This text has color #9BC2AB on white background.



Black color preview on #9BC2AB background

This text has black color on #9BC2AB background.


White color preview on #9BC2AB background

This text has white color on #9BC2AB background.