COLOR #9BA5AF

HEX: #9BA5AF RGB: (155,165,175)

Color info

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

RGB color model

#9BA5AF color RGB value is (155,165,175).

RGB: (155,165,175) (61%, 65%, 69%)

RGB channels and saturation

R 155 of 255 = 61%
G 165 of 255 = 65%
B 175 of 255 = 69%

155
165
175

R + G + B ~ 65%. #9BA5AF is quite light color.

Portions of RGB colors in percentages

R + G + B = 155 + 165 + 175 = 495 (100%)
R 155 of 495 ~ 31.31%
G 165 of 495 ~ 33.33%
B 175 of 495 ~ 35.35'%

%31.31
%33.33
%35.35

CMYK color model

#9BA5AF color CMYK value is (11,6,0,31).

  • cyan value is 11.43%
  • magenta value is 5.71%
  • yellow value is 0.00%
  • key color value is 31.37%

CMYK: (11,6,0,31)
C11M6Y0K31 (11%, 6%, 0%, 31%)
(0.11 / 0.06 / 0.00 / 0.31)

CMYK percentages

%11.43
%5.71
%0
%31.37

Codes

Color #9BA5AF in popluar color models

9B A5 AF
RGB 155 165 175
HSL 210° 11.11% 64.71%
HSB/HSV 210° 11.43% 68.63%
CMYK 11.43% 5.71% 0.00%
31.37%

Color #9BA5AF in popluar number systems.

HEX 9B A5 AF
Decimal 155 165 175
Binary 10011011 10100101 10101111
Octal 233 245 257

Shades and tints

Shades of #9BA5AF

#9BA5AF
(155,165,175)
#8D96A0
(141,150,160)
#7F8791
(127,135,145)
#717882
(113,120,130)
#636973
(99,105,115)
#555A64
(85,90,100)
#474B55
(71,75,85)
#393C46
(57,60,70)
#2B2D37
(43,45,55)
#1D1E28
(29,30,40)
#0F0F19
(15,15,25)
#000000
(0,0,0)

Tints of #9BA5AF

#9BA5AF
(155,165,175)
#A4ADB6
(164,173,182)
#ADB5BD
(173,181,189)
#B6BDC4
(182,189,196)
#BFC5CB
(191,197,203)
#C8CDD2
(200,205,210)
#D1D5D9
(209,213,217)
#DADDE0
(218,221,224)
#E3E5E7
(227,229,231)
#ECEDEE
(236,237,238)
#F5F5F5
(245,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9BA5AF color. Also use rgb(155,165,175) instead hex code.

Text Font Color

.myTextColor { color: #9BA5AF; }

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

This text font color is #9BA5AF.

Background Color

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

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

This div background color is #9BA5AF.

Border color

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

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

This div border color is #9BA5AF.

Opacity

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

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

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

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

This text has shadow with #9BA5AF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9BA5AF.

Preview

Color preview on black background

This text has color #9BA5AF on black background.


Color preview on white background

This text has color #9BA5AF on white background.


Black color preview on #9BA5AF background

This text has black color on #9BA5AF background.


White color preview on #9BA5AF background

This text has white color on #9BA5AF background.


Related colors

Complementary color

Complementary color for #hex is #645A50.


I love getcolorcode.com

Triadic colors

1 #AF9BA5 and #A5AF9B with #9BA5AF are triadic colors.

2 #AFA59B and #A59BAF with #9BA5AF are triadic colors.