COLOR #9CC9B3

HEX: #9CC9B3 RGB: (156,201,179)

Color info

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

RGB color model

#9CC9B3 color RGB value is (156,201,179).

RGB: (156,201,179) (61%, 79%, 70%)

RGB channels and saturation

R 156 of 255 = 61%
G 201 of 255 = 79%
B 179 of 255 = 70%

156
201
179

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

Portions of RGB colors in percentages

R + G + B = 156 + 201 + 179 = 536 (100%)
R 156 of 536 ~ 29.1%
G 201 of 536 ~ 37.5%
B 179 of 536 ~ 33.4'%

%29.1
%37.5
%33.4

CMYK color model

#9CC9B3 color CMYK value is (22,0,11,21).

  • cyan value is 22.39%
  • magenta value is 0.00%
  • yellow value is 10.95%
  • key color value is 21.18%

CMYK: (22,0,11,21)
C22M0Y11K21 (22%, 0%, 11%, 21%)
(0.22 / 0.00 / 0.11 / 0.21)

CMYK percentages

%22.39
%0
%10.95
%21.18

Codes

Color #9CC9B3 in popluar color models

9C C9 B3
RGB 156 201 179
HSL 151° 29.41% 70.00%
HSB/HSV 151° 22.39% 78.82%
CMYK 22.39% 0.00% 10.95%
21.18%

Color #9CC9B3 in popluar number systems.

HEX 9C C9 B3
Decimal 156 201 179
Binary 10011100 11001001 10110011
Octal 234 311 263

Shades and tints

Shades of #9CC9B3

#9CC9B3
(156,201,179)
#8EB7A3
(142,183,163)
#80A593
(128,165,147)
#729383
(114,147,131)
#648173
(100,129,115)
#566F63
(86,111,99)
#485D53
(72,93,83)
#3A4B43
(58,75,67)
#2C3933
(44,57,51)
#1E2723
(30,39,35)
#101513
(16,21,19)
#000000
(0,0,0)

Tints of #9CC9B3

#9CC9B3
(156,201,179)
#A5CDB9
(165,205,185)
#AED1BF
(174,209,191)
#B7D5C5
(183,213,197)
#C0D9CB
(192,217,203)
#C9DDD1
(201,221,209)
#D2E1D7
(210,225,215)
#DBE5DD
(219,229,221)
#E4E9E3
(228,233,227)
#EDEDE9
(237,237,233)
#F6F1EF
(246,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9CC9B3 color. Also use rgb(156,201,179) instead hex code.

Text Font Color

.myTextColor { color: #9CC9B3; }

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

This text font color is #9CC9B3.

Background Color

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

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

This div background color is #9CC9B3.

Border color

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

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

This div border color is #9CC9B3.

Opacity

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

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

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

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

This text has shadow with #9CC9B3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9CC9B3.

Preview

Color preview on black background

This text has color #9CC9B3 on black background.


Color preview on white background

This text has color #9CC9B3 on white background.


Black color preview on #9CC9B3 background

This text has black color on #9CC9B3 background.


White color preview on #9CC9B3 background

This text has white color on #9CC9B3 background.


Related colors

Complementary color

Complementary color for #hex is #63364C.


I love getcolorcode.com

Triadic colors

1 #B39CC9 and #C9B39C with #9CC9B3 are triadic colors.

2 #B3C99C and #C99CB3 with #9CC9B3 are triadic colors.