COLOR #96A18C

HEX: #96A18C RGB: (150,161,140)

Color info

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

RGB color model

#96A18C color RGB value is (150,161,140).

RGB: (150,161,140) (59%, 63%, 55%)

RGB channels and saturation

R 150 of 255 = 59%
G 161 of 255 = 63%
B 140 of 255 = 55%

150
161
140

R + G + B ~ 59%. #96A18C is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 150 + 161 + 140 = 451 (100%)
R 150 of 451 ~ 33.26%
G 161 of 451 ~ 35.7%
B 140 of 451 ~ 31.04'%

%33.26
%35.7
%31.04

CMYK color model

#96A18C color CMYK value is (7,0,13,37).

  • cyan value is 6.83%
  • magenta value is 0.00%
  • yellow value is 13.04%
  • key color value is 36.86%

CMYK: (7,0,13,37)
C7M0Y13K37 (7%, 0%, 13%, 37%)
(0.07 / 0.00 / 0.13 / 0.37)

CMYK percentages

%6.83
%0
%13.04
%36.86

Codes

Color #96A18C in popluar color models

96 A1 8C
RGB 150 161 140
HSL 91° 10.05% 59.02%
HSB/HSV 91° 13.04% 63.14%
CMYK 6.83% 0.00% 13.04%
36.86%

Color #96A18C in popluar number systems.

HEX 96 A1 8C
Decimal 150 161 140
Binary 10010110 10100001 10001100
Octal 226 241 214

Shades and tints

Shades of #96A18C

#96A18C
(150,161,140)
#899380
(137,147,128)
#7C8574
(124,133,116)
#6F7768
(111,119,104)
#62695C
(98,105,92)
#555B50
(85,91,80)
#484D44
(72,77,68)
#3B3F38
(59,63,56)
#2E312C
(46,49,44)
#212320
(33,35,32)
#141514
(20,21,20)
#000000
(0,0,0)

Tints of #96A18C

#96A18C
(150,161,140)
#9FA996
(159,169,150)
#A8B1A0
(168,177,160)
#B1B9AA
(177,185,170)
#BAC1B4
(186,193,180)
#C3C9BE
(195,201,190)
#CCD1C8
(204,209,200)
#D5D9D2
(213,217,210)
#DEE1DC
(222,225,220)
#E7E9E6
(231,233,230)
#F0F1F0
(240,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #96A18C color. Also use rgb(150,161,140) instead hex code.

Text Font Color

.myTextColor { color: #96A18C; }

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

This text font color is #96A18C.

Background Color

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

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

This div background color is #96A18C.

Border color

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

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

This div border color is #96A18C.

Opacity

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

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

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

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

This text has shadow with #96A18C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #96A18C.

Preview

Color preview on black background

This text has color #96A18C on black background.


Color preview on white background

This text has color #96A18C on white background.


Black color preview on #96A18C background

This text has black color on #96A18C background.


White color preview on #96A18C background

This text has white color on #96A18C background.


Related colors

Complementary color

Complementary color for #hex is #695E73.


I love getcolorcode.com

Triadic colors

1 #8C96A1 and #A18C96 with #96A18C are triadic colors.

2 #8CA196 and #A1968C with #96A18C are triadic colors.