COLOR #9BBCA4

HEX: #9BBCA4
RGB: (155,188,164)

Color info

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

RGB color model

#9BBCA4 color RGB value is (155,188,164).

  • red value is 155;
  • green value is 188;
  • blue value is 164.
RGB:
(155,188,164)
(61%,74%,64%)

RGB channels and saturation

R 155 of 255 = 61%
G 188 of 255 = 74%
B 164 of 255 = 64%

155
188
164

R + G + B ~ 66%. #9BBCA4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
155 + 188 + 164 = 507 (100%)
R 155 of 507 ~ 30.57%
G 188 of 507 ~ 37.08%
B 164 of 507 ~ 32.35%

%30.57
%37.08
%32.35

CMYK color model

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

  • cyan value is 17.55%
  • magenta value is 0.00%
  • yellow value is 12.77%
  • key color value is 26.27%
CMYK:
(18,0,13,26)
C18M0Y13K26 
(18%,0%,13%,26%)
(0.18/0.00/0.13/0.26)	

CMYK percentages

%17.55
%0
%12.77
%26.27

Codes

Color #9BBCA4 in popluar color models

9BBCA4
RGB155188164
HSL136°19.76%67.25%
HSB/HSV136°17.55%73.73%
CMYK17.55%0.00%12.77%
26.27%

Color #9BBCA4 in popluar number systems.

HEX9BBCA4
Decimal155188164
Binary100110111011110010100100
Octal233274244

Shades and tints

Shades of #9BBCA4

#9BBCA4
(155,188,164)
#8DAB96
(141,171,150)
#7F9A88
(127,154,136)
#71897A
(113,137,122)
#63786C
(99,120,108)
#55675E
(85,103,94)
#475650
(71,86,80)
#394542
(57,69,66)
#2B3434
(43,52,52)
#1D2326
(29,35,38)
#0F1218
(15,18,24)
#000000
(0,0,0)

Tints of #9BBCA4

#9BBCA4
(155,188,164)
#A4C2AC
(164,194,172)
#ADC8B4
(173,200,180)
#B6CEBC
(182,206,188)
#BFD4C4
(191,212,196)
#C8DACC
(200,218,204)
#D1E0D4
(209,224,212)
#DAE6DC
(218,230,220)
#E3ECE4
(227,236,228)
#ECF2EC
(236,242,236)
#F5F8F4
(245,248,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9BBCA4 color. Also use rgb(155,188,164) instead hex code.

Text Font Color

.myTextColor { color: #9BBCA4; }

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

This text font color is #9BBCA4.


Background Color

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

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

This div background color is #9BBCA4.


Border color

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

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

This div border color is #9BBCA4.


Opacity

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

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

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

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

This text has shadow with #9BBCA4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9BBCA4 on black background.


Color preview on white background

This text has color #9BBCA4 on white background.



Black color preview on #9BBCA4 background

This text has black color on #9BBCA4 background.


White color preview on #9BBCA4 background

This text has white color on #9BBCA4 background.