COLOR #9CC0A7

HEX: #9CC0A7 RGB: (156,192,167)

Color info

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

RGB color model

#9CC0A7 color RGB value is (156,192,167).

RGB: (156,192,167) (61%, 75%, 65%)

RGB channels and saturation

R 156 of 255 = 61%
G 192 of 255 = 75%
B 167 of 255 = 65%

156
192
167

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

Portions of RGB colors in percentages

R + G + B = 156 + 192 + 167 = 515 (100%)
R 156 of 515 ~ 30.29%
G 192 of 515 ~ 37.28%
B 167 of 515 ~ 32.43'%

%30.29
%37.28
%32.43

CMYK color model

#9CC0A7 color CMYK value is (19,0,13,25).

  • cyan value is 18.75%
  • magenta value is 0.00%
  • yellow value is 13.02%
  • key color value is 24.71%

CMYK: (19,0,13,25)
C19M0Y13K25 (19%, 0%, 13%, 25%)
(0.19 / 0.00 / 0.13 / 0.25)

CMYK percentages

%18.75
%0
%13.02
%24.71

Codes

Color #9CC0A7 in popluar color models

9C C0 A7
RGB 156 192 167
HSL 138° 22.22% 68.24%
HSB/HSV 138° 18.75% 75.29%
CMYK 18.75% 0.00% 13.02%
24.71%

Color #9CC0A7 in popluar number systems.

HEX 9C C0 A7
Decimal 156 192 167
Binary 10011100 11000000 10100111
Octal 234 300 247

Shades and tints

Shades of #9CC0A7

#9CC0A7
(156,192,167)
#8EAF98
(142,175,152)
#809E89
(128,158,137)
#728D7A
(114,141,122)
#647C6B
(100,124,107)
#566B5C
(86,107,92)
#485A4D
(72,90,77)
#3A493E
(58,73,62)
#2C382F
(44,56,47)
#1E2720
(30,39,32)
#101611
(16,22,17)
#000000
(0,0,0)

Tints of #9CC0A7

#9CC0A7
(156,192,167)
#A5C5AF
(165,197,175)
#AECAB7
(174,202,183)
#B7CFBF
(183,207,191)
#C0D4C7
(192,212,199)
#C9D9CF
(201,217,207)
#D2DED7
(210,222,215)
#DBE3DF
(219,227,223)
#E4E8E7
(228,232,231)
#EDEDEF
(237,237,239)
#F6F2F7
(246,242,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9CC0A7 color. Also use rgb(156,192,167) instead hex code.

Text Font Color

.myTextColor { color: #9CC0A7; }

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

This text font color is #9CC0A7.

Background Color

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

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

This div background color is #9CC0A7.

Border color

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

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

This div border color is #9CC0A7.

Opacity

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

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

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

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

This text has shadow with #9CC0A7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9CC0A7.

Preview

Color preview on black background

This text has color #9CC0A7 on black background.


Color preview on white background

This text has color #9CC0A7 on white background.


Black color preview on #9CC0A7 background

This text has black color on #9CC0A7 background.


White color preview on #9CC0A7 background

This text has white color on #9CC0A7 background.


Related colors

Complementary color

Complementary color for #hex is #633F58.


I love getcolorcode.com

Triadic colors

1 #A79CC0 and #C0A79C with #9CC0A7 are triadic colors.

2 #A7C09C and #C09CA7 with #9CC0A7 are triadic colors.