COLOR #9BE97E

HEX: #9BE97E
RGB: (155,233,126)

Color info

#9BE97E contains mainly green color. Web safe color of #9BE97E is #99FF66 (or #9F6).

RGB color model

#9BE97E color RGB value is (155,233,126).

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

RGB channels and saturation

R 155 of 255 = 61%
G 233 of 255 = 91%
B 126 of 255 = 49%

155
233
126

R + G + B ~ 67%. #9BE97E is quite light color.

Portions of RGB colors in percentages

R + G + B =
155 + 233 + 126 = 514 (100%)
R 155 of 514 ~ 30.16%
G 233 of 514 ~ 45.33%
B 126 of 514 ~ 24.51%

%30.16
%45.33
%24.51

CMYK color model

#9BE97E color CMYK value is (33,0,46,9).

  • cyan value is 33.48%
  • magenta value is 0.00%
  • yellow value is 45.92%
  • key color value is 8.63%
CMYK:
(33,0,46,9)
C33M0Y46K9 
(33%,0%,46%,9%)
(0.33/0.00/0.46/0.09)	

CMYK percentages

%33.48
%0
%45.92
%8.63

Codes

Color #9BE97E in popluar color models

9BE97E
RGB155233126
HSL104°70.86%70.39%
HSB/HSV104°45.92%91.37%
CMYK33.48%0.00%45.92%
8.63%

Color #9BE97E in popluar number systems.

HEX9BE97E
Decimal155233126
Binary10011011111010011111110
Octal233351176

Shades and tints

Shades of #9BE97E

#9BE97E
(155,233,126)
#8DD473
(141,212,115)
#7FBF68
(127,191,104)
#71AA5D
(113,170,93)
#639552
(99,149,82)
#558047
(85,128,71)
#476B3C
(71,107,60)
#395631
(57,86,49)
#2B4126
(43,65,38)
#1D2C1B
(29,44,27)
#0F1710
(15,23,16)
#000000
(0,0,0)

Tints of #9BE97E

#9BE97E
(155,233,126)
#A4EB89
(164,235,137)
#ADED94
(173,237,148)
#B6EF9F
(182,239,159)
#BFF1AA
(191,241,170)
#C8F3B5
(200,243,181)
#D1F5C0
(209,245,192)
#DAF7CB
(218,247,203)
#E3F9D6
(227,249,214)
#ECFBE1
(236,251,225)
#F5FDEC
(245,253,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9BE97E; }

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

This text font color is #9BE97E.


Background Color

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

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

This div background color is #9BE97E.


Border color

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

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

This div border color is #9BE97E.


Opacity

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

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

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

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

This text has shadow with #9BE97E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9BE97E on black background.


Color preview on white background

This text has color #9BE97E on white background.



Black color preview on #9BE97E background

This text has black color on #9BE97E background.


White color preview on #9BE97E background

This text has white color on #9BE97E background.