COLOR #9BC1C2

HEX: #9BC1C2
RGB: (155,193,194)

Color info

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

RGB color model

#9BC1C2 color RGB value is (155,193,194).

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

RGB channels and saturation

R 155 of 255 = 61%
G 193 of 255 = 76%
B 194 of 255 = 76%

155
193
194

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

Portions of RGB colors in percentages

R + G + B =
155 + 193 + 194 = 542 (100%)
R 155 of 542 ~ 28.6%
G 193 of 542 ~ 35.61%
B 194 of 542 ~ 35.79%

%28.6
%35.61
%35.79

CMYK color model

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

  • cyan value is 20.10%
  • magenta value is 0.52%
  • yellow value is 0.00%
  • key color value is 23.92%
CMYK:
(20,1,0,24)
C20M1Y0K24 
(20%,1%,0%,24%)
(0.20/0.01/0.00/0.24)	

CMYK percentages

%20.1
%0.52
%0
%23.92

Codes

Color #9BC1C2 in popluar color models

9BC1C2
RGB155193194
HSL182°24.22%68.43%
HSB/HSV182°20.10%76.08%
CMYK20.10%0.52%0.00%
23.92%

Color #9BC1C2 in popluar number systems.

HEX9BC1C2
Decimal155193194
Binary100110111100000111000010
Octal233301302

Shades and tints

Shades of #9BC1C2

#9BC1C2
(155,193,194)
#8DB0B1
(141,176,177)
#7F9FA0
(127,159,160)
#718E8F
(113,142,143)
#637D7E
(99,125,126)
#556C6D
(85,108,109)
#475B5C
(71,91,92)
#394A4B
(57,74,75)
#2B393A
(43,57,58)
#1D2829
(29,40,41)
#0F1718
(15,23,24)
#000000
(0,0,0)

Tints of #9BC1C2

#9BC1C2
(155,193,194)
#A4C6C7
(164,198,199)
#ADCBCC
(173,203,204)
#B6D0D1
(182,208,209)
#BFD5D6
(191,213,214)
#C8DADB
(200,218,219)
#D1DFE0
(209,223,224)
#DAE4E5
(218,228,229)
#E3E9EA
(227,233,234)
#ECEEEF
(236,238,239)
#F5F3F4
(245,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9BC1C2; }

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

This text font color is #9BC1C2.


Background Color

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

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

This div background color is #9BC1C2.


Border color

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

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

This div border color is #9BC1C2.


Opacity

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

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

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

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

This text has shadow with #9BC1C2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9BC1C2 on black background.


Color preview on white background

This text has color #9BC1C2 on white background.



Black color preview on #9BC1C2 background

This text has black color on #9BC1C2 background.


White color preview on #9BC1C2 background

This text has white color on #9BC1C2 background.