COLOR #9CB0AE

HEX: #9CB0AE
RGB: (156,176,174)

Color info

#9CB0AE contains red, green and blue colors in about the same proportion. Web safe color of #9CB0AE is #999999 (or #999).

RGB color model

#9CB0AE color RGB value is (156,176,174).

  • red value is 156;
  • green value is 176;
  • blue value is 174.
RGB:
(156,176,174)
(61%,69%,68%)

RGB channels and saturation

R 156 of 255 = 61%
G 176 of 255 = 69%
B 174 of 255 = 68%

156
176
174

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

Portions of RGB colors in percentages

R + G + B =
156 + 176 + 174 = 506 (100%)
R 156 of 506 ~ 30.83%
G 176 of 506 ~ 34.78%
B 174 of 506 ~ 34.39%

%30.83
%34.78
%34.39

CMYK color model

#9CB0AE color CMYK value is (11,0,1,31).

  • cyan value is 11.36%
  • magenta value is 0.00%
  • yellow value is 1.14%
  • key color value is 30.98%
CMYK:
(11,0,1,31)
C11M0Y1K31 
(11%,0%,1%,31%)
(0.11/0.00/0.01/0.31)	

CMYK percentages

%11.36
%0
%1.14
%30.98

Codes

Color #9CB0AE in popluar color models

9CB0AE
RGB156176174
HSL174°11.24%65.10%
HSB/HSV174°11.36%69.02%
CMYK11.36%0.00%1.14%
30.98%

Color #9CB0AE in popluar number systems.

HEX9CB0AE
Decimal156176174
Binary100111001011000010101110
Octal234260256

Shades and tints

Shades of #9CB0AE

#9CB0AE
(156,176,174)
#8EA09F
(142,160,159)
#809090
(128,144,144)
#728081
(114,128,129)
#647072
(100,112,114)
#566063
(86,96,99)
#485054
(72,80,84)
#3A4045
(58,64,69)
#2C3036
(44,48,54)
#1E2027
(30,32,39)
#101018
(16,16,24)
#000000
(0,0,0)

Tints of #9CB0AE

#9CB0AE
(156,176,174)
#A5B7B5
(165,183,181)
#AEBEBC
(174,190,188)
#B7C5C3
(183,197,195)
#C0CCCA
(192,204,202)
#C9D3D1
(201,211,209)
#D2DAD8
(210,218,216)
#DBE1DF
(219,225,223)
#E4E8E6
(228,232,230)
#EDEFED
(237,239,237)
#F6F6F4
(246,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9CB0AE color. Also use rgb(156,176,174) instead hex code.

Text Font Color

.myTextColor { color: #9CB0AE; }

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

This text font color is #9CB0AE.


Background Color

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

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

This div background color is #9CB0AE.


Border color

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

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

This div border color is #9CB0AE.


Opacity

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

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

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

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

This text has shadow with #9CB0AE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9CB0AE on black background.


Color preview on white background

This text has color #9CB0AE on white background.



Black color preview on #9CB0AE background

This text has black color on #9CB0AE background.


White color preview on #9CB0AE background

This text has white color on #9CB0AE background.