COLOR #9BCBDB

HEX: #9BCBDB RGB: (155,203,219)

Color info

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

RGB color model

#9BCBDB color RGB value is (155,203,219).

RGB: (155,203,219) (61%, 80%, 86%)

RGB channels and saturation

R 155 of 255 = 61%
G 203 of 255 = 80%
B 219 of 255 = 86%

155
203
219

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

Portions of RGB colors in percentages

R + G + B = 155 + 203 + 219 = 577 (100%)
R 155 of 577 ~ 26.86%
G 203 of 577 ~ 35.18%
B 219 of 577 ~ 37.95'%

%26.86
%35.18
%37.95

CMYK color model

#9BCBDB color CMYK value is (29,7,0,14).

  • cyan value is 29.22%
  • magenta value is 7.31%
  • yellow value is 0.00%
  • key color value is 14.12%

CMYK: (29,7,0,14)
C29M7Y0K14 (29%, 7%, 0%, 14%)
(0.29 / 0.07 / 0.00 / 0.14)

CMYK percentages

%29.22
%7.31
%0
%14.12

Codes

Color #9BCBDB in popluar color models

9B CB DB
RGB 155 203 219
HSL 195° 47.06% 73.33%
HSB/HSV 195° 29.22% 85.88%
CMYK 29.22% 7.31% 0.00%
14.12%

Color #9BCBDB in popluar number systems.

HEX 9B CB DB
Decimal 155 203 219
Binary 10011011 11001011 11011011
Octal 233 313 333

Shades and tints

Shades of #9BCBDB

#9BCBDB
(155,203,219)
#8DB9C8
(141,185,200)
#7FA7B5
(127,167,181)
#7195A2
(113,149,162)
#63838F
(99,131,143)
#55717C
(85,113,124)
#475F69
(71,95,105)
#394D56
(57,77,86)
#2B3B43
(43,59,67)
#1D2930
(29,41,48)
#0F171D
(15,23,29)
#000000
(0,0,0)

Tints of #9BCBDB

#9BCBDB
(155,203,219)
#A4CFDE
(164,207,222)
#ADD3E1
(173,211,225)
#B6D7E4
(182,215,228)
#BFDBE7
(191,219,231)
#C8DFEA
(200,223,234)
#D1E3ED
(209,227,237)
#DAE7F0
(218,231,240)
#E3EBF3
(227,235,243)
#ECEFF6
(236,239,246)
#F5F3F9
(245,243,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9BCBDB color. Also use rgb(155,203,219) instead hex code.

Text Font Color

.myTextColor { color: #9BCBDB; }

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

This text font color is #9BCBDB.

Background Color

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

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

This div background color is #9BCBDB.

Border color

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

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

This div border color is #9BCBDB.

Opacity

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

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

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

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

This text has shadow with #9BCBDB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9BCBDB.

Preview

Color preview on black background

This text has color #9BCBDB on black background.


Color preview on white background

This text has color #9BCBDB on white background.


Black color preview on #9BCBDB background

This text has black color on #9BCBDB background.


White color preview on #9BCBDB background

This text has white color on #9BCBDB background.


Related colors

Complementary color

Complementary color for #hex is #643424.


I love getcolorcode.com

Triadic colors

1 #DB9BCB and #CBDB9B with #9BCBDB are triadic colors.

2 #DBCB9B and #CB9BDB with #9BCBDB are triadic colors.