COLOR #9BCCD7

HEX: #9BCCD7
RGB: (155,204,215)

Color info

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

RGB color model

#9BCCD7 color RGB value is (155,204,215).

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

RGB channels and saturation

R 155 of 255 = 61%
G 204 of 255 = 80%
B 215 of 255 = 84%

155
204
215

R + G + B ~ 75%. #9BCCD7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
155 + 204 + 215 = 574 (100%)
R 155 of 574 ~ 27%
G 204 of 574 ~ 35.54%
B 215 of 574 ~ 37.46%

%27
%35.54
%37.46

CMYK color model

#9BCCD7 color CMYK value is (28,5,0,16).

  • cyan value is 27.91%
  • magenta value is 5.12%
  • yellow value is 0.00%
  • key color value is 15.69%
CMYK:
(28,5,0,16)
C28M5Y0K16 
(28%,5%,0%,16%)
(0.28/0.05/0.00/0.16)	

CMYK percentages

%27.91
%5.12
%0
%15.69

Codes

Color #9BCCD7 in popluar color models

9BCCD7
RGB155204215
HSL191°42.86%72.55%
HSB/HSV191°27.91%84.31%
CMYK27.91%5.12%0.00%
15.69%

Color #9BCCD7 in popluar number systems.

HEX9BCCD7
Decimal155204215
Binary100110111100110011010111
Octal233314327

Shades and tints

Shades of #9BCCD7

#9BCCD7
(155,204,215)
#8DBAC4
(141,186,196)
#7FA8B1
(127,168,177)
#71969E
(113,150,158)
#63848B
(99,132,139)
#557278
(85,114,120)
#476065
(71,96,101)
#394E52
(57,78,82)
#2B3C3F
(43,60,63)
#1D2A2C
(29,42,44)
#0F1819
(15,24,25)
#000000
(0,0,0)

Tints of #9BCCD7

#9BCCD7
(155,204,215)
#A4D0DA
(164,208,218)
#ADD4DD
(173,212,221)
#B6D8E0
(182,216,224)
#BFDCE3
(191,220,227)
#C8E0E6
(200,224,230)
#D1E4E9
(209,228,233)
#DAE8EC
(218,232,236)
#E3ECEF
(227,236,239)
#ECF0F2
(236,240,242)
#F5F4F5
(245,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9BCCD7; }

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

This text font color is #9BCCD7.


Background Color

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

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

This div background color is #9BCCD7.


Border color

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

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

This div border color is #9BCCD7.


Opacity

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

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

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

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

This text has shadow with #9BCCD7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9BCCD7 on black background.


Color preview on white background

This text has color #9BCCD7 on white background.



Black color preview on #9BCCD7 background

This text has black color on #9BCCD7 background.


White color preview on #9BCCD7 background

This text has white color on #9BCCD7 background.