COLOR #9BABBE

HEX: #9BABBE RGB: (155,171,190)

Color info

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

RGB color model

#9BABBE color RGB value is (155,171,190).

RGB: (155,171,190) (61%, 67%, 75%)

RGB channels and saturation

R 155 of 255 = 61%
G 171 of 255 = 67%
B 190 of 255 = 75%

155
171
190

R + G + B ~ 68%. #9BABBE is quite light color.

Portions of RGB colors in percentages

R + G + B = 155 + 171 + 190 = 516 (100%)
R 155 of 516 ~ 30.04%
G 171 of 516 ~ 33.14%
B 190 of 516 ~ 36.82'%

%30.04
%33.14
%36.82

CMYK color model

#9BABBE color CMYK value is (18,10,0,25).

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

CMYK: (18,10,0,25)
C18M10Y0K25 (18%, 10%, 0%, 25%)
(0.18 / 0.10 / 0.00 / 0.25)

CMYK percentages

%18.42
%10
%0
%25.49

Codes

Color #9BABBE in popluar color models

9B AB BE
RGB 155 171 190
HSL 213° 21.21% 67.65%
HSB/HSV 213° 18.42% 74.51%
CMYK 18.42% 10.00% 0.00%
25.49%

Color #9BABBE in popluar number systems.

HEX 9B AB BE
Decimal 155 171 190
Binary 10011011 10101011 10111110
Octal 233 253 276

Shades and tints

Shades of #9BABBE

#9BABBE
(155,171,190)
#8D9CAD
(141,156,173)
#7F8D9C
(127,141,156)
#717E8B
(113,126,139)
#636F7A
(99,111,122)
#556069
(85,96,105)
#475158
(71,81,88)
#394247
(57,66,71)
#2B3336
(43,51,54)
#1D2425
(29,36,37)
#0F1514
(15,21,20)
#000000
(0,0,0)

Tints of #9BABBE

#9BABBE
(155,171,190)
#A4B2C3
(164,178,195)
#ADB9C8
(173,185,200)
#B6C0CD
(182,192,205)
#BFC7D2
(191,199,210)
#C8CED7
(200,206,215)
#D1D5DC
(209,213,220)
#DADCE1
(218,220,225)
#E3E3E6
(227,227,230)
#ECEAEB
(236,234,235)
#F5F1F0
(245,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9BABBE; }

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

This text font color is #9BABBE.

Background Color

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

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

This div background color is #9BABBE.

Border color

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

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

This div border color is #9BABBE.

Opacity

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

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

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

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

This text has shadow with #9BABBE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9BABBE.

Preview

Color preview on black background

This text has color #9BABBE on black background.


Color preview on white background

This text has color #9BABBE on white background.


Black color preview on #9BABBE background

This text has black color on #9BABBE background.


White color preview on #9BABBE background

This text has white color on #9BABBE background.


Related colors

Complementary color

Complementary color for #hex is #645441.


I love getcolorcode.com

Triadic colors

1 #BE9BAB and #ABBE9B with #9BABBE are triadic colors.

2 #BEAB9B and #AB9BBE with #9BABBE are triadic colors.