COLOR #96AF97

HEX: #96AF97
RGB: (150,175,151)

Color info

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

RGB color model

#96AF97 color RGB value is (150,175,151).

  • red value is 150;
  • green value is 175;
  • blue value is 151.
RGB:
(150,175,151)
(59%,69%,59%)

RGB channels and saturation

R 150 of 255 = 59%
G 175 of 255 = 69%
B 151 of 255 = 59%

150
175
151

R + G + B ~ 62%. #96AF97 is quite light color.

Portions of RGB colors in percentages

R + G + B =
150 + 175 + 151 = 476 (100%)
R 150 of 476 ~ 31.51%
G 175 of 476 ~ 36.76%
B 151 of 476 ~ 31.72%

%31.51
%36.76
%31.72

CMYK color model

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

  • cyan value is 14.29%
  • magenta value is 0.00%
  • yellow value is 13.71%
  • key color value is 31.37%
CMYK:
(14,0,14,31)
C14M0Y14K31 
(14%,0%,14%,31%)
(0.14/0.00/0.14/0.31)	

CMYK percentages

%14.29
%0
%13.71
%31.37

Codes

Color #96AF97 in popluar color models

96AF97
RGB150175151
HSL122°13.51%63.73%
HSB/HSV122°14.29%68.63%
CMYK14.29%0.00%13.71%
31.37%

Color #96AF97 in popluar number systems.

HEX96AF97
Decimal150175151
Binary100101101010111110010111
Octal226257227

Shades and tints

Shades of #96AF97

#96AF97
(150,175,151)
#89A08A
(137,160,138)
#7C917D
(124,145,125)
#6F8270
(111,130,112)
#627363
(98,115,99)
#556456
(85,100,86)
#485549
(72,85,73)
#3B463C
(59,70,60)
#2E372F
(46,55,47)
#212822
(33,40,34)
#141915
(20,25,21)
#000000
(0,0,0)

Tints of #96AF97

#96AF97
(150,175,151)
#9FB6A0
(159,182,160)
#A8BDA9
(168,189,169)
#B1C4B2
(177,196,178)
#BACBBB
(186,203,187)
#C3D2C4
(195,210,196)
#CCD9CD
(204,217,205)
#D5E0D6
(213,224,214)
#DEE7DF
(222,231,223)
#E7EEE8
(231,238,232)
#F0F5F1
(240,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #96AF97; }

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

This text font color is #96AF97.


Background Color

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

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

This div background color is #96AF97.


Border color

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

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

This div border color is #96AF97.


Opacity

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

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

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

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

This text has shadow with #96AF97 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #96AF97 on black background.


Color preview on white background

This text has color #96AF97 on white background.



Black color preview on #96AF97 background

This text has black color on #96AF97 background.


White color preview on #96AF97 background

This text has white color on #96AF97 background.