COLOR #9CC7AF

HEX: #9CC7AF
RGB: (156,199,175)

Color info

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

RGB color model

#9CC7AF color RGB value is (156,199,175).

  • red value is 156;
  • green value is 199;
  • blue value is 175.
RGB:
(156,199,175)
(61%,78%,69%)

RGB channels and saturation

R 156 of 255 = 61%
G 199 of 255 = 78%
B 175 of 255 = 69%

156
199
175

R + G + B ~ 69%. #9CC7AF is quite light color.

Portions of RGB colors in percentages

R + G + B =
156 + 199 + 175 = 530 (100%)
R 156 of 530 ~ 29.43%
G 199 of 530 ~ 37.55%
B 175 of 530 ~ 33.02%

%29.43
%37.55
%33.02

CMYK color model

#9CC7AF color CMYK value is (22,0,12,22).

  • cyan value is 21.61%
  • magenta value is 0.00%
  • yellow value is 12.06%
  • key color value is 21.96%
CMYK:
(22,0,12,22)
C22M0Y12K22 
(22%,0%,12%,22%)
(0.22/0.00/0.12/0.22)	

CMYK percentages

%21.61
%0
%12.06
%21.96

Codes

Color #9CC7AF in popluar color models

9CC7AF
RGB156199175
HSL147°27.74%69.61%
HSB/HSV147°21.61%78.04%
CMYK21.61%0.00%12.06%
21.96%

Color #9CC7AF in popluar number systems.

HEX9CC7AF
Decimal156199175
Binary100111001100011110101111
Octal234307257

Shades and tints

Shades of #9CC7AF

#9CC7AF
(156,199,175)
#8EB5A0
(142,181,160)
#80A391
(128,163,145)
#729182
(114,145,130)
#647F73
(100,127,115)
#566D64
(86,109,100)
#485B55
(72,91,85)
#3A4946
(58,73,70)
#2C3737
(44,55,55)
#1E2528
(30,37,40)
#101319
(16,19,25)
#000000
(0,0,0)

Tints of #9CC7AF

#9CC7AF
(156,199,175)
#A5CCB6
(165,204,182)
#AED1BD
(174,209,189)
#B7D6C4
(183,214,196)
#C0DBCB
(192,219,203)
#C9E0D2
(201,224,210)
#D2E5D9
(210,229,217)
#DBEAE0
(219,234,224)
#E4EFE7
(228,239,231)
#EDF4EE
(237,244,238)
#F6F9F5
(246,249,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9CC7AF color. Also use rgb(156,199,175) instead hex code.

Text Font Color

.myTextColor { color: #9CC7AF; }

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

This text font color is #9CC7AF.


Background Color

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

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

This div background color is #9CC7AF.


Border color

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

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

This div border color is #9CC7AF.


Opacity

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

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

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

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

This text has shadow with #9CC7AF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9CC7AF on black background.


Color preview on white background

This text has color #9CC7AF on white background.



Black color preview on #9CC7AF background

This text has black color on #9CC7AF background.


White color preview on #9CC7AF background

This text has white color on #9CC7AF background.