COLOR #9BBCA3

HEX: #9BBCA3
RGB: (155,188,163)

Color info

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

RGB color model

#9BBCA3 color RGB value is (155,188,163).

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

RGB channels and saturation

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

155
188
163

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

Portions of RGB colors in percentages

R + G + B =
155 + 188 + 163 = 506 (100%)
R 155 of 506 ~ 30.63%
G 188 of 506 ~ 37.15%
B 163 of 506 ~ 32.21%

%30.63
%37.15
%32.21

CMYK color model

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

  • cyan value is 17.55%
  • magenta value is 0.00%
  • yellow value is 13.30%
  • 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
%13.3
%26.27

Codes

Color #9BBCA3 in popluar color models

9BBCA3
RGB155188163
HSL135°19.76%67.25%
HSB/HSV135°17.55%73.73%
CMYK17.55%0.00%13.30%
26.27%

Color #9BBCA3 in popluar number systems.

HEX9BBCA3
Decimal155188163
Binary100110111011110010100011
Octal233274243

Shades and tints

Shades of #9BBCA3

#9BBCA3
(155,188,163)
#8DAB95
(141,171,149)
#7F9A87
(127,154,135)
#718979
(113,137,121)
#63786B
(99,120,107)
#55675D
(85,103,93)
#47564F
(71,86,79)
#394541
(57,69,65)
#2B3433
(43,52,51)
#1D2325
(29,35,37)
#0F1217
(15,18,23)
#000000
(0,0,0)

Tints of #9BBCA3

#9BBCA3
(155,188,163)
#A4C2AB
(164,194,171)
#ADC8B3
(173,200,179)
#B6CEBB
(182,206,187)
#BFD4C3
(191,212,195)
#C8DACB
(200,218,203)
#D1E0D3
(209,224,211)
#DAE6DB
(218,230,219)
#E3ECE3
(227,236,227)
#ECF2EB
(236,242,235)
#F5F8F3
(245,248,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9BBCA3; }

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

This text font color is #9BBCA3.


Background Color

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

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

This div background color is #9BBCA3.


Border color

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

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

This div border color is #9BBCA3.


Opacity

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

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

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

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

This text has shadow with #9BBCA3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9BBCA3 on black background.


Color preview on white background

This text has color #9BBCA3 on white background.



Black color preview on #9BBCA3 background

This text has black color on #9BBCA3 background.


White color preview on #9BBCA3 background

This text has white color on #9BBCA3 background.