COLOR #9BBF88

HEX: #9BBF88
RGB: (155,191,136)

Color info

#9BBF88 contains red, green and blue colors in about the same proportion. Web safe color of #9BBF88 is #99CC99 (or #9C9).

RGB color model

#9BBF88 color RGB value is (155,191,136).

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

RGB channels and saturation

R 155 of 255 = 61%
G 191 of 255 = 75%
B 136 of 255 = 53%

155
191
136

R + G + B ~ 63%. #9BBF88 is quite light color.

Portions of RGB colors in percentages

R + G + B =
155 + 191 + 136 = 482 (100%)
R 155 of 482 ~ 32.16%
G 191 of 482 ~ 39.63%
B 136 of 482 ~ 28.22%

%32.16
%39.63
%28.22

CMYK color model

#9BBF88 color CMYK value is (19,0,29,25).

  • cyan value is 18.85%
  • magenta value is 0.00%
  • yellow value is 28.80%
  • key color value is 25.10%
CMYK:
(19,0,29,25)
C19M0Y29K25 
(19%,0%,29%,25%)
(0.19/0.00/0.29/0.25)	

CMYK percentages

%18.85
%0
%28.8
%25.1

Codes

Color #9BBF88 in popluar color models

9BBF88
RGB155191136
HSL99°30.05%64.12%
HSB/HSV99°28.80%74.90%
CMYK18.85%0.00%28.80%
25.10%

Color #9BBF88 in popluar number systems.

HEX9BBF88
Decimal155191136
Binary100110111011111110001000
Octal233277210

Shades and tints

Shades of #9BBF88

#9BBF88
(155,191,136)
#8DAE7C
(141,174,124)
#7F9D70
(127,157,112)
#718C64
(113,140,100)
#637B58
(99,123,88)
#556A4C
(85,106,76)
#475940
(71,89,64)
#394834
(57,72,52)
#2B3728
(43,55,40)
#1D261C
(29,38,28)
#0F1510
(15,21,16)
#000000
(0,0,0)

Tints of #9BBF88

#9BBF88
(155,191,136)
#A4C492
(164,196,146)
#ADC99C
(173,201,156)
#B6CEA6
(182,206,166)
#BFD3B0
(191,211,176)
#C8D8BA
(200,216,186)
#D1DDC4
(209,221,196)
#DAE2CE
(218,226,206)
#E3E7D8
(227,231,216)
#ECECE2
(236,236,226)
#F5F1EC
(245,241,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9BBF88; }

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

This text font color is #9BBF88.


Background Color

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

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

This div background color is #9BBF88.


Border color

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

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

This div border color is #9BBF88.


Opacity

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

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

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

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

This text has shadow with #9BBF88 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9BBF88 on black background.


Color preview on white background

This text has color #9BBF88 on white background.



Black color preview on #9BBF88 background

This text has black color on #9BBF88 background.


White color preview on #9BBF88 background

This text has white color on #9BBF88 background.