COLOR #9BBD8C

HEX: #9BBD8C
RGB: (155,189,140)

Color info

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

RGB color model

#9BBD8C color RGB value is (155,189,140).

  • red value is 155;
  • green value is 189;
  • blue value is 140.
RGB:
(155,189,140)
(61%,74%,55%)

RGB channels and saturation

R 155 of 255 = 61%
G 189 of 255 = 74%
B 140 of 255 = 55%

155
189
140

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

Portions of RGB colors in percentages

R + G + B =
155 + 189 + 140 = 484 (100%)
R 155 of 484 ~ 32.02%
G 189 of 484 ~ 39.05%
B 140 of 484 ~ 28.93%

%32.02
%39.05
%28.93

CMYK color model

#9BBD8C color CMYK value is (18,0,26,26).

  • cyan value is 17.99%
  • magenta value is 0.00%
  • yellow value is 25.93%
  • key color value is 25.88%
CMYK:
(18,0,26,26)
C18M0Y26K26 
(18%,0%,26%,26%)
(0.18/0.00/0.26/0.26)	

CMYK percentages

%17.99
%0
%25.93
%25.88

Codes

Color #9BBD8C in popluar color models

9BBD8C
RGB155189140
HSL102°27.07%64.51%
HSB/HSV102°25.93%74.12%
CMYK17.99%0.00%25.93%
25.88%

Color #9BBD8C in popluar number systems.

HEX9BBD8C
Decimal155189140
Binary100110111011110110001100
Octal233275214

Shades and tints

Shades of #9BBD8C

#9BBD8C
(155,189,140)
#8DAC80
(141,172,128)
#7F9B74
(127,155,116)
#718A68
(113,138,104)
#63795C
(99,121,92)
#556850
(85,104,80)
#475744
(71,87,68)
#394638
(57,70,56)
#2B352C
(43,53,44)
#1D2420
(29,36,32)
#0F1314
(15,19,20)
#000000
(0,0,0)

Tints of #9BBD8C

#9BBD8C
(155,189,140)
#A4C396
(164,195,150)
#ADC9A0
(173,201,160)
#B6CFAA
(182,207,170)
#BFD5B4
(191,213,180)
#C8DBBE
(200,219,190)
#D1E1C8
(209,225,200)
#DAE7D2
(218,231,210)
#E3EDDC
(227,237,220)
#ECF3E6
(236,243,230)
#F5F9F0
(245,249,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9BBD8C color. Also use rgb(155,189,140) instead hex code.

Text Font Color

.myTextColor { color: #9BBD8C; }

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

This text font color is #9BBD8C.


Background Color

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

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

This div background color is #9BBD8C.


Border color

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

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

This div border color is #9BBD8C.


Opacity

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

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

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

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

This text has shadow with #9BBD8C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9BBD8C on black background.


Color preview on white background

This text has color #9BBD8C on white background.



Black color preview on #9BBD8C background

This text has black color on #9BBD8C background.


White color preview on #9BBD8C background

This text has white color on #9BBD8C background.