COLOR #9CC6B8

HEX: #9CC6B8
RGB: (156,198,184)

Color info

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

RGB color model

#9CC6B8 color RGB value is (156,198,184).

  • red value is 156;
  • green value is 198;
  • blue value is 184.
RGB:
(156,198,184)
(61%,78%,72%)

RGB channels and saturation

R 156 of 255 = 61%
G 198 of 255 = 78%
B 184 of 255 = 72%

156
198
184

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

Portions of RGB colors in percentages

R + G + B =
156 + 198 + 184 = 538 (100%)
R 156 of 538 ~ 29%
G 198 of 538 ~ 36.8%
B 184 of 538 ~ 34.2%

%29
%36.8
%34.2

CMYK color model

#9CC6B8 color CMYK value is (21,0,7,22).

  • cyan value is 21.21%
  • magenta value is 0.00%
  • yellow value is 7.07%
  • key color value is 22.35%
CMYK:
(21,0,7,22)
C21M0Y7K22 
(21%,0%,7%,22%)
(0.21/0.00/0.07/0.22)	

CMYK percentages

%21.21
%0
%7.07
%22.35

Codes

Color #9CC6B8 in popluar color models

9CC6B8
RGB156198184
HSL160°26.92%69.41%
HSB/HSV160°21.21%77.65%
CMYK21.21%0.00%7.07%
22.35%

Color #9CC6B8 in popluar number systems.

HEX9CC6B8
Decimal156198184
Binary100111001100011010111000
Octal234306270

Shades and tints

Shades of #9CC6B8

#9CC6B8
(156,198,184)
#8EB4A8
(142,180,168)
#80A298
(128,162,152)
#729088
(114,144,136)
#647E78
(100,126,120)
#566C68
(86,108,104)
#485A58
(72,90,88)
#3A4848
(58,72,72)
#2C3638
(44,54,56)
#1E2428
(30,36,40)
#101218
(16,18,24)
#000000
(0,0,0)

Tints of #9CC6B8

#9CC6B8
(156,198,184)
#A5CBBE
(165,203,190)
#AED0C4
(174,208,196)
#B7D5CA
(183,213,202)
#C0DAD0
(192,218,208)
#C9DFD6
(201,223,214)
#D2E4DC
(210,228,220)
#DBE9E2
(219,233,226)
#E4EEE8
(228,238,232)
#EDF3EE
(237,243,238)
#F6F8F4
(246,248,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9CC6B8 color. Also use rgb(156,198,184) instead hex code.

Text Font Color

.myTextColor { color: #9CC6B8; }

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

This text font color is #9CC6B8.


Background Color

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

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

This div background color is #9CC6B8.


Border color

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

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

This div border color is #9CC6B8.


Opacity

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

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

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

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

This text has shadow with #9CC6B8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9CC6B8 on black background.


Color preview on white background

This text has color #9CC6B8 on white background.



Black color preview on #9CC6B8 background

This text has black color on #9CC6B8 background.


White color preview on #9CC6B8 background

This text has white color on #9CC6B8 background.