COLOR #9BCCCD

HEX: #9BCCCD
RGB: (155,204,205)

Color info

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

RGB color model

#9BCCCD color RGB value is (155,204,205).

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

RGB channels and saturation

R 155 of 255 = 61%
G 204 of 255 = 80%
B 205 of 255 = 80%

155
204
205

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

Portions of RGB colors in percentages

R + G + B =
155 + 204 + 205 = 564 (100%)
R 155 of 564 ~ 27.48%
G 204 of 564 ~ 36.17%
B 205 of 564 ~ 36.35%

%27.48
%36.17
%36.35

CMYK color model

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

  • cyan value is 24.39%
  • magenta value is 0.49%
  • yellow value is 0.00%
  • key color value is 19.61%
CMYK:
(24,0,0,20)
C24M0Y0K20 
(24%,0%,0%,20%)
(0.24/0.00/0.00/0.20)	

CMYK percentages

%24.39
%0.49
%0
%19.61

Codes

Color #9BCCCD in popluar color models

9BCCCD
RGB155204205
HSL181°33.33%70.59%
HSB/HSV181°24.39%80.39%
CMYK24.39%0.49%0.00%
19.61%

Color #9BCCCD in popluar number systems.

HEX9BCCCD
Decimal155204205
Binary100110111100110011001101
Octal233314315

Shades and tints

Shades of #9BCCCD

#9BCCCD
(155,204,205)
#8DBABB
(141,186,187)
#7FA8A9
(127,168,169)
#719697
(113,150,151)
#638485
(99,132,133)
#557273
(85,114,115)
#476061
(71,96,97)
#394E4F
(57,78,79)
#2B3C3D
(43,60,61)
#1D2A2B
(29,42,43)
#0F1819
(15,24,25)
#000000
(0,0,0)

Tints of #9BCCCD

#9BCCCD
(155,204,205)
#A4D0D1
(164,208,209)
#ADD4D5
(173,212,213)
#B6D8D9
(182,216,217)
#BFDCDD
(191,220,221)
#C8E0E1
(200,224,225)
#D1E4E5
(209,228,229)
#DAE8E9
(218,232,233)
#E3ECED
(227,236,237)
#ECF0F1
(236,240,241)
#F5F4F5
(245,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9BCCCD; }

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

This text font color is #9BCCCD.


Background Color

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

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

This div background color is #9BCCCD.


Border color

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

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

This div border color is #9BCCCD.


Opacity

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

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

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

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

This text has shadow with #9BCCCD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9BCCCD on black background.


Color preview on white background

This text has color #9BCCCD on white background.



Black color preview on #9BCCCD background

This text has black color on #9BCCCD background.


White color preview on #9BCCCD background

This text has white color on #9BCCCD background.