COLOR #96AF98

HEX: #96AF98 RGB: (150,175,152)

Color info

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

RGB color model

#96AF98 color RGB value is (150,175,152).

RGB: (150,175,152) (59%, 69%, 60%)

RGB channels and saturation

R 150 of 255 = 59%
G 175 of 255 = 69%
B 152 of 255 = 60%

150
175
152

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

Portions of RGB colors in percentages

R + G + B = 150 + 175 + 152 = 477 (100%)
R 150 of 477 ~ 31.45%
G 175 of 477 ~ 36.69%
B 152 of 477 ~ 31.87'%

%31.45
%36.69
%31.87

CMYK color model

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

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

CMYK: (14,0,13,31)
C14M0Y13K31 (14%, 0%, 13%, 31%)
(0.14 / 0.00 / 0.13 / 0.31)

CMYK percentages

%14.29
%0
%13.14
%31.37

Codes

Color #96AF98 in popluar color models

96 AF 98
RGB 150 175 152
HSL 125° 13.51% 63.73%
HSB/HSV 125° 14.29% 68.63%
CMYK 14.29% 0.00% 13.14%
31.37%

Color #96AF98 in popluar number systems.

HEX 96 AF 98
Decimal 150 175 152
Binary 10010110 10101111 10011000
Octal 226 257 230

Shades and tints

Shades of #96AF98

#96AF98
(150,175,152)
#89A08B
(137,160,139)
#7C917E
(124,145,126)
#6F8271
(111,130,113)
#627364
(98,115,100)
#556457
(85,100,87)
#48554A
(72,85,74)
#3B463D
(59,70,61)
#2E3730
(46,55,48)
#212823
(33,40,35)
#141916
(20,25,22)
#000000
(0,0,0)

Tints of #96AF98

#96AF98
(150,175,152)
#9FB6A1
(159,182,161)
#A8BDAA
(168,189,170)
#B1C4B3
(177,196,179)
#BACBBC
(186,203,188)
#C3D2C5
(195,210,197)
#CCD9CE
(204,217,206)
#D5E0D7
(213,224,215)
#DEE7E0
(222,231,224)
#E7EEE9
(231,238,233)
#F0F5F2
(240,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #96AF98; }

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

This text font color is #96AF98.

Background Color

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

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

This div background color is #96AF98.

Border color

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

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

This div border color is #96AF98.

Opacity

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

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

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

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

This text has shadow with #96AF98 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #96AF98.

Preview

Color preview on black background

This text has color #96AF98 on black background.


Color preview on white background

This text has color #96AF98 on white background.


Black color preview on #96AF98 background

This text has black color on #96AF98 background.


White color preview on #96AF98 background

This text has white color on #96AF98 background.


Related colors

Complementary color

Complementary color for #hex is #695067.


I love getcolorcode.com

Triadic colors

1 #9896AF and #AF9896 with #96AF98 are triadic colors.

2 #98AF96 and #AF9698 with #96AF98 are triadic colors.