COLOR #9BC1C6

HEX: #9BC1C6
RGB: (155,193,198)

Color info

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

RGB color model

#9BC1C6 color RGB value is (155,193,198).

  • red value is 155;
  • green value is 193;
  • blue value is 198.
RGB:
(155,193,198)
(61%,76%,78%)

RGB channels and saturation

R 155 of 255 = 61%
G 193 of 255 = 76%
B 198 of 255 = 78%

155
193
198

R + G + B ~ 72%. #9BC1C6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
155 + 193 + 198 = 546 (100%)
R 155 of 546 ~ 28.39%
G 193 of 546 ~ 35.35%
B 198 of 546 ~ 36.26%

%28.39
%35.35
%36.26

CMYK color model

#9BC1C6 color CMYK value is (22,3,0,22).

  • cyan value is 21.72%
  • magenta value is 2.53%
  • yellow value is 0.00%
  • key color value is 22.35%
CMYK:
(22,3,0,22)
C22M3Y0K22 
(22%,3%,0%,22%)
(0.22/0.03/0.00/0.22)	

CMYK percentages

%21.72
%2.53
%0
%22.35

Codes

Color #9BC1C6 in popluar color models

9BC1C6
RGB155193198
HSL187°27.39%69.22%
HSB/HSV187°21.72%77.65%
CMYK21.72%2.53%0.00%
22.35%

Color #9BC1C6 in popluar number systems.

HEX9BC1C6
Decimal155193198
Binary100110111100000111000110
Octal233301306

Shades and tints

Shades of #9BC1C6

#9BC1C6
(155,193,198)
#8DB0B4
(141,176,180)
#7F9FA2
(127,159,162)
#718E90
(113,142,144)
#637D7E
(99,125,126)
#556C6C
(85,108,108)
#475B5A
(71,91,90)
#394A48
(57,74,72)
#2B3936
(43,57,54)
#1D2824
(29,40,36)
#0F1712
(15,23,18)
#000000
(0,0,0)

Tints of #9BC1C6

#9BC1C6
(155,193,198)
#A4C6CB
(164,198,203)
#ADCBD0
(173,203,208)
#B6D0D5
(182,208,213)
#BFD5DA
(191,213,218)
#C8DADF
(200,218,223)
#D1DFE4
(209,223,228)
#DAE4E9
(218,228,233)
#E3E9EE
(227,233,238)
#ECEEF3
(236,238,243)
#F5F3F8
(245,243,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9BC1C6 color. Also use rgb(155,193,198) instead hex code.

Text Font Color

.myTextColor { color: #9BC1C6; }

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

This text font color is #9BC1C6.


Background Color

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

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

This div background color is #9BC1C6.


Border color

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

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

This div border color is #9BC1C6.


Opacity

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

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

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

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

This text has shadow with #9BC1C6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9BC1C6 on black background.


Color preview on white background

This text has color #9BC1C6 on white background.



Black color preview on #9BC1C6 background

This text has black color on #9BC1C6 background.


White color preview on #9BC1C6 background

This text has white color on #9BC1C6 background.