COLOR #9BB8AE

HEX: #9BB8AE
RGB: (155,184,174)

Color info

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

RGB color model

#9BB8AE color RGB value is (155,184,174).

  • red value is 155;
  • green value is 184;
  • blue value is 174.
RGB:
(155,184,174)
(61%,72%,68%)

RGB channels and saturation

R 155 of 255 = 61%
G 184 of 255 = 72%
B 174 of 255 = 68%

155
184
174

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

Portions of RGB colors in percentages

R + G + B =
155 + 184 + 174 = 513 (100%)
R 155 of 513 ~ 30.21%
G 184 of 513 ~ 35.87%
B 174 of 513 ~ 33.92%

%30.21
%35.87
%33.92

CMYK color model

#9BB8AE color CMYK value is (16,0,5,28).

  • cyan value is 15.76%
  • magenta value is 0.00%
  • yellow value is 5.43%
  • key color value is 27.84%
CMYK:
(16,0,5,28)
C16M0Y5K28 
(16%,0%,5%,28%)
(0.16/0.00/0.05/0.28)	

CMYK percentages

%15.76
%0
%5.43
%27.84

Codes

Color #9BB8AE in popluar color models

9BB8AE
RGB155184174
HSL159°16.96%66.47%
HSB/HSV159°15.76%72.16%
CMYK15.76%0.00%5.43%
27.84%

Color #9BB8AE in popluar number systems.

HEX9BB8AE
Decimal155184174
Binary100110111011100010101110
Octal233270256

Shades and tints

Shades of #9BB8AE

#9BB8AE
(155,184,174)
#8DA89F
(141,168,159)
#7F9890
(127,152,144)
#718881
(113,136,129)
#637872
(99,120,114)
#556863
(85,104,99)
#475854
(71,88,84)
#394845
(57,72,69)
#2B3836
(43,56,54)
#1D2827
(29,40,39)
#0F1818
(15,24,24)
#000000
(0,0,0)

Tints of #9BB8AE

#9BB8AE
(155,184,174)
#A4BEB5
(164,190,181)
#ADC4BC
(173,196,188)
#B6CAC3
(182,202,195)
#BFD0CA
(191,208,202)
#C8D6D1
(200,214,209)
#D1DCD8
(209,220,216)
#DAE2DF
(218,226,223)
#E3E8E6
(227,232,230)
#ECEEED
(236,238,237)
#F5F4F4
(245,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9BB8AE color. Also use rgb(155,184,174) instead hex code.

Text Font Color

.myTextColor { color: #9BB8AE; }

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

This text font color is #9BB8AE.


Background Color

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

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

This div background color is #9BB8AE.


Border color

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

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

This div border color is #9BB8AE.


Opacity

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

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

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

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

This text has shadow with #9BB8AE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9BB8AE on black background.


Color preview on white background

This text has color #9BB8AE on white background.



Black color preview on #9BB8AE background

This text has black color on #9BB8AE background.


White color preview on #9BB8AE background

This text has white color on #9BB8AE background.