COLOR #9BE9AB

HEX: #9BE9AB
RGB: (155,233,171)

Color info

#9BE9AB contains mainly green color. Web safe color of #9BE9AB is #99FF99 (or #9F9).

RGB color model

#9BE9AB color RGB value is (155,233,171).

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

RGB channels and saturation

R 155 of 255 = 61%
G 233 of 255 = 91%
B 171 of 255 = 67%

155
233
171

R + G + B ~ 73%. #9BE9AB is quite light color.

Portions of RGB colors in percentages

R + G + B =
155 + 233 + 171 = 559 (100%)
R 155 of 559 ~ 27.73%
G 233 of 559 ~ 41.68%
B 171 of 559 ~ 30.59%

%27.73
%41.68
%30.59

CMYK color model

#9BE9AB color CMYK value is (33,0,27,9).

  • cyan value is 33.48%
  • magenta value is 0.00%
  • yellow value is 26.61%
  • key color value is 8.63%
CMYK:
(33,0,27,9)
C33M0Y27K9 
(33%,0%,27%,9%)
(0.33/0.00/0.27/0.09)	

CMYK percentages

%33.48
%0
%26.61
%8.63

Codes

Color #9BE9AB in popluar color models

9BE9AB
RGB155233171
HSL132°63.93%76.08%
HSB/HSV132°33.48%91.37%
CMYK33.48%0.00%26.61%
8.63%

Color #9BE9AB in popluar number systems.

HEX9BE9AB
Decimal155233171
Binary100110111110100110101011
Octal233351253

Shades and tints

Shades of #9BE9AB

#9BE9AB
(155,233,171)
#8DD49C
(141,212,156)
#7FBF8D
(127,191,141)
#71AA7E
(113,170,126)
#63956F
(99,149,111)
#558060
(85,128,96)
#476B51
(71,107,81)
#395642
(57,86,66)
#2B4133
(43,65,51)
#1D2C24
(29,44,36)
#0F1715
(15,23,21)
#000000
(0,0,0)

Tints of #9BE9AB

#9BE9AB
(155,233,171)
#A4EBB2
(164,235,178)
#ADEDB9
(173,237,185)
#B6EFC0
(182,239,192)
#BFF1C7
(191,241,199)
#C8F3CE
(200,243,206)
#D1F5D5
(209,245,213)
#DAF7DC
(218,247,220)
#E3F9E3
(227,249,227)
#ECFBEA
(236,251,234)
#F5FDF1
(245,253,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9BE9AB; }

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

This text font color is #9BE9AB.


Background Color

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

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

This div background color is #9BE9AB.


Border color

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

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

This div border color is #9BE9AB.


Opacity

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

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

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

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

This text has shadow with #9BE9AB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9BE9AB on black background.


Color preview on white background

This text has color #9BE9AB on white background.



Black color preview on #9BE9AB background

This text has black color on #9BE9AB background.


White color preview on #9BE9AB background

This text has white color on #9BE9AB background.