COLOR #96AE8F

HEX: #96AE8F RGB: (150,174,143)

Color info

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

RGB color model

#96AE8F color RGB value is (150,174,143).

RGB: (150,174,143) (59%, 68%, 56%)

RGB channels and saturation

R 150 of 255 = 59%
G 174 of 255 = 68%
B 143 of 255 = 56%

150
174
143

R + G + B ~ 61%. #96AE8F is quite light color.

Portions of RGB colors in percentages

R + G + B = 150 + 174 + 143 = 467 (100%)
R 150 of 467 ~ 32.12%
G 174 of 467 ~ 37.26%
B 143 of 467 ~ 30.62'%

%32.12
%37.26
%30.62

CMYK color model

#96AE8F color CMYK value is (14,0,18,32).

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

CMYK: (14,0,18,32)
C14M0Y18K32 (14%, 0%, 18%, 32%)
(0.14 / 0.00 / 0.18 / 0.32)

CMYK percentages

%13.79
%0
%17.82
%31.76

Codes

Color #96AE8F in popluar color models

96 AE 8F
RGB 150 174 143
HSL 106° 16.06% 62.16%
HSB/HSV 106° 17.82% 68.24%
CMYK 13.79% 0.00% 17.82%
31.76%

Color #96AE8F in popluar number systems.

HEX 96 AE 8F
Decimal 150 174 143
Binary 10010110 10101110 10001111
Octal 226 256 217

Shades and tints

Shades of #96AE8F

#96AE8F
(150,174,143)
#899F82
(137,159,130)
#7C9075
(124,144,117)
#6F8168
(111,129,104)
#62725B
(98,114,91)
#55634E
(85,99,78)
#485441
(72,84,65)
#3B4534
(59,69,52)
#2E3627
(46,54,39)
#21271A
(33,39,26)
#14180D
(20,24,13)
#000000
(0,0,0)

Tints of #96AE8F

#96AE8F
(150,174,143)
#9FB599
(159,181,153)
#A8BCA3
(168,188,163)
#B1C3AD
(177,195,173)
#BACAB7
(186,202,183)
#C3D1C1
(195,209,193)
#CCD8CB
(204,216,203)
#D5DFD5
(213,223,213)
#DEE6DF
(222,230,223)
#E7EDE9
(231,237,233)
#F0F4F3
(240,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #96AE8F; }

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

This text font color is #96AE8F.

Background Color

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

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

This div background color is #96AE8F.

Border color

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

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

This div border color is #96AE8F.

Opacity

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

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

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

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

This text has shadow with #96AE8F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #96AE8F.

Preview

Color preview on black background

This text has color #96AE8F on black background.


Color preview on white background

This text has color #96AE8F on white background.


Black color preview on #96AE8F background

This text has black color on #96AE8F background.


White color preview on #96AE8F background

This text has white color on #96AE8F background.


Related colors

Complementary color

Complementary color for #hex is #695170.


I love getcolorcode.com

Triadic colors

1 #8F96AE and #AE8F96 with #96AE8F are triadic colors.

2 #8FAE96 and #AE968F with #96AE8F are triadic colors.