COLOR #9CC3AB

HEX: #9CC3AB RGB: (156,195,171)

Color info

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

RGB color model

#9CC3AB color RGB value is (156,195,171).

RGB: (156,195,171) (61%, 76%, 67%)

RGB channels and saturation

R 156 of 255 = 61%
G 195 of 255 = 76%
B 171 of 255 = 67%

156
195
171

R + G + B ~ 68%. #9CC3AB is quite light color.

Portions of RGB colors in percentages

R + G + B = 156 + 195 + 171 = 522 (100%)
R 156 of 522 ~ 29.89%
G 195 of 522 ~ 37.36%
B 171 of 522 ~ 32.76'%

%29.89
%37.36
%32.76

CMYK color model

#9CC3AB color CMYK value is (20,0,12,24).

  • cyan value is 20.00%
  • magenta value is 0.00%
  • yellow value is 12.31%
  • key color value is 23.53%

CMYK: (20,0,12,24)
C20M0Y12K24 (20%, 0%, 12%, 24%)
(0.20 / 0.00 / 0.12 / 0.24)

CMYK percentages

%20
%0
%12.31
%23.53

Codes

Color #9CC3AB in popluar color models

9C C3 AB
RGB 156 195 171
HSL 143° 24.53% 68.82%
HSB/HSV 143° 20.00% 76.47%
CMYK 20.00% 0.00% 12.31%
23.53%

Color #9CC3AB in popluar number systems.

HEX 9C C3 AB
Decimal 156 195 171
Binary 10011100 11000011 10101011
Octal 234 303 253

Shades and tints

Shades of #9CC3AB

#9CC3AB
(156,195,171)
#8EB29C
(142,178,156)
#80A18D
(128,161,141)
#72907E
(114,144,126)
#647F6F
(100,127,111)
#566E60
(86,110,96)
#485D51
(72,93,81)
#3A4C42
(58,76,66)
#2C3B33
(44,59,51)
#1E2A24
(30,42,36)
#101915
(16,25,21)
#000000
(0,0,0)

Tints of #9CC3AB

#9CC3AB
(156,195,171)
#A5C8B2
(165,200,178)
#AECDB9
(174,205,185)
#B7D2C0
(183,210,192)
#C0D7C7
(192,215,199)
#C9DCCE
(201,220,206)
#D2E1D5
(210,225,213)
#DBE6DC
(219,230,220)
#E4EBE3
(228,235,227)
#EDF0EA
(237,240,234)
#F6F5F1
(246,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9CC3AB; }

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

This text font color is #9CC3AB.

Background Color

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

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

This div background color is #9CC3AB.

Border color

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

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

This div border color is #9CC3AB.

Opacity

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

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

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

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

This text has shadow with #9CC3AB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9CC3AB.

Preview

Color preview on black background

This text has color #9CC3AB on black background.


Color preview on white background

This text has color #9CC3AB on white background.


Black color preview on #9CC3AB background

This text has black color on #9CC3AB background.


White color preview on #9CC3AB background

This text has white color on #9CC3AB background.


Related colors

Complementary color

Complementary color for #hex is #633C54.


I love getcolorcode.com

Triadic colors

1 #AB9CC3 and #C3AB9C with #9CC3AB are triadic colors.

2 #ABC39C and #C39CAB with #9CC3AB are triadic colors.