COLOR #9BCDCC

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

155
205
204

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

Portions of RGB colors in percentages

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

%27.48
%36.35
%36.17

CMYK color model

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

  • cyan value is 24.39%
  • magenta value is 0.00%
  • yellow value is 0.49%
  • 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
%0.49
%19.61

Codes

Color #9BCDCC in popluar color models

9BCDCC
RGB155205204
HSL179°33.33%70.59%
HSB/HSV179°24.39%80.39%
CMYK24.39%0.00%0.49%
19.61%

Color #9BCDCC in popluar number systems.

HEX9BCDCC
Decimal155205204
Binary100110111100110111001100
Octal233315314

Shades and tints

Shades of #9BCDCC

#9BCDCC
(155,205,204)
#8DBBBA
(141,187,186)
#7FA9A8
(127,169,168)
#719796
(113,151,150)
#638584
(99,133,132)
#557372
(85,115,114)
#476160
(71,97,96)
#394F4E
(57,79,78)
#2B3D3C
(43,61,60)
#1D2B2A
(29,43,42)
#0F1918
(15,25,24)
#000000
(0,0,0)

Tints of #9BCDCC

#9BCDCC
(155,205,204)
#A4D1D0
(164,209,208)
#ADD5D4
(173,213,212)
#B6D9D8
(182,217,216)
#BFDDDC
(191,221,220)
#C8E1E0
(200,225,224)
#D1E5E4
(209,229,228)
#DAE9E8
(218,233,232)
#E3EDEC
(227,237,236)
#ECF1F0
(236,241,240)
#F5F5F4
(245,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9BCDCC; }

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

This text font color is #9BCDCC.


Background Color

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

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

This div background color is #9BCDCC.


Border color

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

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

This div border color is #9BCDCC.


Opacity

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

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

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

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

This text has shadow with #9BCDCC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9BCDCC on black background.


Color preview on white background

This text has color #9BCDCC on white background.



Black color preview on #9BCDCC background

This text has black color on #9BCDCC background.


White color preview on #9BCDCC background

This text has white color on #9BCDCC background.