COLOR #9BE2B2

HEX: #9BE2B2 RGB: (155,226,178)

Color info

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

RGB color model

#9BE2B2 color RGB value is (155,226,178).

RGB: (155,226,178) (61%, 89%, 70%)

RGB channels and saturation

R 155 of 255 = 61%
G 226 of 255 = 89%
B 178 of 255 = 70%

155
226
178

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

Portions of RGB colors in percentages

R + G + B = 155 + 226 + 178 = 559 (100%)
R 155 of 559 ~ 27.73%
G 226 of 559 ~ 40.43%
B 178 of 559 ~ 31.84'%

%27.73
%40.43
%31.84

CMYK color model

#9BE2B2 color CMYK value is (31,0,21,11).

  • cyan value is 31.42%
  • magenta value is 0.00%
  • yellow value is 21.24%
  • key color value is 11.37%
CMYK: (31,0,21,11) C31M0Y21K11 (31%,0%,21%,11%) (0.31/0.00/0.21/0.11) 

CMYK percentages

%31.42
%0
%21.24
%11.37

Codes

Color #9BE2B2 in popluar color models

9B E2 B2
RGB 155 226 178
HSL 139° 55.04% 74.71%
HSB/HSV 139° 31.42% 88.63%
CMYK 31.42% 0.00% 21.24%
11.37%

Color #9BE2B2 in popluar number systems.

HEX 9B E2 B2
Decimal 155 226 178
Binary 10011011 11100010 10110010
Octal 233 342 262

Shades and tints

Shades of #9BE2B2

#9BE2B2
(155,226,178)
#8DCEA2
(141,206,162)
#7FBA92
(127,186,146)
#71A682
(113,166,130)
#639272
(99,146,114)
#557E62
(85,126,98)
#476A52
(71,106,82)
#395642
(57,86,66)
#2B4232
(43,66,50)
#1D2E22
(29,46,34)
#0F1A12
(15,26,18)
#000000
(0,0,0)

Tints of #9BE2B2

#9BE2B2
(155,226,178)
#A4E4B9
(164,228,185)
#ADE6C0
(173,230,192)
#B6E8C7
(182,232,199)
#BFEACE
(191,234,206)
#C8ECD5
(200,236,213)
#D1EEDC
(209,238,220)
#DAF0E3
(218,240,227)
#E3F2EA
(227,242,234)
#ECF4F1
(236,244,241)
#F5F6F8
(245,246,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9BE2B2; }

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

This text font color is #9BE2B2.

Background Color

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

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

This div background color is #9BE2B2.

Border color

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

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

This div border color is #9BE2B2.

Opacity

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

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

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

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

This text has shadow with #9BE2B2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9BE2B2.

Preview

Color preview on black background

This text has color #9BE2B2 on black background.


Color preview on white background

This text has color #9BE2B2 on white background.


Black color preview on #9BE2B2 background

This text has black color on #9BE2B2 background.


White color preview on #9BE2B2 background

This text has white color on #9BE2B2 background.


Related colors

Complementary color

Complementary color for #hex is #641D4D.


I love getcolorcode.com

Triadic colors

1 #B29BE2 and #E2B29B with #9BE2B2 are triadic colors.

2 #B2E29B and #E29BB2 with #9BE2B2 are triadic colors.