COLOR #9BB4B3

HEX: #9BB4B3
RGB: (155,180,179)

Color info

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

RGB color model

#9BB4B3 color RGB value is (155,180,179).

  • red value is 155;
  • green value is 180;
  • blue value is 179.
RGB:
(155,180,179)
(61%,71%,70%)

RGB channels and saturation

R 155 of 255 = 61%
G 180 of 255 = 71%
B 179 of 255 = 70%

155
180
179

R + G + B ~ 67%. #9BB4B3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
155 + 180 + 179 = 514 (100%)
R 155 of 514 ~ 30.16%
G 180 of 514 ~ 35.02%
B 179 of 514 ~ 34.82%

%30.16
%35.02
%34.82

CMYK color model

#9BB4B3 color CMYK value is (14,0,1,29).

  • cyan value is 13.89%
  • magenta value is 0.00%
  • yellow value is 0.56%
  • key color value is 29.41%
CMYK:
(14,0,1,29)
C14M0Y1K29 
(14%,0%,1%,29%)
(0.14/0.00/0.01/0.29)	

CMYK percentages

%13.89
%0
%0.56
%29.41

Codes

Color #9BB4B3 in popluar color models

9BB4B3
RGB155180179
HSL178°14.29%65.69%
HSB/HSV178°13.89%70.59%
CMYK13.89%0.00%0.56%
29.41%

Color #9BB4B3 in popluar number systems.

HEX9BB4B3
Decimal155180179
Binary100110111011010010110011
Octal233264263

Shades and tints

Shades of #9BB4B3

#9BB4B3
(155,180,179)
#8DA4A3
(141,164,163)
#7F9493
(127,148,147)
#718483
(113,132,131)
#637473
(99,116,115)
#556463
(85,100,99)
#475453
(71,84,83)
#394443
(57,68,67)
#2B3433
(43,52,51)
#1D2423
(29,36,35)
#0F1413
(15,20,19)
#000000
(0,0,0)

Tints of #9BB4B3

#9BB4B3
(155,180,179)
#A4BAB9
(164,186,185)
#ADC0BF
(173,192,191)
#B6C6C5
(182,198,197)
#BFCCCB
(191,204,203)
#C8D2D1
(200,210,209)
#D1D8D7
(209,216,215)
#DADEDD
(218,222,221)
#E3E4E3
(227,228,227)
#ECEAE9
(236,234,233)
#F5F0EF
(245,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9BB4B3 color. Also use rgb(155,180,179) instead hex code.

Text Font Color

.myTextColor { color: #9BB4B3; }

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

This text font color is #9BB4B3.


Background Color

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

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

This div background color is #9BB4B3.


Border color

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

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

This div border color is #9BB4B3.


Opacity

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

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

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

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

This text has shadow with #9BB4B3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9BB4B3 on black background.


Color preview on white background

This text has color #9BB4B3 on white background.



Black color preview on #9BB4B3 background

This text has black color on #9BB4B3 background.


White color preview on #9BB4B3 background

This text has white color on #9BB4B3 background.