COLOR #9BB6BE

HEX: #9BB6BE RGB: (155,182,190)

Color info

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

RGB color model

#9BB6BE color RGB value is (155,182,190).

RGB: (155,182,190) (61%, 71%, 75%)

RGB channels and saturation

R 155 of 255 = 61%
G 182 of 255 = 71%
B 190 of 255 = 75%

155
182
190

R + G + B ~ 69%. #9BB6BE is quite light color.

Portions of RGB colors in percentages

R + G + B = 155 + 182 + 190 = 527 (100%)
R 155 of 527 ~ 29.41%
G 182 of 527 ~ 34.54%
B 190 of 527 ~ 36.05'%

%29.41
%34.54
%36.05

CMYK color model

#9BB6BE color CMYK value is (18,4,0,25).

  • cyan value is 18.42%
  • magenta value is 4.21%
  • yellow value is 0.00%
  • key color value is 25.49%

CMYK: (18,4,0,25)
C18M4Y0K25 (18%, 4%, 0%, 25%)
(0.18 / 0.04 / 0.00 / 0.25)

CMYK percentages

%18.42
%4.21
%0
%25.49

Codes

Color #9BB6BE in popluar color models

9B B6 BE
RGB 155 182 190
HSL 194° 21.21% 67.65%
HSB/HSV 194° 18.42% 74.51%
CMYK 18.42% 4.21% 0.00%
25.49%

Color #9BB6BE in popluar number systems.

HEX 9B B6 BE
Decimal 155 182 190
Binary 10011011 10110110 10111110
Octal 233 266 276

Shades and tints

Shades of #9BB6BE

#9BB6BE
(155,182,190)
#8DA6AD
(141,166,173)
#7F969C
(127,150,156)
#71868B
(113,134,139)
#63767A
(99,118,122)
#556669
(85,102,105)
#475658
(71,86,88)
#394647
(57,70,71)
#2B3636
(43,54,54)
#1D2625
(29,38,37)
#0F1614
(15,22,20)
#000000
(0,0,0)

Tints of #9BB6BE

#9BB6BE
(155,182,190)
#A4BCC3
(164,188,195)
#ADC2C8
(173,194,200)
#B6C8CD
(182,200,205)
#BFCED2
(191,206,210)
#C8D4D7
(200,212,215)
#D1DADC
(209,218,220)
#DAE0E1
(218,224,225)
#E3E6E6
(227,230,230)
#ECECEB
(236,236,235)
#F5F2F0
(245,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9BB6BE; }

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

This text font color is #9BB6BE.

Background Color

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

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

This div background color is #9BB6BE.

Border color

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

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

This div border color is #9BB6BE.

Opacity

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

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

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

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

This text has shadow with #9BB6BE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9BB6BE.

Preview

Color preview on black background

This text has color #9BB6BE on black background.


Color preview on white background

This text has color #9BB6BE on white background.


Black color preview on #9BB6BE background

This text has black color on #9BB6BE background.


White color preview on #9BB6BE background

This text has white color on #9BB6BE background.


Related colors

Complementary color

Complementary color for #hex is #644941.


I love getcolorcode.com

Triadic colors

1 #BE9BB6 and #B6BE9B with #9BB6BE are triadic colors.

2 #BEB69B and #B69BBE with #9BB6BE are triadic colors.