COLOR #9BE188

HEX: #9BE188
RGB: (155,225,136)

Color info

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

RGB color model

#9BE188 color RGB value is (155,225,136).

  • red value is 155;
  • green value is 225;
  • blue value is 136.
RGB:
(155,225,136)
(61%,88%,53%)

RGB channels and saturation

R 155 of 255 = 61%
G 225 of 255 = 88%
B 136 of 255 = 53%

155
225
136

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

Portions of RGB colors in percentages

R + G + B =
155 + 225 + 136 = 516 (100%)
R 155 of 516 ~ 30.04%
G 225 of 516 ~ 43.6%
B 136 of 516 ~ 26.36%

%30.04
%43.6
%26.36

CMYK color model

#9BE188 color CMYK value is (31,0,40,12).

  • cyan value is 31.11%
  • magenta value is 0.00%
  • yellow value is 39.56%
  • key color value is 11.76%
CMYK:
(31,0,40,12)
C31M0Y40K12 
(31%,0%,40%,12%)
(0.31/0.00/0.40/0.12)	

CMYK percentages

%31.11
%0
%39.56
%11.76

Codes

Color #9BE188 in popluar color models

9BE188
RGB155225136
HSL107°59.73%70.78%
HSB/HSV107°39.56%88.24%
CMYK31.11%0.00%39.56%
11.76%

Color #9BE188 in popluar number systems.

HEX9BE188
Decimal155225136
Binary100110111110000110001000
Octal233341210

Shades and tints

Shades of #9BE188

#9BE188
(155,225,136)
#8DCD7C
(141,205,124)
#7FB970
(127,185,112)
#71A564
(113,165,100)
#639158
(99,145,88)
#557D4C
(85,125,76)
#476940
(71,105,64)
#395534
(57,85,52)
#2B4128
(43,65,40)
#1D2D1C
(29,45,28)
#0F1910
(15,25,16)
#000000
(0,0,0)

Tints of #9BE188

#9BE188
(155,225,136)
#A4E392
(164,227,146)
#ADE59C
(173,229,156)
#B6E7A6
(182,231,166)
#BFE9B0
(191,233,176)
#C8EBBA
(200,235,186)
#D1EDC4
(209,237,196)
#DAEFCE
(218,239,206)
#E3F1D8
(227,241,216)
#ECF3E2
(236,243,226)
#F5F5EC
(245,245,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9BE188 color. Also use rgb(155,225,136) instead hex code.

Text Font Color

.myTextColor { color: #9BE188; }

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

This text font color is #9BE188.


Background Color

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

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

This div background color is #9BE188.


Border color

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

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

This div border color is #9BE188.


Opacity

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

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

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

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

This text has shadow with #9BE188 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9BE188 on black background.


Color preview on white background

This text has color #9BE188 on white background.



Black color preview on #9BE188 background

This text has black color on #9BE188 background.


White color preview on #9BE188 background

This text has white color on #9BE188 background.