COLOR #968885

HEX: #968885
RGB: (150,136,133)

Color info

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

RGB color model

#968885 color RGB value is (150,136,133).

  • red value is 150;
  • green value is 136;
  • blue value is 133.
RGB:
(150,136,133)
(59%,53%,52%)

RGB channels and saturation

R 150 of 255 = 59%
G 136 of 255 = 53%
B 133 of 255 = 52%

150
136
133

R + G + B ~ 55%. #968885 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
150 + 136 + 133 = 419 (100%)
R 150 of 419 ~ 35.8%
G 136 of 419 ~ 32.46%
B 133 of 419 ~ 31.74%

%35.8
%32.46
%31.74

CMYK color model

#968885 color CMYK value is (0,9,11,41).

  • cyan value is 0.00%
  • magenta value is 9.33%
  • yellow value is 11.33%
  • key color value is 41.18%
CMYK:
(0,9,11,41)
C0M9Y11K41 
(0%,9%,11%,41%)
(0.00/0.09/0.11/0.41)	

CMYK percentages

%0
%9.33
%11.33
%41.18

Codes

Color #968885 in popluar color models

968885
RGB150136133
HSL11°7.49%55.49%
HSB/HSV11°11.33%58.82%
CMYK0.00%9.33%11.33%
41.18%

Color #968885 in popluar number systems.

HEX968885
Decimal150136133
Binary100101101000100010000101
Octal226210205

Shades and tints

Shades of #968885

#968885
(150,136,133)
#897C79
(137,124,121)
#7C706D
(124,112,109)
#6F6461
(111,100,97)
#625855
(98,88,85)
#554C49
(85,76,73)
#48403D
(72,64,61)
#3B3431
(59,52,49)
#2E2825
(46,40,37)
#211C19
(33,28,25)
#14100D
(20,16,13)
#000000
(0,0,0)

Tints of #968885

#968885
(150,136,133)
#9F9290
(159,146,144)
#A89C9B
(168,156,155)
#B1A6A6
(177,166,166)
#BAB0B1
(186,176,177)
#C3BABC
(195,186,188)
#CCC4C7
(204,196,199)
#D5CED2
(213,206,210)
#DED8DD
(222,216,221)
#E7E2E8
(231,226,232)
#F0ECF3
(240,236,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #968885 color. Also use rgb(150,136,133) instead hex code.

Text Font Color

.myTextColor { color: #968885; }

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

This text font color is #968885.


Background Color

.myBgColor { background-color: #968885; }

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

This div background color is #968885.


Border color

.myBorderColor { border: 1px solid #968885; }

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

This div border color is #968885.


Opacity

.myOpacity80 { color: #968885; opacity: 0.8; }

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

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

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

This text has shadow with #968885 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #968885 on black background.


Color preview on white background

This text has color #968885 on white background.



Black color preview on #968885 background

This text has black color on #968885 background.


White color preview on #968885 background

This text has white color on #968885 background.