COLOR #9CBBAB

HEX: #9CBBAB
RGB: (156,187,171)

Color info

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

RGB color model

#9CBBAB color RGB value is (156,187,171).

  • red value is 156;
  • green value is 187;
  • blue value is 171.
RGB:
(156,187,171)
(61%,73%,67%)

RGB channels and saturation

R 156 of 255 = 61%
G 187 of 255 = 73%
B 171 of 255 = 67%

156
187
171

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

Portions of RGB colors in percentages

R + G + B =
156 + 187 + 171 = 514 (100%)
R 156 of 514 ~ 30.35%
G 187 of 514 ~ 36.38%
B 171 of 514 ~ 33.27%

%30.35
%36.38
%33.27

CMYK color model

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

  • cyan value is 16.58%
  • magenta value is 0.00%
  • yellow value is 8.56%
  • key color value is 26.67%
CMYK:
(17,0,9,27)
C17M0Y9K27 
(17%,0%,9%,27%)
(0.17/0.00/0.09/0.27)	

CMYK percentages

%16.58
%0
%8.56
%26.67

Codes

Color #9CBBAB in popluar color models

9CBBAB
RGB156187171
HSL149°18.56%67.25%
HSB/HSV149°16.58%73.33%
CMYK16.58%0.00%8.56%
26.67%

Color #9CBBAB in popluar number systems.

HEX9CBBAB
Decimal156187171
Binary100111001011101110101011
Octal234273253

Shades and tints

Shades of #9CBBAB

#9CBBAB
(156,187,171)
#8EAA9C
(142,170,156)
#80998D
(128,153,141)
#72887E
(114,136,126)
#64776F
(100,119,111)
#566660
(86,102,96)
#485551
(72,85,81)
#3A4442
(58,68,66)
#2C3333
(44,51,51)
#1E2224
(30,34,36)
#101115
(16,17,21)
#000000
(0,0,0)

Tints of #9CBBAB

#9CBBAB
(156,187,171)
#A5C1B2
(165,193,178)
#AEC7B9
(174,199,185)
#B7CDC0
(183,205,192)
#C0D3C7
(192,211,199)
#C9D9CE
(201,217,206)
#D2DFD5
(210,223,213)
#DBE5DC
(219,229,220)
#E4EBE3
(228,235,227)
#EDF1EA
(237,241,234)
#F6F7F1
(246,247,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9CBBAB color. Also use rgb(156,187,171) instead hex code.

Text Font Color

.myTextColor { color: #9CBBAB; }

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

This text font color is #9CBBAB.


Background Color

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

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

This div background color is #9CBBAB.


Border color

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

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

This div border color is #9CBBAB.


Opacity

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

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

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

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

This text has shadow with #9CBBAB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9CBBAB on black background.


Color preview on white background

This text has color #9CBBAB on white background.



Black color preview on #9CBBAB background

This text has black color on #9CBBAB background.


White color preview on #9CBBAB background

This text has white color on #9CBBAB background.