COLOR #9BC8D6

HEX: #9BC8D6
RGB: (155,200,214)

Color info

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

RGB color model

#9BC8D6 color RGB value is (155,200,214).

  • red value is 155;
  • green value is 200;
  • blue value is 214.
RGB:
(155,200,214)
(61%,78%,84%)

RGB channels and saturation

R 155 of 255 = 61%
G 200 of 255 = 78%
B 214 of 255 = 84%

155
200
214

R + G + B ~ 74%. #9BC8D6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
155 + 200 + 214 = 569 (100%)
R 155 of 569 ~ 27.24%
G 200 of 569 ~ 35.15%
B 214 of 569 ~ 37.61%

%27.24
%35.15
%37.61

CMYK color model

#9BC8D6 color CMYK value is (28,7,0,16).

  • cyan value is 27.57%
  • magenta value is 6.54%
  • yellow value is 0.00%
  • key color value is 16.08%
CMYK:
(28,7,0,16)
C28M7Y0K16 
(28%,7%,0%,16%)
(0.28/0.07/0.00/0.16)	

CMYK percentages

%27.57
%6.54
%0
%16.08

Codes

Color #9BC8D6 in popluar color models

9BC8D6
RGB155200214
HSL194°41.84%72.35%
HSB/HSV194°27.57%83.92%
CMYK27.57%6.54%0.00%
16.08%

Color #9BC8D6 in popluar number systems.

HEX9BC8D6
Decimal155200214
Binary100110111100100011010110
Octal233310326

Shades and tints

Shades of #9BC8D6

#9BC8D6
(155,200,214)
#8DB6C3
(141,182,195)
#7FA4B0
(127,164,176)
#71929D
(113,146,157)
#63808A
(99,128,138)
#556E77
(85,110,119)
#475C64
(71,92,100)
#394A51
(57,74,81)
#2B383E
(43,56,62)
#1D262B
(29,38,43)
#0F1418
(15,20,24)
#000000
(0,0,0)

Tints of #9BC8D6

#9BC8D6
(155,200,214)
#A4CDD9
(164,205,217)
#ADD2DC
(173,210,220)
#B6D7DF
(182,215,223)
#BFDCE2
(191,220,226)
#C8E1E5
(200,225,229)
#D1E6E8
(209,230,232)
#DAEBEB
(218,235,235)
#E3F0EE
(227,240,238)
#ECF5F1
(236,245,241)
#F5FAF4
(245,250,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9BC8D6 color. Also use rgb(155,200,214) instead hex code.

Text Font Color

.myTextColor { color: #9BC8D6; }

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

This text font color is #9BC8D6.


Background Color

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

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

This div background color is #9BC8D6.


Border color

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

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

This div border color is #9BC8D6.


Opacity

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

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

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

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

This text has shadow with #9BC8D6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9BC8D6 on black background.


Color preview on white background

This text has color #9BC8D6 on white background.



Black color preview on #9BC8D6 background

This text has black color on #9BC8D6 background.


White color preview on #9BC8D6 background

This text has white color on #9BC8D6 background.