COLOR #9BB6CC

HEX: #9BB6CC RGB: (155,182,204)

Color info

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

RGB color model

#9BB6CC color RGB value is (155,182,204).

RGB: (155,182,204) (61%, 71%, 80%)

RGB channels and saturation

R 155 of 255 = 61%
G 182 of 255 = 71%
B 204 of 255 = 80%

155
182
204

R + G + B ~ 71%. #9BB6CC is quite light color.

Portions of RGB colors in percentages

R + G + B = 155 + 182 + 204 = 541 (100%)
R 155 of 541 ~ 28.65%
G 182 of 541 ~ 33.64%
B 204 of 541 ~ 37.71'%

%28.65
%33.64
%37.71

CMYK color model

#9BB6CC color CMYK value is (24,11,0,20).

  • cyan value is 24.02%
  • magenta value is 10.78%
  • yellow value is 0.00%
  • key color value is 20.00%

CMYK: (24,11,0,20)
C24M11Y0K20 (24%, 11%, 0%, 20%)
(0.24 / 0.11 / 0.00 / 0.20)

CMYK percentages

%24.02
%10.78
%0
%20

Codes

Color #9BB6CC in popluar color models

9B B6 CC
RGB 155 182 204
HSL 207° 32.45% 70.39%
HSB/HSV 207° 24.02% 80.00%
CMYK 24.02% 10.78% 0.00%
20.00%

Color #9BB6CC in popluar number systems.

HEX 9B B6 CC
Decimal 155 182 204
Binary 10011011 10110110 11001100
Octal 233 266 314

Shades and tints

Shades of #9BB6CC

#9BB6CC
(155,182,204)
#8DA6BA
(141,166,186)
#7F96A8
(127,150,168)
#718696
(113,134,150)
#637684
(99,118,132)
#556672
(85,102,114)
#475660
(71,86,96)
#39464E
(57,70,78)
#2B363C
(43,54,60)
#1D262A
(29,38,42)
#0F1618
(15,22,24)
#000000
(0,0,0)

Tints of #9BB6CC

#9BB6CC
(155,182,204)
#A4BCD0
(164,188,208)
#ADC2D4
(173,194,212)
#B6C8D8
(182,200,216)
#BFCEDC
(191,206,220)
#C8D4E0
(200,212,224)
#D1DAE4
(209,218,228)
#DAE0E8
(218,224,232)
#E3E6EC
(227,230,236)
#ECECF0
(236,236,240)
#F5F2F4
(245,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9BB6CC; }

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

This text font color is #9BB6CC.

Background Color

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

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

This div background color is #9BB6CC.

Border color

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

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

This div border color is #9BB6CC.

Opacity

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

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

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

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

This text has shadow with #9BB6CC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9BB6CC.

Preview

Color preview on black background

This text has color #9BB6CC on black background.


Color preview on white background

This text has color #9BB6CC on white background.


Black color preview on #9BB6CC background

This text has black color on #9BB6CC background.


White color preview on #9BB6CC background

This text has white color on #9BB6CC background.


Related colors

Complementary color

Complementary color for #hex is #644933.


I love getcolorcode.com

Triadic colors

1 #CC9BB6 and #B6CC9B with #9BB6CC are triadic colors.

2 #CCB69B and #B69BCC with #9BB6CC are triadic colors.