COLOR #9BE2B0

HEX: #9BE2B0 RGB: (155,226,176)

Color info

#9BE2B0 contains mainly green and blue colors. Web safe color of #9BE2B0 is #99CC99 (or #9C9).

RGB color model

#9BE2B0 color RGB value is (155,226,176).

RGB: (155,226,176) (61%, 89%, 69%)

RGB channels and saturation

R 155 of 255 = 61%
G 226 of 255 = 89%
B 176 of 255 = 69%

155
226
176

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

Portions of RGB colors in percentages

R + G + B = 155 + 226 + 176 = 557 (100%)
R 155 of 557 ~ 27.83%
G 226 of 557 ~ 40.57%
B 176 of 557 ~ 31.6'%

%27.83
%40.57
%31.6

CMYK color model

#9BE2B0 color CMYK value is (31,0,22,11).

  • cyan value is 31.42%
  • magenta value is 0.00%
  • yellow value is 22.12%
  • key color value is 11.37%

CMYK: (31,0,22,11)
C31M0Y22K11 (31%, 0%, 22%, 11%)
(0.31 / 0.00 / 0.22 / 0.11)

CMYK percentages

%31.42
%0
%22.12
%11.37

Codes

Color #9BE2B0 in popluar color models

9B E2 B0
RGB 155 226 176
HSL 138° 55.04% 74.71%
HSB/HSV 138° 31.42% 88.63%
CMYK 31.42% 0.00% 22.12%
11.37%

Color #9BE2B0 in popluar number systems.

HEX 9B E2 B0
Decimal 155 226 176
Binary 10011011 11100010 10110000
Octal 233 342 260

Shades and tints

Shades of #9BE2B0

#9BE2B0
(155,226,176)
#8DCEA0
(141,206,160)
#7FBA90
(127,186,144)
#71A680
(113,166,128)
#639270
(99,146,112)
#557E60
(85,126,96)
#476A50
(71,106,80)
#395640
(57,86,64)
#2B4230
(43,66,48)
#1D2E20
(29,46,32)
#0F1A10
(15,26,16)
#000000
(0,0,0)

Tints of #9BE2B0

#9BE2B0
(155,226,176)
#A4E4B7
(164,228,183)
#ADE6BE
(173,230,190)
#B6E8C5
(182,232,197)
#BFEACC
(191,234,204)
#C8ECD3
(200,236,211)
#D1EEDA
(209,238,218)
#DAF0E1
(218,240,225)
#E3F2E8
(227,242,232)
#ECF4EF
(236,244,239)
#F5F6F6
(245,246,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9BE2B0 color. Also use rgb(155,226,176) instead hex code.

Text Font Color

.myTextColor { color: #9BE2B0; }

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

This text font color is #9BE2B0.

Background Color

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

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

This div background color is #9BE2B0.

Border color

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

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

This div border color is #9BE2B0.

Opacity

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

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

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

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

This text has shadow with #9BE2B0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9BE2B0.

Preview

Color preview on black background

This text has color #9BE2B0 on black background.


Color preview on white background

This text has color #9BE2B0 on white background.


Black color preview on #9BE2B0 background

This text has black color on #9BE2B0 background.


White color preview on #9BE2B0 background

This text has white color on #9BE2B0 background.


Related colors

Complementary color

Complementary color for #hex is #641D4F.


I love getcolorcode.com

Triadic colors

1 #B09BE2 and #E2B09B with #9BE2B0 are triadic colors.

2 #B0E29B and #E29BB0 with #9BE2B0 are triadic colors.