COLOR #9BCDDC

HEX: #9BCDDC
RGB: (155,205,220)

Color info

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

RGB color model

#9BCDDC color RGB value is (155,205,220).

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

RGB channels and saturation

R 155 of 255 = 61%
G 205 of 255 = 80%
B 220 of 255 = 86%

155
205
220

R + G + B ~ 76%. #9BCDDC is quite light color.

Portions of RGB colors in percentages

R + G + B =
155 + 205 + 220 = 580 (100%)
R 155 of 580 ~ 26.72%
G 205 of 580 ~ 35.34%
B 220 of 580 ~ 37.93%

%26.72
%35.34
%37.93

CMYK color model

#9BCDDC color CMYK value is (30,7,0,14).

  • cyan value is 29.55%
  • magenta value is 6.82%
  • yellow value is 0.00%
  • key color value is 13.73%
CMYK:
(30,7,0,14)
C30M7Y0K14 
(30%,7%,0%,14%)
(0.30/0.07/0.00/0.14)	

CMYK percentages

%29.55
%6.82
%0
%13.73

Codes

Color #9BCDDC in popluar color models

9BCDDC
RGB155205220
HSL194°48.15%73.53%
HSB/HSV194°29.55%86.27%
CMYK29.55%6.82%0.00%
13.73%

Color #9BCDDC in popluar number systems.

HEX9BCDDC
Decimal155205220
Binary100110111100110111011100
Octal233315334

Shades and tints

Shades of #9BCDDC

#9BCDDC
(155,205,220)
#8DBBC8
(141,187,200)
#7FA9B4
(127,169,180)
#7197A0
(113,151,160)
#63858C
(99,133,140)
#557378
(85,115,120)
#476164
(71,97,100)
#394F50
(57,79,80)
#2B3D3C
(43,61,60)
#1D2B28
(29,43,40)
#0F1914
(15,25,20)
#000000
(0,0,0)

Tints of #9BCDDC

#9BCDDC
(155,205,220)
#A4D1DF
(164,209,223)
#ADD5E2
(173,213,226)
#B6D9E5
(182,217,229)
#BFDDE8
(191,221,232)
#C8E1EB
(200,225,235)
#D1E5EE
(209,229,238)
#DAE9F1
(218,233,241)
#E3EDF4
(227,237,244)
#ECF1F7
(236,241,247)
#F5F5FA
(245,245,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9BCDDC; }

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

This text font color is #9BCDDC.


Background Color

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

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

This div background color is #9BCDDC.


Border color

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

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

This div border color is #9BCDDC.


Opacity

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

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

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

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

This text has shadow with #9BCDDC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9BCDDC on black background.


Color preview on white background

This text has color #9BCDDC on white background.



Black color preview on #9BCDDC background

This text has black color on #9BCDDC background.


White color preview on #9BCDDC background

This text has white color on #9BCDDC background.