COLOR #9BCDDD

HEX: #9BCDDD
RGB: (155,205,221)

Color info

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

RGB color model

#9BCDDD color RGB value is (155,205,221).

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

RGB channels and saturation

R 155 of 255 = 61%
G 205 of 255 = 80%
B 221 of 255 = 87%

155
205
221

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

Portions of RGB colors in percentages

R + G + B =
155 + 205 + 221 = 581 (100%)
R 155 of 581 ~ 26.68%
G 205 of 581 ~ 35.28%
B 221 of 581 ~ 38.04%

%26.68
%35.28
%38.04

CMYK color model

#9BCDDD color CMYK value is (30,7,0,13).

  • cyan value is 29.86%
  • magenta value is 7.24%
  • yellow value is 0.00%
  • key color value is 13.33%
CMYK:
(30,7,0,13)
C30M7Y0K13 
(30%,7%,0%,13%)
(0.30/0.07/0.00/0.13)	

CMYK percentages

%29.86
%7.24
%0
%13.33

Codes

Color #9BCDDD in popluar color models

9BCDDD
RGB155205221
HSL195°49.25%73.73%
HSB/HSV195°29.86%86.67%
CMYK29.86%7.24%0.00%
13.33%

Color #9BCDDD in popluar number systems.

HEX9BCDDD
Decimal155205221
Binary100110111100110111011101
Octal233315335

Shades and tints

Shades of #9BCDDD

#9BCDDD
(155,205,221)
#8DBBC9
(141,187,201)
#7FA9B5
(127,169,181)
#7197A1
(113,151,161)
#63858D
(99,133,141)
#557379
(85,115,121)
#476165
(71,97,101)
#394F51
(57,79,81)
#2B3D3D
(43,61,61)
#1D2B29
(29,43,41)
#0F1915
(15,25,21)
#000000
(0,0,0)

Tints of #9BCDDD

#9BCDDD
(155,205,221)
#A4D1E0
(164,209,224)
#ADD5E3
(173,213,227)
#B6D9E6
(182,217,230)
#BFDDE9
(191,221,233)
#C8E1EC
(200,225,236)
#D1E5EF
(209,229,239)
#DAE9F2
(218,233,242)
#E3EDF5
(227,237,245)
#ECF1F8
(236,241,248)
#F5F5FB
(245,245,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9BCDDD; }

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

This text font color is #9BCDDD.


Background Color

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

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

This div background color is #9BCDDD.


Border color

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

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

This div border color is #9BCDDD.


Opacity

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

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

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

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

This text has shadow with #9BCDDD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9BCDDD on black background.


Color preview on white background

This text has color #9BCDDD on white background.



Black color preview on #9BCDDD background

This text has black color on #9BCDDD background.


White color preview on #9BCDDD background

This text has white color on #9BCDDD background.