COLOR #96B7AA

HEX: #96B7AA RGB: (150,183,170)

Color info

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

RGB color model

#96B7AA color RGB value is (150,183,170).

RGB: (150,183,170) (59%, 72%, 67%)

RGB channels and saturation

R 150 of 255 = 59%
G 183 of 255 = 72%
B 170 of 255 = 67%

150
183
170

R + G + B ~ 66%. #96B7AA is quite light color.

Portions of RGB colors in percentages

R + G + B = 150 + 183 + 170 = 503 (100%)
R 150 of 503 ~ 29.82%
G 183 of 503 ~ 36.38%
B 170 of 503 ~ 33.8'%

%29.82
%36.38
%33.8

CMYK color model

#96B7AA color CMYK value is (18,0,7,28).

  • cyan value is 18.03%
  • magenta value is 0.00%
  • yellow value is 7.10%
  • key color value is 28.24%

CMYK: (18,0,7,28)
C18M0Y7K28 (18%, 0%, 7%, 28%)
(0.18 / 0.00 / 0.07 / 0.28)

CMYK percentages

%18.03
%0
%7.1
%28.24

Codes

Color #96B7AA in popluar color models

96 B7 AA
RGB 150 183 170
HSL 156° 18.64% 65.29%
HSB/HSV 156° 18.03% 71.76%
CMYK 18.03% 0.00% 7.10%
28.24%

Color #96B7AA in popluar number systems.

HEX 96 B7 AA
Decimal 150 183 170
Binary 10010110 10110111 10101010
Octal 226 267 252

Shades and tints

Shades of #96B7AA

#96B7AA
(150,183,170)
#89A79B
(137,167,155)
#7C978C
(124,151,140)
#6F877D
(111,135,125)
#62776E
(98,119,110)
#55675F
(85,103,95)
#485750
(72,87,80)
#3B4741
(59,71,65)
#2E3732
(46,55,50)
#212723
(33,39,35)
#141714
(20,23,20)
#000000
(0,0,0)

Tints of #96B7AA

#96B7AA
(150,183,170)
#9FBDB1
(159,189,177)
#A8C3B8
(168,195,184)
#B1C9BF
(177,201,191)
#BACFC6
(186,207,198)
#C3D5CD
(195,213,205)
#CCDBD4
(204,219,212)
#D5E1DB
(213,225,219)
#DEE7E2
(222,231,226)
#E7EDE9
(231,237,233)
#F0F3F0
(240,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #96B7AA color. Also use rgb(150,183,170) instead hex code.

Text Font Color

.myTextColor { color: #96B7AA; }

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

This text font color is #96B7AA.

Background Color

.myBgColor { background-color: #96B7AA; }

<div style="background-color:#96B7AA">Inner text</div>

This div background color is #96B7AA.

Border color

.myBorderColor { border: 1px solid #96B7AA; }

<div style="border:3px solid #96B7AA">Div</div>

This div border color is #96B7AA.

Opacity

.myOpacity80 { color: #96B7AA; opacity: 0.8; }

<p style="color:#96B7AA;opacity:0.8;">80%</p>

Text with #96B7AA 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 #96B7AA;}

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

This text has shadow with #96B7AA color.


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

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

This text has shadow with #96B7AA primary color and red secondary color.


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

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

This text has shadow with #96B7AA and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #96B7AA.

Preview

Color preview on black background

This text has color #96B7AA on black background.


Color preview on white background

This text has color #96B7AA on white background.


Black color preview on #96B7AA background

This text has black color on #96B7AA background.


White color preview on #96B7AA background

This text has white color on #96B7AA background.


Related colors

Complementary color

Complementary color for #hex is #694855.


I love getcolorcode.com

Triadic colors

1 #AA96B7 and #B7AA96 with #96B7AA are triadic colors.

2 #AAB796 and #B796AA with #96B7AA are triadic colors.