COLOR #96AEAC

HEX: #96AEAC RGB: (150,174,172)

Color info

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

RGB color model

#96AEAC color RGB value is (150,174,172).

RGB: (150,174,172) (59%, 68%, 67%)

RGB channels and saturation

R 150 of 255 = 59%
G 174 of 255 = 68%
B 172 of 255 = 67%

150
174
172

R + G + B ~ 65%. #96AEAC is quite light color.

Portions of RGB colors in percentages

R + G + B = 150 + 174 + 172 = 496 (100%)
R 150 of 496 ~ 30.24%
G 174 of 496 ~ 35.08%
B 172 of 496 ~ 34.68'%

%30.24
%35.08
%34.68

CMYK color model

#96AEAC color CMYK value is (14,0,1,32).

  • cyan value is 13.79%
  • magenta value is 0.00%
  • yellow value is 1.15%
  • key color value is 31.76%

CMYK: (14,0,1,32)
C14M0Y1K32 (14%, 0%, 1%, 32%)
(0.14 / 0.00 / 0.01 / 0.32)

CMYK percentages

%13.79
%0
%1.15
%31.76

Codes

Color #96AEAC in popluar color models

96 AE AC
RGB 150 174 172
HSL 175° 12.90% 63.53%
HSB/HSV 175° 13.79% 68.24%
CMYK 13.79% 0.00% 1.15%
31.76%

Color #96AEAC in popluar number systems.

HEX 96 AE AC
Decimal 150 174 172
Binary 10010110 10101110 10101100
Octal 226 256 254

Shades and tints

Shades of #96AEAC

#96AEAC
(150,174,172)
#899F9D
(137,159,157)
#7C908E
(124,144,142)
#6F817F
(111,129,127)
#627270
(98,114,112)
#556361
(85,99,97)
#485452
(72,84,82)
#3B4543
(59,69,67)
#2E3634
(46,54,52)
#212725
(33,39,37)
#141816
(20,24,22)
#000000
(0,0,0)

Tints of #96AEAC

#96AEAC
(150,174,172)
#9FB5B3
(159,181,179)
#A8BCBA
(168,188,186)
#B1C3C1
(177,195,193)
#BACAC8
(186,202,200)
#C3D1CF
(195,209,207)
#CCD8D6
(204,216,214)
#D5DFDD
(213,223,221)
#DEE6E4
(222,230,228)
#E7EDEB
(231,237,235)
#F0F4F2
(240,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #96AEAC; }

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

This text font color is #96AEAC.

Background Color

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

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

This div background color is #96AEAC.

Border color

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

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

This div border color is #96AEAC.

Opacity

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

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

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

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

This text has shadow with #96AEAC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #96AEAC.

Preview

Color preview on black background

This text has color #96AEAC on black background.


Color preview on white background

This text has color #96AEAC on white background.


Black color preview on #96AEAC background

This text has black color on #96AEAC background.


White color preview on #96AEAC background

This text has white color on #96AEAC background.


Related colors

Complementary color

Complementary color for #hex is #695153.


I love getcolorcode.com

Triadic colors

1 #AC96AE and #AEAC96 with #96AEAC are triadic colors.

2 #ACAE96 and #AE96AC with #96AEAC are triadic colors.