COLOR #96AF9C

HEX: #96AF9C RGB: (150,175,156)

Color info

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

RGB color model

#96AF9C color RGB value is (150,175,156).

RGB: (150,175,156) (59%, 69%, 61%)

RGB channels and saturation

R 150 of 255 = 59%
G 175 of 255 = 69%
B 156 of 255 = 61%

150
175
156

R + G + B ~ 63%. #96AF9C is quite light color.

Portions of RGB colors in percentages

R + G + B = 150 + 175 + 156 = 481 (100%)
R 150 of 481 ~ 31.19%
G 175 of 481 ~ 36.38%
B 156 of 481 ~ 32.43'%

%31.19
%36.38
%32.43

CMYK color model

#96AF9C color CMYK value is (14,0,11,31).

  • cyan value is 14.29%
  • magenta value is 0.00%
  • yellow value is 10.86%
  • key color value is 31.37%

CMYK: (14,0,11,31)
C14M0Y11K31 (14%, 0%, 11%, 31%)
(0.14 / 0.00 / 0.11 / 0.31)

CMYK percentages

%14.29
%0
%10.86
%31.37

Codes

Color #96AF9C in popluar color models

96 AF 9C
RGB 150 175 156
HSL 134° 13.51% 63.73%
HSB/HSV 134° 14.29% 68.63%
CMYK 14.29% 0.00% 10.86%
31.37%

Color #96AF9C in popluar number systems.

HEX 96 AF 9C
Decimal 150 175 156
Binary 10010110 10101111 10011100
Octal 226 257 234

Shades and tints

Shades of #96AF9C

#96AF9C
(150,175,156)
#89A08E
(137,160,142)
#7C9180
(124,145,128)
#6F8272
(111,130,114)
#627364
(98,115,100)
#556456
(85,100,86)
#485548
(72,85,72)
#3B463A
(59,70,58)
#2E372C
(46,55,44)
#21281E
(33,40,30)
#141910
(20,25,16)
#000000
(0,0,0)

Tints of #96AF9C

#96AF9C
(150,175,156)
#9FB6A5
(159,182,165)
#A8BDAE
(168,189,174)
#B1C4B7
(177,196,183)
#BACBC0
(186,203,192)
#C3D2C9
(195,210,201)
#CCD9D2
(204,217,210)
#D5E0DB
(213,224,219)
#DEE7E4
(222,231,228)
#E7EEED
(231,238,237)
#F0F5F6
(240,245,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #96AF9C; }

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

This text font color is #96AF9C.

Background Color

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

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

This div background color is #96AF9C.

Border color

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

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

This div border color is #96AF9C.

Opacity

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

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

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

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

This text has shadow with #96AF9C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #96AF9C.

Preview

Color preview on black background

This text has color #96AF9C on black background.


Color preview on white background

This text has color #96AF9C on white background.


Black color preview on #96AF9C background

This text has black color on #96AF9C background.


White color preview on #96AF9C background

This text has white color on #96AF9C background.


Related colors

Complementary color

Complementary color for #hex is #695063.


I love getcolorcode.com

Triadic colors

1 #9C96AF and #AF9C96 with #96AF9C are triadic colors.

2 #9CAF96 and #AF969C with #96AF9C are triadic colors.