COLOR #9BC6CF

HEX: #9BC6CF
RGB: (155,198,207)

Color info

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

RGB color model

#9BC6CF color RGB value is (155,198,207).

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

RGB channels and saturation

R 155 of 255 = 61%
G 198 of 255 = 78%
B 207 of 255 = 81%

155
198
207

R + G + B ~ 73%. #9BC6CF is quite light color.

Portions of RGB colors in percentages

R + G + B =
155 + 198 + 207 = 560 (100%)
R 155 of 560 ~ 27.68%
G 198 of 560 ~ 35.36%
B 207 of 560 ~ 36.96%

%27.68
%35.36
%36.96

CMYK color model

#9BC6CF color CMYK value is (25,4,0,19).

  • cyan value is 25.12%
  • magenta value is 4.35%
  • yellow value is 0.00%
  • key color value is 18.82%
CMYK:
(25,4,0,19)
C25M4Y0K19 
(25%,4%,0%,19%)
(0.25/0.04/0.00/0.19)	

CMYK percentages

%25.12
%4.35
%0
%18.82

Codes

Color #9BC6CF in popluar color models

9BC6CF
RGB155198207
HSL190°35.14%70.98%
HSB/HSV190°25.12%81.18%
CMYK25.12%4.35%0.00%
18.82%

Color #9BC6CF in popluar number systems.

HEX9BC6CF
Decimal155198207
Binary100110111100011011001111
Octal233306317

Shades and tints

Shades of #9BC6CF

#9BC6CF
(155,198,207)
#8DB4BD
(141,180,189)
#7FA2AB
(127,162,171)
#719099
(113,144,153)
#637E87
(99,126,135)
#556C75
(85,108,117)
#475A63
(71,90,99)
#394851
(57,72,81)
#2B363F
(43,54,63)
#1D242D
(29,36,45)
#0F121B
(15,18,27)
#000000
(0,0,0)

Tints of #9BC6CF

#9BC6CF
(155,198,207)
#A4CBD3
(164,203,211)
#ADD0D7
(173,208,215)
#B6D5DB
(182,213,219)
#BFDADF
(191,218,223)
#C8DFE3
(200,223,227)
#D1E4E7
(209,228,231)
#DAE9EB
(218,233,235)
#E3EEEF
(227,238,239)
#ECF3F3
(236,243,243)
#F5F8F7
(245,248,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9BC6CF; }

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

This text font color is #9BC6CF.


Background Color

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

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

This div background color is #9BC6CF.


Border color

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

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

This div border color is #9BC6CF.


Opacity

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

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

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

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

This text has shadow with #9BC6CF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9BC6CF on black background.


Color preview on white background

This text has color #9BC6CF on white background.



Black color preview on #9BC6CF background

This text has black color on #9BC6CF background.


White color preview on #9BC6CF background

This text has white color on #9BC6CF background.