COLOR #96A693

HEX: #96A693 RGB: (150,166,147)

Color info

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

RGB color model

#96A693 color RGB value is (150,166,147).

RGB: (150,166,147) (59%, 65%, 58%)

RGB channels and saturation

R 150 of 255 = 59%
G 166 of 255 = 65%
B 147 of 255 = 58%

150
166
147

R + G + B ~ 61%. #96A693 is quite light color.

Portions of RGB colors in percentages

R + G + B = 150 + 166 + 147 = 463 (100%)
R 150 of 463 ~ 32.4%
G 166 of 463 ~ 35.85%
B 147 of 463 ~ 31.75'%

%32.4
%35.85
%31.75

CMYK color model

#96A693 color CMYK value is (10,0,11,35).

  • cyan value is 9.64%
  • magenta value is 0.00%
  • yellow value is 11.45%
  • key color value is 34.90%

CMYK: (10,0,11,35)
C10M0Y11K35 (10%, 0%, 11%, 35%)
(0.10 / 0.00 / 0.11 / 0.35)

CMYK percentages

%9.64
%0
%11.45
%34.9

Codes

Color #96A693 in popluar color models

96 A6 93
RGB 150 166 147
HSL 111° 9.64% 61.37%
HSB/HSV 111° 11.45% 65.10%
CMYK 9.64% 0.00% 11.45%
34.90%

Color #96A693 in popluar number systems.

HEX 96 A6 93
Decimal 150 166 147
Binary 10010110 10100110 10010011
Octal 226 246 223

Shades and tints

Shades of #96A693

#96A693
(150,166,147)
#899786
(137,151,134)
#7C8879
(124,136,121)
#6F796C
(111,121,108)
#626A5F
(98,106,95)
#555B52
(85,91,82)
#484C45
(72,76,69)
#3B3D38
(59,61,56)
#2E2E2B
(46,46,43)
#211F1E
(33,31,30)
#141011
(20,16,17)
#000000
(0,0,0)

Tints of #96A693

#96A693
(150,166,147)
#9FAE9C
(159,174,156)
#A8B6A5
(168,182,165)
#B1BEAE
(177,190,174)
#BAC6B7
(186,198,183)
#C3CEC0
(195,206,192)
#CCD6C9
(204,214,201)
#D5DED2
(213,222,210)
#DEE6DB
(222,230,219)
#E7EEE4
(231,238,228)
#F0F6ED
(240,246,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #96A693 color. Also use rgb(150,166,147) instead hex code.

Text Font Color

.myTextColor { color: #96A693; }

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

This text font color is #96A693.

Background Color

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

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

This div background color is #96A693.

Border color

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

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

This div border color is #96A693.

Opacity

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

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

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

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

This text has shadow with #96A693 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #96A693.

Preview

Color preview on black background

This text has color #96A693 on black background.


Color preview on white background

This text has color #96A693 on white background.


Black color preview on #96A693 background

This text has black color on #96A693 background.


White color preview on #96A693 background

This text has white color on #96A693 background.


Related colors

Complementary color

Complementary color for #hex is #69596C.


I love getcolorcode.com

Triadic colors

1 #9396A6 and #A69396 with #96A693 are triadic colors.

2 #93A696 and #A69693 with #96A693 are triadic colors.