COLOR #9BE9B9

HEX: #9BE9B9
RGB: (155,233,185)

Color info

#9BE9B9 contains mainly green and blue colors. Web safe color of #9BE9B9 is #99FFCC (or #9FC).

RGB color model

#9BE9B9 color RGB value is (155,233,185).

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

RGB channels and saturation

R 155 of 255 = 61%
G 233 of 255 = 91%
B 185 of 255 = 73%

155
233
185

R + G + B ~ 75%. #9BE9B9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
155 + 233 + 185 = 573 (100%)
R 155 of 573 ~ 27.05%
G 233 of 573 ~ 40.66%
B 185 of 573 ~ 32.29%

%27.05
%40.66
%32.29

CMYK color model

#9BE9B9 color CMYK value is (33,0,21,9).

  • cyan value is 33.48%
  • magenta value is 0.00%
  • yellow value is 20.60%
  • key color value is 8.63%
CMYK:
(33,0,21,9)
C33M0Y21K9 
(33%,0%,21%,9%)
(0.33/0.00/0.21/0.09)	

CMYK percentages

%33.48
%0
%20.6
%8.63

Codes

Color #9BE9B9 in popluar color models

9BE9B9
RGB155233185
HSL143°63.93%76.08%
HSB/HSV143°33.48%91.37%
CMYK33.48%0.00%20.60%
8.63%

Color #9BE9B9 in popluar number systems.

HEX9BE9B9
Decimal155233185
Binary100110111110100110111001
Octal233351271

Shades and tints

Shades of #9BE9B9

#9BE9B9
(155,233,185)
#8DD4A9
(141,212,169)
#7FBF99
(127,191,153)
#71AA89
(113,170,137)
#639579
(99,149,121)
#558069
(85,128,105)
#476B59
(71,107,89)
#395649
(57,86,73)
#2B4139
(43,65,57)
#1D2C29
(29,44,41)
#0F1719
(15,23,25)
#000000
(0,0,0)

Tints of #9BE9B9

#9BE9B9
(155,233,185)
#A4EBBF
(164,235,191)
#ADEDC5
(173,237,197)
#B6EFCB
(182,239,203)
#BFF1D1
(191,241,209)
#C8F3D7
(200,243,215)
#D1F5DD
(209,245,221)
#DAF7E3
(218,247,227)
#E3F9E9
(227,249,233)
#ECFBEF
(236,251,239)
#F5FDF5
(245,253,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9BE9B9; }

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

This text font color is #9BE9B9.


Background Color

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

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

This div background color is #9BE9B9.


Border color

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

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

This div border color is #9BE9B9.


Opacity

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

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

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

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

This text has shadow with #9BE9B9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9BE9B9 on black background.


Color preview on white background

This text has color #9BE9B9 on white background.



Black color preview on #9BE9B9 background

This text has black color on #9BE9B9 background.


White color preview on #9BE9B9 background

This text has white color on #9BE9B9 background.