COLOR #96B8A1

HEX: #96B8A1 RGB: (150,184,161)

Color info

#96B8A1 contains red, green and blue colors in about the same proportion. Web safe color of #96B8A1 is #99CC99 (or #9C9).

RGB color model

#96B8A1 color RGB value is (150,184,161).

RGB: (150,184,161) (59%, 72%, 63%)

RGB channels and saturation

R 150 of 255 = 59%
G 184 of 255 = 72%
B 161 of 255 = 63%

150
184
161

R + G + B ~ 65%. #96B8A1 is quite light color.

Portions of RGB colors in percentages

R + G + B = 150 + 184 + 161 = 495 (100%)
R 150 of 495 ~ 30.3%
G 184 of 495 ~ 37.17%
B 161 of 495 ~ 32.53'%

%30.3
%37.17
%32.53

CMYK color model

#96B8A1 color CMYK value is (18,0,13,28).

  • cyan value is 18.48%
  • magenta value is 0.00%
  • yellow value is 12.50%
  • key color value is 27.84%

CMYK: (18,0,13,28)
C18M0Y13K28 (18%, 0%, 13%, 28%)
(0.18 / 0.00 / 0.13 / 0.28)

CMYK percentages

%18.48
%0
%12.5
%27.84

Codes

Color #96B8A1 in popluar color models

96 B8 A1
RGB 150 184 161
HSL 139° 19.32% 65.49%
HSB/HSV 139° 18.48% 72.16%
CMYK 18.48% 0.00% 12.50%
27.84%

Color #96B8A1 in popluar number systems.

HEX 96 B8 A1
Decimal 150 184 161
Binary 10010110 10111000 10100001
Octal 226 270 241

Shades and tints

Shades of #96B8A1

#96B8A1
(150,184,161)
#89A893
(137,168,147)
#7C9885
(124,152,133)
#6F8877
(111,136,119)
#627869
(98,120,105)
#55685B
(85,104,91)
#48584D
(72,88,77)
#3B483F
(59,72,63)
#2E3831
(46,56,49)
#212823
(33,40,35)
#141815
(20,24,21)
#000000
(0,0,0)

Tints of #96B8A1

#96B8A1
(150,184,161)
#9FBEA9
(159,190,169)
#A8C4B1
(168,196,177)
#B1CAB9
(177,202,185)
#BAD0C1
(186,208,193)
#C3D6C9
(195,214,201)
#CCDCD1
(204,220,209)
#D5E2D9
(213,226,217)
#DEE8E1
(222,232,225)
#E7EEE9
(231,238,233)
#F0F4F1
(240,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #96B8A1; }

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

This text font color is #96B8A1.

Background Color

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

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

This div background color is #96B8A1.

Border color

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

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

This div border color is #96B8A1.

Opacity

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

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

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

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

This text has shadow with #96B8A1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #96B8A1.

Preview

Color preview on black background

This text has color #96B8A1 on black background.


Color preview on white background

This text has color #96B8A1 on white background.


Black color preview on #96B8A1 background

This text has black color on #96B8A1 background.


White color preview on #96B8A1 background

This text has white color on #96B8A1 background.


Related colors

Complementary color

Complementary color for #hex is #69475E.


I love getcolorcode.com

Triadic colors

1 #A196B8 and #B8A196 with #96B8A1 are triadic colors.

2 #A1B896 and #B896A1 with #96B8A1 are triadic colors.