COLOR #9BB3AD

HEX: #9BB3AD RGB: (155,179,173)

Color info

#9BB3AD contains red, green and blue colors in about the same proportion. Web safe color of #9BB3AD is #999999 (or #999).

RGB color model

#9BB3AD color RGB value is (155,179,173).

RGB: (155,179,173) (61%, 70%, 68%)

RGB channels and saturation

R 155 of 255 = 61%
G 179 of 255 = 70%
B 173 of 255 = 68%

155
179
173

R + G + B ~ 66%. #9BB3AD is quite light color.

Portions of RGB colors in percentages

R + G + B = 155 + 179 + 173 = 507 (100%)
R 155 of 507 ~ 30.57%
G 179 of 507 ~ 35.31%
B 173 of 507 ~ 34.12'%

%30.57
%35.31
%34.12

CMYK color model

#9BB3AD color CMYK value is (13,0,3,30).

  • cyan value is 13.41%
  • magenta value is 0.00%
  • yellow value is 3.35%
  • key color value is 29.80%

CMYK: (13,0,3,30)
C13M0Y3K30 (13%, 0%, 3%, 30%)
(0.13 / 0.00 / 0.03 / 0.30)

CMYK percentages

%13.41
%0
%3.35
%29.8

Codes

Color #9BB3AD in popluar color models

9B B3 AD
RGB 155 179 173
HSL 165° 13.64% 65.49%
HSB/HSV 165° 13.41% 70.20%
CMYK 13.41% 0.00% 3.35%
29.80%

Color #9BB3AD in popluar number systems.

HEX 9B B3 AD
Decimal 155 179 173
Binary 10011011 10110011 10101101
Octal 233 263 255

Shades and tints

Shades of #9BB3AD

#9BB3AD
(155,179,173)
#8DA39E
(141,163,158)
#7F938F
(127,147,143)
#718380
(113,131,128)
#637371
(99,115,113)
#556362
(85,99,98)
#475353
(71,83,83)
#394344
(57,67,68)
#2B3335
(43,51,53)
#1D2326
(29,35,38)
#0F1317
(15,19,23)
#000000
(0,0,0)

Tints of #9BB3AD

#9BB3AD
(155,179,173)
#A4B9B4
(164,185,180)
#ADBFBB
(173,191,187)
#B6C5C2
(182,197,194)
#BFCBC9
(191,203,201)
#C8D1D0
(200,209,208)
#D1D7D7
(209,215,215)
#DADDDE
(218,221,222)
#E3E3E5
(227,227,229)
#ECE9EC
(236,233,236)
#F5EFF3
(245,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9BB3AD color. Also use rgb(155,179,173) instead hex code.

Text Font Color

.myTextColor { color: #9BB3AD; }

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

This text font color is #9BB3AD.

Background Color

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

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

This div background color is #9BB3AD.

Border color

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

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

This div border color is #9BB3AD.

Opacity

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

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

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

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

This text has shadow with #9BB3AD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9BB3AD.

Preview

Color preview on black background

This text has color #9BB3AD on black background.


Color preview on white background

This text has color #9BB3AD on white background.


Black color preview on #9BB3AD background

This text has black color on #9BB3AD background.


White color preview on #9BB3AD background

This text has white color on #9BB3AD background.


Related colors

Complementary color

Complementary color for #hex is #644C52.


I love getcolorcode.com

Triadic colors

1 #AD9BB3 and #B3AD9B with #9BB3AD are triadic colors.

2 #ADB39B and #B39BAD with #9BB3AD are triadic colors.