COLOR #9CC5BF

HEX: #9CC5BF
RGB: (156,197,191)

Color info

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

RGB color model

#9CC5BF color RGB value is (156,197,191).

  • red value is 156;
  • green value is 197;
  • blue value is 191.
RGB:
(156,197,191)
(61%,77%,75%)

RGB channels and saturation

R 156 of 255 = 61%
G 197 of 255 = 77%
B 191 of 255 = 75%

156
197
191

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

Portions of RGB colors in percentages

R + G + B =
156 + 197 + 191 = 544 (100%)
R 156 of 544 ~ 28.68%
G 197 of 544 ~ 36.21%
B 191 of 544 ~ 35.11%

%28.68
%36.21
%35.11

CMYK color model

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

  • cyan value is 20.81%
  • magenta value is 0.00%
  • yellow value is 3.05%
  • key color value is 22.75%
CMYK:
(21,0,3,23)
C21M0Y3K23 
(21%,0%,3%,23%)
(0.21/0.00/0.03/0.23)	

CMYK percentages

%20.81
%0
%3.05
%22.75

Codes

Color #9CC5BF in popluar color models

9CC5BF
RGB156197191
HSL171°26.11%69.22%
HSB/HSV171°20.81%77.25%
CMYK20.81%0.00%3.05%
22.75%

Color #9CC5BF in popluar number systems.

HEX9CC5BF
Decimal156197191
Binary100111001100010110111111
Octal234305277

Shades and tints

Shades of #9CC5BF

#9CC5BF
(156,197,191)
#8EB4AE
(142,180,174)
#80A39D
(128,163,157)
#72928C
(114,146,140)
#64817B
(100,129,123)
#56706A
(86,112,106)
#485F59
(72,95,89)
#3A4E48
(58,78,72)
#2C3D37
(44,61,55)
#1E2C26
(30,44,38)
#101B15
(16,27,21)
#000000
(0,0,0)

Tints of #9CC5BF

#9CC5BF
(156,197,191)
#A5CAC4
(165,202,196)
#AECFC9
(174,207,201)
#B7D4CE
(183,212,206)
#C0D9D3
(192,217,211)
#C9DED8
(201,222,216)
#D2E3DD
(210,227,221)
#DBE8E2
(219,232,226)
#E4EDE7
(228,237,231)
#EDF2EC
(237,242,236)
#F6F7F1
(246,247,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9CC5BF; }

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

This text font color is #9CC5BF.


Background Color

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

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

This div background color is #9CC5BF.


Border color

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

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

This div border color is #9CC5BF.


Opacity

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

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

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

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

This text has shadow with #9CC5BF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9CC5BF on black background.


Color preview on white background

This text has color #9CC5BF on white background.



Black color preview on #9CC5BF background

This text has black color on #9CC5BF background.


White color preview on #9CC5BF background

This text has white color on #9CC5BF background.