COLOR #9BE29E

HEX: #9BE29E
RGB: (155,226,158)

Color info

#9BE29E contains mainly green color. Web safe color of #9BE29E is #99CC99 (or #9C9).

RGB color model

#9BE29E color RGB value is (155,226,158).

  • red value is 155;
  • green value is 226;
  • blue value is 158.
RGB:
(155,226,158)
(61%,89%,62%)

RGB channels and saturation

R 155 of 255 = 61%
G 226 of 255 = 89%
B 158 of 255 = 62%

155
226
158

R + G + B ~ 71%. #9BE29E is quite light color.

Portions of RGB colors in percentages

R + G + B =
155 + 226 + 158 = 539 (100%)
R 155 of 539 ~ 28.76%
G 226 of 539 ~ 41.93%
B 158 of 539 ~ 29.31%

%28.76
%41.93
%29.31

CMYK color model

#9BE29E color CMYK value is (31,0,30,11).

  • cyan value is 31.42%
  • magenta value is 0.00%
  • yellow value is 30.09%
  • key color value is 11.37%
CMYK:
(31,0,30,11)
C31M0Y30K11 
(31%,0%,30%,11%)
(0.31/0.00/0.30/0.11)	

CMYK percentages

%31.42
%0
%30.09
%11.37

Codes

Color #9BE29E in popluar color models

9BE29E
RGB155226158
HSL123°55.04%74.71%
HSB/HSV123°31.42%88.63%
CMYK31.42%0.00%30.09%
11.37%

Color #9BE29E in popluar number systems.

HEX9BE29E
Decimal155226158
Binary100110111110001010011110
Octal233342236

Shades and tints

Shades of #9BE29E

#9BE29E
(155,226,158)
#8DCE90
(141,206,144)
#7FBA82
(127,186,130)
#71A674
(113,166,116)
#639266
(99,146,102)
#557E58
(85,126,88)
#476A4A
(71,106,74)
#39563C
(57,86,60)
#2B422E
(43,66,46)
#1D2E20
(29,46,32)
#0F1A12
(15,26,18)
#000000
(0,0,0)

Tints of #9BE29E

#9BE29E
(155,226,158)
#A4E4A6
(164,228,166)
#ADE6AE
(173,230,174)
#B6E8B6
(182,232,182)
#BFEABE
(191,234,190)
#C8ECC6
(200,236,198)
#D1EECE
(209,238,206)
#DAF0D6
(218,240,214)
#E3F2DE
(227,242,222)
#ECF4E6
(236,244,230)
#F5F6EE
(245,246,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9BE29E; }

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

This text font color is #9BE29E.


Background Color

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

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

This div background color is #9BE29E.


Border color

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

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

This div border color is #9BE29E.


Opacity

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

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

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

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

This text has shadow with #9BE29E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9BE29E on black background.


Color preview on white background

This text has color #9BE29E on white background.



Black color preview on #9BE29E background

This text has black color on #9BE29E background.


White color preview on #9BE29E background

This text has white color on #9BE29E background.