COLOR #9BAEAD

HEX: #9BAEAD
RGB: (155,174,173)

Color info

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

RGB color model

#9BAEAD color RGB value is (155,174,173).

  • red value is 155;
  • green value is 174;
  • blue value is 173.
RGB:
(155,174,173)
(61%,68%,68%)

RGB channels and saturation

R 155 of 255 = 61%
G 174 of 255 = 68%
B 173 of 255 = 68%

155
174
173

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

Portions of RGB colors in percentages

R + G + B =
155 + 174 + 173 = 502 (100%)
R 155 of 502 ~ 30.88%
G 174 of 502 ~ 34.66%
B 173 of 502 ~ 34.46%

%30.88
%34.66
%34.46

CMYK color model

#9BAEAD color CMYK value is (11,0,1,32).

  • cyan value is 10.92%
  • magenta value is 0.00%
  • yellow value is 0.57%
  • key color value is 31.76%
CMYK:
(11,0,1,32)
C11M0Y1K32 
(11%,0%,1%,32%)
(0.11/0.00/0.01/0.32)	

CMYK percentages

%10.92
%0
%0.57
%31.76

Codes

Color #9BAEAD in popluar color models

9BAEAD
RGB155174173
HSL177°10.50%64.51%
HSB/HSV177°10.92%68.24%
CMYK10.92%0.00%0.57%
31.76%

Color #9BAEAD in popluar number systems.

HEX9BAEAD
Decimal155174173
Binary100110111010111010101101
Octal233256255

Shades and tints

Shades of #9BAEAD

#9BAEAD
(155,174,173)
#8D9F9E
(141,159,158)
#7F908F
(127,144,143)
#718180
(113,129,128)
#637271
(99,114,113)
#556362
(85,99,98)
#475453
(71,84,83)
#394544
(57,69,68)
#2B3635
(43,54,53)
#1D2726
(29,39,38)
#0F1817
(15,24,23)
#000000
(0,0,0)

Tints of #9BAEAD

#9BAEAD
(155,174,173)
#A4B5B4
(164,181,180)
#ADBCBB
(173,188,187)
#B6C3C2
(182,195,194)
#BFCAC9
(191,202,201)
#C8D1D0
(200,209,208)
#D1D8D7
(209,216,215)
#DADFDE
(218,223,222)
#E3E6E5
(227,230,229)
#ECEDEC
(236,237,236)
#F5F4F3
(245,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9BAEAD; }

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

This text font color is #9BAEAD.


Background Color

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

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

This div background color is #9BAEAD.


Border color

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

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

This div border color is #9BAEAD.


Opacity

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

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

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

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

This text has shadow with #9BAEAD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9BAEAD on black background.


Color preview on white background

This text has color #9BAEAD on white background.



Black color preview on #9BAEAD background

This text has black color on #9BAEAD background.


White color preview on #9BAEAD background

This text has white color on #9BAEAD background.