COLOR #9BDCCF

HEX: #9BDCCF
RGB: (155,220,207)

Color info

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

RGB color model

#9BDCCF color RGB value is (155,220,207).

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

RGB channels and saturation

R 155 of 255 = 61%
G 220 of 255 = 86%
B 207 of 255 = 81%

155
220
207

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

Portions of RGB colors in percentages

R + G + B =
155 + 220 + 207 = 582 (100%)
R 155 of 582 ~ 26.63%
G 220 of 582 ~ 37.8%
B 207 of 582 ~ 35.57%

%26.63
%37.8
%35.57

CMYK color model

#9BDCCF color CMYK value is (30,0,6,14).

  • cyan value is 29.55%
  • magenta value is 0.00%
  • yellow value is 5.91%
  • key color value is 13.73%
CMYK:
(30,0,6,14)
C30M0Y6K14 
(30%,0%,6%,14%)
(0.30/0.00/0.06/0.14)	

CMYK percentages

%29.55
%0
%5.91
%13.73

Codes

Color #9BDCCF in popluar color models

9BDCCF
RGB155220207
HSL168°48.15%73.53%
HSB/HSV168°29.55%86.27%
CMYK29.55%0.00%5.91%
13.73%

Color #9BDCCF in popluar number systems.

HEX9BDCCF
Decimal155220207
Binary100110111101110011001111
Octal233334317

Shades and tints

Shades of #9BDCCF

#9BDCCF
(155,220,207)
#8DC8BD
(141,200,189)
#7FB4AB
(127,180,171)
#71A099
(113,160,153)
#638C87
(99,140,135)
#557875
(85,120,117)
#476463
(71,100,99)
#395051
(57,80,81)
#2B3C3F
(43,60,63)
#1D282D
(29,40,45)
#0F141B
(15,20,27)
#000000
(0,0,0)

Tints of #9BDCCF

#9BDCCF
(155,220,207)
#A4DFD3
(164,223,211)
#ADE2D7
(173,226,215)
#B6E5DB
(182,229,219)
#BFE8DF
(191,232,223)
#C8EBE3
(200,235,227)
#D1EEE7
(209,238,231)
#DAF1EB
(218,241,235)
#E3F4EF
(227,244,239)
#ECF7F3
(236,247,243)
#F5FAF7
(245,250,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9BDCCF; }

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

This text font color is #9BDCCF.


Background Color

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

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

This div background color is #9BDCCF.


Border color

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

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

This div border color is #9BDCCF.


Opacity

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

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

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

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

This text has shadow with #9BDCCF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9BDCCF on black background.


Color preview on white background

This text has color #9BDCCF on white background.



Black color preview on #9BDCCF background

This text has black color on #9BDCCF background.


White color preview on #9BDCCF background

This text has white color on #9BDCCF background.