COLOR #9CC5B4

HEX: #9CC5B4 RGB: (156,197,180)

Color info

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

RGB color model

#9CC5B4 color RGB value is (156,197,180).

RGB: (156,197,180) (61%, 77%, 71%)

RGB channels and saturation

R 156 of 255 = 61%
G 197 of 255 = 77%
B 180 of 255 = 71%

156
197
180

R + G + B ~ 70%. #9CC5B4 is quite light color.

Portions of RGB colors in percentages

R + G + B = 156 + 197 + 180 = 533 (100%)
R 156 of 533 ~ 29.27%
G 197 of 533 ~ 36.96%
B 180 of 533 ~ 33.77'%

%29.27
%36.96
%33.77

CMYK color model

#9CC5B4 color CMYK value is (21,0,9,23).

  • cyan value is 20.81%
  • magenta value is 0.00%
  • yellow value is 8.63%
  • key color value is 22.75%

CMYK: (21,0,9,23)
C21M0Y9K23 (21%, 0%, 9%, 23%)
(0.21 / 0.00 / 0.09 / 0.23)

CMYK percentages

%20.81
%0
%8.63
%22.75

Codes

Color #9CC5B4 in popluar color models

9C C5 B4
RGB 156 197 180
HSL 155° 26.11% 69.22%
HSB/HSV 155° 20.81% 77.25%
CMYK 20.81% 0.00% 8.63%
22.75%

Color #9CC5B4 in popluar number systems.

HEX 9C C5 B4
Decimal 156 197 180
Binary 10011100 11000101 10110100
Octal 234 305 264

Shades and tints

Shades of #9CC5B4

#9CC5B4
(156,197,180)
#8EB4A4
(142,180,164)
#80A394
(128,163,148)
#729284
(114,146,132)
#648174
(100,129,116)
#567064
(86,112,100)
#485F54
(72,95,84)
#3A4E44
(58,78,68)
#2C3D34
(44,61,52)
#1E2C24
(30,44,36)
#101B14
(16,27,20)
#000000
(0,0,0)

Tints of #9CC5B4

#9CC5B4
(156,197,180)
#A5CABA
(165,202,186)
#AECFC0
(174,207,192)
#B7D4C6
(183,212,198)
#C0D9CC
(192,217,204)
#C9DED2
(201,222,210)
#D2E3D8
(210,227,216)
#DBE8DE
(219,232,222)
#E4EDE4
(228,237,228)
#EDF2EA
(237,242,234)
#F6F7F0
(246,247,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9CC5B4 color. Also use rgb(156,197,180) instead hex code.

Text Font Color

.myTextColor { color: #9CC5B4; }

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

This text font color is #9CC5B4.

Background Color

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

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

This div background color is #9CC5B4.

Border color

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

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

This div border color is #9CC5B4.

Opacity

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

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

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

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

This text has shadow with #9CC5B4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9CC5B4.

Preview

Color preview on black background

This text has color #9CC5B4 on black background.


Color preview on white background

This text has color #9CC5B4 on white background.


Black color preview on #9CC5B4 background

This text has black color on #9CC5B4 background.


White color preview on #9CC5B4 background

This text has white color on #9CC5B4 background.


Related colors

Complementary color

Complementary color for #hex is #633A4B.


I love getcolorcode.com

Triadic colors

1 #B49CC5 and #C5B49C with #9CC5B4 are triadic colors.

2 #B4C59C and #C59CB4 with #9CC5B4 are triadic colors.