COLOR #96AEAF

HEX: #96AEAF RGB: (150,174,175)

Color info

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

RGB color model

#96AEAF color RGB value is (150,174,175).

RGB: (150,174,175) (59%, 68%, 69%)

RGB channels and saturation

R 150 of 255 = 59%
G 174 of 255 = 68%
B 175 of 255 = 69%

150
174
175

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

Portions of RGB colors in percentages

R + G + B = 150 + 174 + 175 = 499 (100%)
R 150 of 499 ~ 30.06%
G 174 of 499 ~ 34.87%
B 175 of 499 ~ 35.07'%

%30.06
%34.87
%35.07

CMYK color model

#96AEAF color CMYK value is (14,1,0,31).

  • cyan value is 14.29%
  • magenta value is 0.57%
  • yellow value is 0.00%
  • key color value is 31.37%
CMYK: (14,1,0,31) C14M1Y0K31 (14%,1%,0%,31%) (0.14/0.01/0.00/0.31) 

CMYK percentages

%14.29
%0.57
%0
%31.37

Codes

Color #96AEAF in popluar color models

96 AE AF
RGB 150 174 175
HSL 182° 13.51% 63.73%
HSB/HSV 182° 14.29% 68.63%
CMYK 14.29% 0.57% 0.00%
31.37%

Color #96AEAF in popluar number systems.

HEX 96 AE AF
Decimal 150 174 175
Binary 10010110 10101110 10101111
Octal 226 256 257

Shades and tints

Shades of #96AEAF

#96AEAF
(150,174,175)
#899FA0
(137,159,160)
#7C9091
(124,144,145)
#6F8182
(111,129,130)
#627273
(98,114,115)
#556364
(85,99,100)
#485455
(72,84,85)
#3B4546
(59,69,70)
#2E3637
(46,54,55)
#212728
(33,39,40)
#141819
(20,24,25)
#000000
(0,0,0)

Tints of #96AEAF

#96AEAF
(150,174,175)
#9FB5B6
(159,181,182)
#A8BCBD
(168,188,189)
#B1C3C4
(177,195,196)
#BACACB
(186,202,203)
#C3D1D2
(195,209,210)
#CCD8D9
(204,216,217)
#D5DFE0
(213,223,224)
#DEE6E7
(222,230,231)
#E7EDEE
(231,237,238)
#F0F4F5
(240,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #96AEAF; }

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

This text font color is #96AEAF.

Background Color

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

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

This div background color is #96AEAF.

Border color

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

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

This div border color is #96AEAF.

Opacity

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

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

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

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

This text has shadow with #96AEAF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #96AEAF.

Preview

Color preview on black background

This text has color #96AEAF on black background.


Color preview on white background

This text has color #96AEAF on white background.


Black color preview on #96AEAF background

This text has black color on #96AEAF background.


White color preview on #96AEAF background

This text has white color on #96AEAF background.


Related colors

Complementary color

Complementary color for #hex is #695150.


I love getcolorcode.com

Triadic colors

1 #AF96AE and #AEAF96 with #96AEAF are triadic colors.

2 #AFAE96 and #AE96AF with #96AEAF are triadic colors.