COLOR #9BBAA3

HEX: #9BBAA3
RGB: (155,186,163)

Color info

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

RGB color model

#9BBAA3 color RGB value is (155,186,163).

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

RGB channels and saturation

R 155 of 255 = 61%
G 186 of 255 = 73%
B 163 of 255 = 64%

155
186
163

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

Portions of RGB colors in percentages

R + G + B =
155 + 186 + 163 = 504 (100%)
R 155 of 504 ~ 30.75%
G 186 of 504 ~ 36.9%
B 163 of 504 ~ 32.34%

%30.75
%36.9
%32.34

CMYK color model

#9BBAA3 color CMYK value is (17,0,12,27).

  • cyan value is 16.67%
  • magenta value is 0.00%
  • yellow value is 12.37%
  • key color value is 27.06%
CMYK:
(17,0,12,27)
C17M0Y12K27 
(17%,0%,12%,27%)
(0.17/0.00/0.12/0.27)	

CMYK percentages

%16.67
%0
%12.37
%27.06

Codes

Color #9BBAA3 in popluar color models

9BBAA3
RGB155186163
HSL135°18.34%66.86%
HSB/HSV135°16.67%72.94%
CMYK16.67%0.00%12.37%
27.06%

Color #9BBAA3 in popluar number systems.

HEX9BBAA3
Decimal155186163
Binary100110111011101010100011
Octal233272243

Shades and tints

Shades of #9BBAA3

#9BBAA3
(155,186,163)
#8DAA95
(141,170,149)
#7F9A87
(127,154,135)
#718A79
(113,138,121)
#637A6B
(99,122,107)
#556A5D
(85,106,93)
#475A4F
(71,90,79)
#394A41
(57,74,65)
#2B3A33
(43,58,51)
#1D2A25
(29,42,37)
#0F1A17
(15,26,23)
#000000
(0,0,0)

Tints of #9BBAA3

#9BBAA3
(155,186,163)
#A4C0AB
(164,192,171)
#ADC6B3
(173,198,179)
#B6CCBB
(182,204,187)
#BFD2C3
(191,210,195)
#C8D8CB
(200,216,203)
#D1DED3
(209,222,211)
#DAE4DB
(218,228,219)
#E3EAE3
(227,234,227)
#ECF0EB
(236,240,235)
#F5F6F3
(245,246,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9BBAA3; }

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

This text font color is #9BBAA3.


Background Color

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

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

This div background color is #9BBAA3.


Border color

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

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

This div border color is #9BBAA3.


Opacity

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

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

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

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

This text has shadow with #9BBAA3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9BBAA3 on black background.


Color preview on white background

This text has color #9BBAA3 on white background.



Black color preview on #9BBAA3 background

This text has black color on #9BBAA3 background.


White color preview on #9BBAA3 background

This text has white color on #9BBAA3 background.