COLOR #9BC6D8

HEX: #9BC6D8
RGB: (155,198,216)

Color info

#9BC6D8 contains mainly green and blue colors. Web safe color of #9BC6D8 is #99CCCC (or #9CC).

RGB color model

#9BC6D8 color RGB value is (155,198,216).

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

RGB channels and saturation

R 155 of 255 = 61%
G 198 of 255 = 78%
B 216 of 255 = 85%

155
198
216

R + G + B ~ 75%. #9BC6D8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
155 + 198 + 216 = 569 (100%)
R 155 of 569 ~ 27.24%
G 198 of 569 ~ 34.8%
B 216 of 569 ~ 37.96%

%27.24
%34.8
%37.96

CMYK color model

#9BC6D8 color CMYK value is (28,8,0,15).

  • cyan value is 28.24%
  • magenta value is 8.33%
  • yellow value is 0.00%
  • key color value is 15.29%
CMYK:
(28,8,0,15)
C28M8Y0K15 
(28%,8%,0%,15%)
(0.28/0.08/0.00/0.15)	

CMYK percentages

%28.24
%8.33
%0
%15.29

Codes

Color #9BC6D8 in popluar color models

9BC6D8
RGB155198216
HSL198°43.88%72.75%
HSB/HSV198°28.24%84.71%
CMYK28.24%8.33%0.00%
15.29%

Color #9BC6D8 in popluar number systems.

HEX9BC6D8
Decimal155198216
Binary100110111100011011011000
Octal233306330

Shades and tints

Shades of #9BC6D8

#9BC6D8
(155,198,216)
#8DB4C5
(141,180,197)
#7FA2B2
(127,162,178)
#71909F
(113,144,159)
#637E8C
(99,126,140)
#556C79
(85,108,121)
#475A66
(71,90,102)
#394853
(57,72,83)
#2B3640
(43,54,64)
#1D242D
(29,36,45)
#0F121A
(15,18,26)
#000000
(0,0,0)

Tints of #9BC6D8

#9BC6D8
(155,198,216)
#A4CBDB
(164,203,219)
#ADD0DE
(173,208,222)
#B6D5E1
(182,213,225)
#BFDAE4
(191,218,228)
#C8DFE7
(200,223,231)
#D1E4EA
(209,228,234)
#DAE9ED
(218,233,237)
#E3EEF0
(227,238,240)
#ECF3F3
(236,243,243)
#F5F8F6
(245,248,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9BC6D8; }

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

This text font color is #9BC6D8.


Background Color

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

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

This div background color is #9BC6D8.


Border color

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

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

This div border color is #9BC6D8.


Opacity

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

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

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

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

This text has shadow with #9BC6D8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9BC6D8 on black background.


Color preview on white background

This text has color #9BC6D8 on white background.



Black color preview on #9BC6D8 background

This text has black color on #9BC6D8 background.


White color preview on #9BC6D8 background

This text has white color on #9BC6D8 background.