COLOR #9CC1C3

HEX: #9CC1C3 RGB: (156,193,195)

Color info

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

RGB color model

#9CC1C3 color RGB value is (156,193,195).

RGB: (156,193,195) (61%, 76%, 76%)

RGB channels and saturation

R 156 of 255 = 61%
G 193 of 255 = 76%
B 195 of 255 = 76%

156
193
195

R + G + B ~ 71%. #9CC1C3 is quite light color.

Portions of RGB colors in percentages

R + G + B = 156 + 193 + 195 = 544 (100%)
R 156 of 544 ~ 28.68%
G 193 of 544 ~ 35.48%
B 195 of 544 ~ 35.85'%

%28.68
%35.48
%35.85

CMYK color model

#9CC1C3 color CMYK value is (20,1,0,24).

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

CMYK: (20,1,0,24)
C20M1Y0K24 (20%, 1%, 0%, 24%)
(0.20 / 0.01 / 0.00 / 0.24)

CMYK percentages

%20
%1.03
%0
%23.53

Codes

Color #9CC1C3 in popluar color models

9C C1 C3
RGB 156 193 195
HSL 183° 24.53% 68.82%
HSB/HSV 183° 20.00% 76.47%
CMYK 20.00% 1.03% 0.00%
23.53%

Color #9CC1C3 in popluar number systems.

HEX 9C C1 C3
Decimal 156 193 195
Binary 10011100 11000001 11000011
Octal 234 301 303

Shades and tints

Shades of #9CC1C3

#9CC1C3
(156,193,195)
#8EB0B2
(142,176,178)
#809FA1
(128,159,161)
#728E90
(114,142,144)
#647D7F
(100,125,127)
#566C6E
(86,108,110)
#485B5D
(72,91,93)
#3A4A4C
(58,74,76)
#2C393B
(44,57,59)
#1E282A
(30,40,42)
#101719
(16,23,25)
#000000
(0,0,0)

Tints of #9CC1C3

#9CC1C3
(156,193,195)
#A5C6C8
(165,198,200)
#AECBCD
(174,203,205)
#B7D0D2
(183,208,210)
#C0D5D7
(192,213,215)
#C9DADC
(201,218,220)
#D2DFE1
(210,223,225)
#DBE4E6
(219,228,230)
#E4E9EB
(228,233,235)
#EDEEF0
(237,238,240)
#F6F3F5
(246,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9CC1C3; }

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

This text font color is #9CC1C3.

Background Color

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

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

This div background color is #9CC1C3.

Border color

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

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

This div border color is #9CC1C3.

Opacity

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

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

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

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

This text has shadow with #9CC1C3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9CC1C3.

Preview

Color preview on black background

This text has color #9CC1C3 on black background.


Color preview on white background

This text has color #9CC1C3 on white background.


Black color preview on #9CC1C3 background

This text has black color on #9CC1C3 background.


White color preview on #9CC1C3 background

This text has white color on #9CC1C3 background.


Related colors

Complementary color

Complementary color for #hex is #633E3C.


I love getcolorcode.com

Triadic colors

1 #C39CC1 and #C1C39C with #9CC1C3 are triadic colors.

2 #C3C19C and #C19CC3 with #9CC1C3 are triadic colors.