COLOR #9BC9CD

HEX: #9BC9CD
RGB: (155,201,205)

Color info

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

RGB color model

#9BC9CD color RGB value is (155,201,205).

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

RGB channels and saturation

R 155 of 255 = 61%
G 201 of 255 = 79%
B 205 of 255 = 80%

155
201
205

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

Portions of RGB colors in percentages

R + G + B =
155 + 201 + 205 = 561 (100%)
R 155 of 561 ~ 27.63%
G 201 of 561 ~ 35.83%
B 205 of 561 ~ 36.54%

%27.63
%35.83
%36.54

CMYK color model

#9BC9CD color CMYK value is (24,2,0,20).

  • cyan value is 24.39%
  • magenta value is 1.95%
  • yellow value is 0.00%
  • key color value is 19.61%
CMYK:
(24,2,0,20)
C24M2Y0K20 
(24%,2%,0%,20%)
(0.24/0.02/0.00/0.20)	

CMYK percentages

%24.39
%1.95
%0
%19.61

Codes

Color #9BC9CD in popluar color models

9BC9CD
RGB155201205
HSL185°33.33%70.59%
HSB/HSV185°24.39%80.39%
CMYK24.39%1.95%0.00%
19.61%

Color #9BC9CD in popluar number systems.

HEX9BC9CD
Decimal155201205
Binary100110111100100111001101
Octal233311315

Shades and tints

Shades of #9BC9CD

#9BC9CD
(155,201,205)
#8DB7BB
(141,183,187)
#7FA5A9
(127,165,169)
#719397
(113,147,151)
#638185
(99,129,133)
#556F73
(85,111,115)
#475D61
(71,93,97)
#394B4F
(57,75,79)
#2B393D
(43,57,61)
#1D272B
(29,39,43)
#0F1519
(15,21,25)
#000000
(0,0,0)

Tints of #9BC9CD

#9BC9CD
(155,201,205)
#A4CDD1
(164,205,209)
#ADD1D5
(173,209,213)
#B6D5D9
(182,213,217)
#BFD9DD
(191,217,221)
#C8DDE1
(200,221,225)
#D1E1E5
(209,225,229)
#DAE5E9
(218,229,233)
#E3E9ED
(227,233,237)
#ECEDF1
(236,237,241)
#F5F1F5
(245,241,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9BC9CD; }

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

This text font color is #9BC9CD.


Background Color

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

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

This div background color is #9BC9CD.


Border color

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

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

This div border color is #9BC9CD.


Opacity

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

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

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

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

This text has shadow with #9BC9CD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9BC9CD on black background.


Color preview on white background

This text has color #9BC9CD on white background.



Black color preview on #9BC9CD background

This text has black color on #9BC9CD background.


White color preview on #9BC9CD background

This text has white color on #9BC9CD background.