COLOR #96AFA5

HEX: #96AFA5 RGB: (150,175,165)

Color info

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

RGB color model

#96AFA5 color RGB value is (150,175,165).

RGB: (150,175,165) (59%, 69%, 65%)

RGB channels and saturation

R 150 of 255 = 59%
G 175 of 255 = 69%
B 165 of 255 = 65%

150
175
165

R + G + B ~ 64%. #96AFA5 is quite light color.

Portions of RGB colors in percentages

R + G + B = 150 + 175 + 165 = 490 (100%)
R 150 of 490 ~ 30.61%
G 175 of 490 ~ 35.71%
B 165 of 490 ~ 33.67'%

%30.61
%35.71
%33.67

CMYK color model

#96AFA5 color CMYK value is (14,0,6,31).

  • cyan value is 14.29%
  • magenta value is 0.00%
  • yellow value is 5.71%
  • key color value is 31.37%
CMYK: (14,0,6,31) C14M0Y6K31 (14%,0%,6%,31%) (0.14/0.00/0.06/0.31) 

CMYK percentages

%14.29
%0
%5.71
%31.37

Codes

Color #96AFA5 in popluar color models

96 AF A5
RGB 150 175 165
HSL 156° 13.51% 63.73%
HSB/HSV 156° 14.29% 68.63%
CMYK 14.29% 0.00% 5.71%
31.37%

Color #96AFA5 in popluar number systems.

HEX 96 AF A5
Decimal 150 175 165
Binary 10010110 10101111 10100101
Octal 226 257 245

Shades and tints

Shades of #96AFA5

#96AFA5
(150,175,165)
#89A096
(137,160,150)
#7C9187
(124,145,135)
#6F8278
(111,130,120)
#627369
(98,115,105)
#55645A
(85,100,90)
#48554B
(72,85,75)
#3B463C
(59,70,60)
#2E372D
(46,55,45)
#21281E
(33,40,30)
#14190F
(20,25,15)
#000000
(0,0,0)

Tints of #96AFA5

#96AFA5
(150,175,165)
#9FB6AD
(159,182,173)
#A8BDB5
(168,189,181)
#B1C4BD
(177,196,189)
#BACBC5
(186,203,197)
#C3D2CD
(195,210,205)
#CCD9D5
(204,217,213)
#D5E0DD
(213,224,221)
#DEE7E5
(222,231,229)
#E7EEED
(231,238,237)
#F0F5F5
(240,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #96AFA5; }

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

This text font color is #96AFA5.

Background Color

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

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

This div background color is #96AFA5.

Border color

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

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

This div border color is #96AFA5.

Opacity

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

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

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

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

This text has shadow with #96AFA5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #96AFA5.

Preview

Color preview on black background

This text has color #96AFA5 on black background.


Color preview on white background

This text has color #96AFA5 on white background.


Black color preview on #96AFA5 background

This text has black color on #96AFA5 background.


White color preview on #96AFA5 background

This text has white color on #96AFA5 background.


Related colors

Complementary color

Complementary color for #hex is #69505A.


I love getcolorcode.com

Triadic colors

1 #A596AF and #AFA596 with #96AFA5 are triadic colors.

2 #A5AF96 and #AF96A5 with #96AFA5 are triadic colors.