COLOR #9BB0CE

HEX: #9BB0CE RGB: (155,176,206)

Color info

#9BB0CE contains red, green and blue colors in about the same proportion. Web safe color of #9BB0CE is #9999CC (or #99C).

RGB color model

#9BB0CE color RGB value is (155,176,206).

RGB: (155,176,206) (61%, 69%, 81%)

RGB channels and saturation

R 155 of 255 = 61%
G 176 of 255 = 69%
B 206 of 255 = 81%

155
176
206

R + G + B ~ 70%. #9BB0CE is quite light color.

Portions of RGB colors in percentages

R + G + B = 155 + 176 + 206 = 537 (100%)
R 155 of 537 ~ 28.86%
G 176 of 537 ~ 32.77%
B 206 of 537 ~ 38.36'%

%28.86
%32.77
%38.36

CMYK color model

#9BB0CE color CMYK value is (25,15,0,19).

  • cyan value is 24.76%
  • magenta value is 14.56%
  • yellow value is 0.00%
  • key color value is 19.22%

CMYK: (25,15,0,19)
C25M15Y0K19 (25%, 15%, 0%, 19%)
(0.25 / 0.15 / 0.00 / 0.19)

CMYK percentages

%24.76
%14.56
%0
%19.22

Codes

Color #9BB0CE in popluar color models

9B B0 CE
RGB 155 176 206
HSL 215° 34.23% 70.78%
HSB/HSV 215° 24.76% 80.78%
CMYK 24.76% 14.56% 0.00%
19.22%

Color #9BB0CE in popluar number systems.

HEX 9B B0 CE
Decimal 155 176 206
Binary 10011011 10110000 11001110
Octal 233 260 316

Shades and tints

Shades of #9BB0CE

#9BB0CE
(155,176,206)
#8DA0BC
(141,160,188)
#7F90AA
(127,144,170)
#718098
(113,128,152)
#637086
(99,112,134)
#556074
(85,96,116)
#475062
(71,80,98)
#394050
(57,64,80)
#2B303E
(43,48,62)
#1D202C
(29,32,44)
#0F101A
(15,16,26)
#000000
(0,0,0)

Tints of #9BB0CE

#9BB0CE
(155,176,206)
#A4B7D2
(164,183,210)
#ADBED6
(173,190,214)
#B6C5DA
(182,197,218)
#BFCCDE
(191,204,222)
#C8D3E2
(200,211,226)
#D1DAE6
(209,218,230)
#DAE1EA
(218,225,234)
#E3E8EE
(227,232,238)
#ECEFF2
(236,239,242)
#F5F6F6
(245,246,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9BB0CE color. Also use rgb(155,176,206) instead hex code.

Text Font Color

.myTextColor { color: #9BB0CE; }

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

This text font color is #9BB0CE.

Background Color

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

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

This div background color is #9BB0CE.

Border color

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

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

This div border color is #9BB0CE.

Opacity

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

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

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

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

This text has shadow with #9BB0CE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9BB0CE.

Preview

Color preview on black background

This text has color #9BB0CE on black background.


Color preview on white background

This text has color #9BB0CE on white background.


Black color preview on #9BB0CE background

This text has black color on #9BB0CE background.


White color preview on #9BB0CE background

This text has white color on #9BB0CE background.


Related colors

Complementary color

Complementary color for #hex is #644F31.


I love getcolorcode.com

Triadic colors

1 #CE9BB0 and #B0CE9B with #9BB0CE are triadic colors.

2 #CEB09B and #B09BCE with #9BB0CE are triadic colors.