COLOR #9CB2AD

HEX: #9CB2AD
RGB: (156,178,173)

Color info

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

RGB color model

#9CB2AD color RGB value is (156,178,173).

  • red value is 156;
  • green value is 178;
  • blue value is 173.
RGB:
(156,178,173)
(61%,70%,68%)

RGB channels and saturation

R 156 of 255 = 61%
G 178 of 255 = 70%
B 173 of 255 = 68%

156
178
173

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

Portions of RGB colors in percentages

R + G + B =
156 + 178 + 173 = 507 (100%)
R 156 of 507 ~ 30.77%
G 178 of 507 ~ 35.11%
B 173 of 507 ~ 34.12%

%30.77
%35.11
%34.12

CMYK color model

#9CB2AD color CMYK value is (12,0,3,30).

  • cyan value is 12.36%
  • magenta value is 0.00%
  • yellow value is 2.81%
  • key color value is 30.20%
CMYK:
(12,0,3,30)
C12M0Y3K30 
(12%,0%,3%,30%)
(0.12/0.00/0.03/0.30)	

CMYK percentages

%12.36
%0
%2.81
%30.2

Codes

Color #9CB2AD in popluar color models

9CB2AD
RGB156178173
HSL166°12.50%65.49%
HSB/HSV166°12.36%69.80%
CMYK12.36%0.00%2.81%
30.20%

Color #9CB2AD in popluar number systems.

HEX9CB2AD
Decimal156178173
Binary100111001011001010101101
Octal234262255

Shades and tints

Shades of #9CB2AD

#9CB2AD
(156,178,173)
#8EA29E
(142,162,158)
#80928F
(128,146,143)
#728280
(114,130,128)
#647271
(100,114,113)
#566262
(86,98,98)
#485253
(72,82,83)
#3A4244
(58,66,68)
#2C3235
(44,50,53)
#1E2226
(30,34,38)
#101217
(16,18,23)
#000000
(0,0,0)

Tints of #9CB2AD

#9CB2AD
(156,178,173)
#A5B9B4
(165,185,180)
#AEC0BB
(174,192,187)
#B7C7C2
(183,199,194)
#C0CEC9
(192,206,201)
#C9D5D0
(201,213,208)
#D2DCD7
(210,220,215)
#DBE3DE
(219,227,222)
#E4EAE5
(228,234,229)
#EDF1EC
(237,241,236)
#F6F8F3
(246,248,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9CB2AD color. Also use rgb(156,178,173) instead hex code.

Text Font Color

.myTextColor { color: #9CB2AD; }

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

This text font color is #9CB2AD.


Background Color

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

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

This div background color is #9CB2AD.


Border color

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

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

This div border color is #9CB2AD.


Opacity

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

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

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

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

This text has shadow with #9CB2AD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9CB2AD on black background.


Color preview on white background

This text has color #9CB2AD on white background.



Black color preview on #9CB2AD background

This text has black color on #9CB2AD background.


White color preview on #9CB2AD background

This text has white color on #9CB2AD background.