COLOR #96B5AC

HEX: #96B5AC RGB: (150,181,172)

Color info

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

RGB color model

#96B5AC color RGB value is (150,181,172).

RGB: (150,181,172) (59%, 71%, 67%)

RGB channels and saturation

R 150 of 255 = 59%
G 181 of 255 = 71%
B 172 of 255 = 67%

150
181
172

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

Portions of RGB colors in percentages

R + G + B = 150 + 181 + 172 = 503 (100%)
R 150 of 503 ~ 29.82%
G 181 of 503 ~ 35.98%
B 172 of 503 ~ 34.19'%

%29.82
%35.98
%34.19

CMYK color model

#96B5AC color CMYK value is (17,0,5,29).

  • cyan value is 17.13%
  • magenta value is 0.00%
  • yellow value is 4.97%
  • key color value is 29.02%

CMYK: (17,0,5,29)
C17M0Y5K29 (17%, 0%, 5%, 29%)
(0.17 / 0.00 / 0.05 / 0.29)

CMYK percentages

%17.13
%0
%4.97
%29.02

Codes

Color #96B5AC in popluar color models

96 B5 AC
RGB 150 181 172
HSL 163° 17.32% 64.90%
HSB/HSV 163° 17.13% 70.98%
CMYK 17.13% 0.00% 4.97%
29.02%

Color #96B5AC in popluar number systems.

HEX 96 B5 AC
Decimal 150 181 172
Binary 10010110 10110101 10101100
Octal 226 265 254

Shades and tints

Shades of #96B5AC

#96B5AC
(150,181,172)
#89A59D
(137,165,157)
#7C958E
(124,149,142)
#6F857F
(111,133,127)
#627570
(98,117,112)
#556561
(85,101,97)
#485552
(72,85,82)
#3B4543
(59,69,67)
#2E3534
(46,53,52)
#212525
(33,37,37)
#141516
(20,21,22)
#000000
(0,0,0)

Tints of #96B5AC

#96B5AC
(150,181,172)
#9FBBB3
(159,187,179)
#A8C1BA
(168,193,186)
#B1C7C1
(177,199,193)
#BACDC8
(186,205,200)
#C3D3CF
(195,211,207)
#CCD9D6
(204,217,214)
#D5DFDD
(213,223,221)
#DEE5E4
(222,229,228)
#E7EBEB
(231,235,235)
#F0F1F2
(240,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #96B5AC color. Also use rgb(150,181,172) instead hex code.

Text Font Color

.myTextColor { color: #96B5AC; }

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

This text font color is #96B5AC.

Background Color

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

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

This div background color is #96B5AC.

Border color

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

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

This div border color is #96B5AC.

Opacity

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

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

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

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

This text has shadow with #96B5AC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #96B5AC.

Preview

Color preview on black background

This text has color #96B5AC on black background.


Color preview on white background

This text has color #96B5AC on white background.


Black color preview on #96B5AC background

This text has black color on #96B5AC background.


White color preview on #96B5AC background

This text has white color on #96B5AC background.


Related colors

Complementary color

Complementary color for #hex is #694A53.


I love getcolorcode.com

Triadic colors

1 #AC96B5 and #B5AC96 with #96B5AC are triadic colors.

2 #ACB596 and #B596AC with #96B5AC are triadic colors.