COLOR #9BAEAA

HEX: #9BAEAA RGB: (155,174,170)

Color info

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

RGB color model

#9BAEAA color RGB value is (155,174,170).

RGB: (155,174,170) (61%, 68%, 67%)

RGB channels and saturation

R 155 of 255 = 61%
G 174 of 255 = 68%
B 170 of 255 = 67%

155
174
170

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

Portions of RGB colors in percentages

R + G + B = 155 + 174 + 170 = 499 (100%)
R 155 of 499 ~ 31.06%
G 174 of 499 ~ 34.87%
B 170 of 499 ~ 34.07'%

%31.06
%34.87
%34.07

CMYK color model

#9BAEAA color CMYK value is (11,0,2,32).

  • cyan value is 10.92%
  • magenta value is 0.00%
  • yellow value is 2.30%
  • key color value is 31.76%

CMYK: (11,0,2,32)
C11M0Y2K32 (11%, 0%, 2%, 32%)
(0.11 / 0.00 / 0.02 / 0.32)

CMYK percentages

%10.92
%0
%2.3
%31.76

Codes

Color #9BAEAA in popluar color models

9B AE AA
RGB 155 174 170
HSL 167° 10.50% 64.51%
HSB/HSV 167° 10.92% 68.24%
CMYK 10.92% 0.00% 2.30%
31.76%

Color #9BAEAA in popluar number systems.

HEX 9B AE AA
Decimal 155 174 170
Binary 10011011 10101110 10101010
Octal 233 256 252

Shades and tints

Shades of #9BAEAA

#9BAEAA
(155,174,170)
#8D9F9B
(141,159,155)
#7F908C
(127,144,140)
#71817D
(113,129,125)
#63726E
(99,114,110)
#55635F
(85,99,95)
#475450
(71,84,80)
#394541
(57,69,65)
#2B3632
(43,54,50)
#1D2723
(29,39,35)
#0F1814
(15,24,20)
#000000
(0,0,0)

Tints of #9BAEAA

#9BAEAA
(155,174,170)
#A4B5B1
(164,181,177)
#ADBCB8
(173,188,184)
#B6C3BF
(182,195,191)
#BFCAC6
(191,202,198)
#C8D1CD
(200,209,205)
#D1D8D4
(209,216,212)
#DADFDB
(218,223,219)
#E3E6E2
(227,230,226)
#ECEDE9
(236,237,233)
#F5F4F0
(245,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9BAEAA; }

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

This text font color is #9BAEAA.

Background Color

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

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

This div background color is #9BAEAA.

Border color

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

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

This div border color is #9BAEAA.

Opacity

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

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

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

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

This text has shadow with #9BAEAA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9BAEAA.

Preview

Color preview on black background

This text has color #9BAEAA on black background.


Color preview on white background

This text has color #9BAEAA on white background.


Black color preview on #9BAEAA background

This text has black color on #9BAEAA background.


White color preview on #9BAEAA background

This text has white color on #9BAEAA background.


Related colors

Complementary color

Complementary color for #hex is #645155.


I love getcolorcode.com

Triadic colors

1 #AA9BAE and #AEAA9B with #9BAEAA are triadic colors.

2 #AAAE9B and #AE9BAA with #9BAEAA are triadic colors.