COLOR #9BB5AF

HEX: #9BB5AF
RGB: (155,181,175)

Color info

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

RGB color model

#9BB5AF color RGB value is (155,181,175).

  • red value is 155;
  • green value is 181;
  • blue value is 175.
RGB:
(155,181,175)
(61%,71%,69%)

RGB channels and saturation

R 155 of 255 = 61%
G 181 of 255 = 71%
B 175 of 255 = 69%

155
181
175

R + G + B ~ 67%. #9BB5AF is quite light color.

Portions of RGB colors in percentages

R + G + B =
155 + 181 + 175 = 511 (100%)
R 155 of 511 ~ 30.33%
G 181 of 511 ~ 35.42%
B 175 of 511 ~ 34.25%

%30.33
%35.42
%34.25

CMYK color model

#9BB5AF color CMYK value is (14,0,3,29).

  • cyan value is 14.36%
  • magenta value is 0.00%
  • yellow value is 3.31%
  • key color value is 29.02%
CMYK:
(14,0,3,29)
C14M0Y3K29 
(14%,0%,3%,29%)
(0.14/0.00/0.03/0.29)	

CMYK percentages

%14.36
%0
%3.31
%29.02

Codes

Color #9BB5AF in popluar color models

9BB5AF
RGB155181175
HSL166°14.94%65.88%
HSB/HSV166°14.36%70.98%
CMYK14.36%0.00%3.31%
29.02%

Color #9BB5AF in popluar number systems.

HEX9BB5AF
Decimal155181175
Binary100110111011010110101111
Octal233265257

Shades and tints

Shades of #9BB5AF

#9BB5AF
(155,181,175)
#8DA5A0
(141,165,160)
#7F9591
(127,149,145)
#718582
(113,133,130)
#637573
(99,117,115)
#556564
(85,101,100)
#475555
(71,85,85)
#394546
(57,69,70)
#2B3537
(43,53,55)
#1D2528
(29,37,40)
#0F1519
(15,21,25)
#000000
(0,0,0)

Tints of #9BB5AF

#9BB5AF
(155,181,175)
#A4BBB6
(164,187,182)
#ADC1BD
(173,193,189)
#B6C7C4
(182,199,196)
#BFCDCB
(191,205,203)
#C8D3D2
(200,211,210)
#D1D9D9
(209,217,217)
#DADFE0
(218,223,224)
#E3E5E7
(227,229,231)
#ECEBEE
(236,235,238)
#F5F1F5
(245,241,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9BB5AF; }

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

This text font color is #9BB5AF.


Background Color

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

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

This div background color is #9BB5AF.


Border color

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

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

This div border color is #9BB5AF.


Opacity

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

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

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

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

This text has shadow with #9BB5AF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9BB5AF on black background.


Color preview on white background

This text has color #9BB5AF on white background.



Black color preview on #9BB5AF background

This text has black color on #9BB5AF background.


White color preview on #9BB5AF background

This text has white color on #9BB5AF background.