COLOR #9BC9D8

HEX: #9BC9D8
RGB: (155,201,216)

Color info

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

RGB color model

#9BC9D8 color RGB value is (155,201,216).

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

RGB channels and saturation

R 155 of 255 = 61%
G 201 of 255 = 79%
B 216 of 255 = 85%

155
201
216

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

Portions of RGB colors in percentages

R + G + B =
155 + 201 + 216 = 572 (100%)
R 155 of 572 ~ 27.1%
G 201 of 572 ~ 35.14%
B 216 of 572 ~ 37.76%

%27.1
%35.14
%37.76

CMYK color model

#9BC9D8 color CMYK value is (28,7,0,15).

  • cyan value is 28.24%
  • magenta value is 6.94%
  • yellow value is 0.00%
  • key color value is 15.29%
CMYK:
(28,7,0,15)
C28M7Y0K15 
(28%,7%,0%,15%)
(0.28/0.07/0.00/0.15)	

CMYK percentages

%28.24
%6.94
%0
%15.29

Codes

Color #9BC9D8 in popluar color models

9BC9D8
RGB155201216
HSL195°43.88%72.75%
HSB/HSV195°28.24%84.71%
CMYK28.24%6.94%0.00%
15.29%

Color #9BC9D8 in popluar number systems.

HEX9BC9D8
Decimal155201216
Binary100110111100100111011000
Octal233311330

Shades and tints

Shades of #9BC9D8

#9BC9D8
(155,201,216)
#8DB7C5
(141,183,197)
#7FA5B2
(127,165,178)
#71939F
(113,147,159)
#63818C
(99,129,140)
#556F79
(85,111,121)
#475D66
(71,93,102)
#394B53
(57,75,83)
#2B3940
(43,57,64)
#1D272D
(29,39,45)
#0F151A
(15,21,26)
#000000
(0,0,0)

Tints of #9BC9D8

#9BC9D8
(155,201,216)
#A4CDDB
(164,205,219)
#ADD1DE
(173,209,222)
#B6D5E1
(182,213,225)
#BFD9E4
(191,217,228)
#C8DDE7
(200,221,231)
#D1E1EA
(209,225,234)
#DAE5ED
(218,229,237)
#E3E9F0
(227,233,240)
#ECEDF3
(236,237,243)
#F5F1F6
(245,241,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9BC9D8; }

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

This text font color is #9BC9D8.


Background Color

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

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

This div background color is #9BC9D8.


Border color

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

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

This div border color is #9BC9D8.


Opacity

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

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

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

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

This text has shadow with #9BC9D8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9BC9D8 on black background.


Color preview on white background

This text has color #9BC9D8 on white background.



Black color preview on #9BC9D8 background

This text has black color on #9BC9D8 background.


White color preview on #9BC9D8 background

This text has white color on #9BC9D8 background.