COLOR #9BE6B5

HEX: #9BE6B5
RGB: (155,230,181)

Color info

#9BE6B5 contains mainly green and blue colors. Web safe color of #9BE6B5 is #99CCCC (or #9CC).

RGB color model

#9BE6B5 color RGB value is (155,230,181).

  • red value is 155;
  • green value is 230;
  • blue value is 181.
RGB:
(155,230,181)
(61%,90%,71%)

RGB channels and saturation

R 155 of 255 = 61%
G 230 of 255 = 90%
B 181 of 255 = 71%

155
230
181

R + G + B ~ 74%. #9BE6B5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
155 + 230 + 181 = 566 (100%)
R 155 of 566 ~ 27.39%
G 230 of 566 ~ 40.64%
B 181 of 566 ~ 31.98%

%27.39
%40.64
%31.98

CMYK color model

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

  • cyan value is 32.61%
  • magenta value is 0.00%
  • yellow value is 21.30%
  • key color value is 9.80%
CMYK:
(33,0,21,10)
C33M0Y21K10 
(33%,0%,21%,10%)
(0.33/0.00/0.21/0.10)	

CMYK percentages

%32.61
%0
%21.3
%9.8

Codes

Color #9BE6B5 in popluar color models

9BE6B5
RGB155230181
HSL141°60.00%75.49%
HSB/HSV141°32.61%90.20%
CMYK32.61%0.00%21.30%
9.80%

Color #9BE6B5 in popluar number systems.

HEX9BE6B5
Decimal155230181
Binary100110111110011010110101
Octal233346265

Shades and tints

Shades of #9BE6B5

#9BE6B5
(155,230,181)
#8DD2A5
(141,210,165)
#7FBE95
(127,190,149)
#71AA85
(113,170,133)
#639675
(99,150,117)
#558265
(85,130,101)
#476E55
(71,110,85)
#395A45
(57,90,69)
#2B4635
(43,70,53)
#1D3225
(29,50,37)
#0F1E15
(15,30,21)
#000000
(0,0,0)

Tints of #9BE6B5

#9BE6B5
(155,230,181)
#A4E8BB
(164,232,187)
#ADEAC1
(173,234,193)
#B6ECC7
(182,236,199)
#BFEECD
(191,238,205)
#C8F0D3
(200,240,211)
#D1F2D9
(209,242,217)
#DAF4DF
(218,244,223)
#E3F6E5
(227,246,229)
#ECF8EB
(236,248,235)
#F5FAF1
(245,250,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9BE6B5 color. Also use rgb(155,230,181) instead hex code.

Text Font Color

.myTextColor { color: #9BE6B5; }

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

This text font color is #9BE6B5.


Background Color

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

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

This div background color is #9BE6B5.


Border color

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

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

This div border color is #9BE6B5.


Opacity

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

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

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

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

This text has shadow with #9BE6B5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9BE6B5 on black background.


Color preview on white background

This text has color #9BE6B5 on white background.



Black color preview on #9BE6B5 background

This text has black color on #9BE6B5 background.


White color preview on #9BE6B5 background

This text has white color on #9BE6B5 background.