COLOR #968790

HEX: #968790
RGB: (150,135,144)

Color info

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

RGB color model

#968790 color RGB value is (150,135,144).

  • red value is 150;
  • green value is 135;
  • blue value is 144.
RGB:
(150,135,144)
(59%,53%,56%)

RGB channels and saturation

R 150 of 255 = 59%
G 135 of 255 = 53%
B 144 of 255 = 56%

150
135
144

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

Portions of RGB colors in percentages

R + G + B =
150 + 135 + 144 = 429 (100%)
R 150 of 429 ~ 34.97%
G 135 of 429 ~ 31.47%
B 144 of 429 ~ 33.57%

%34.97
%31.47
%33.57

CMYK color model

#968790 color CMYK value is (0,10,4,41).

  • cyan value is 0.00%
  • magenta value is 10.00%
  • yellow value is 4.00%
  • key color value is 41.18%
CMYK:
(0,10,4,41)
C0M10Y4K41 
(0%,10%,4%,41%)
(0.00/0.10/0.04/0.41)	

CMYK percentages

%0
%10
%4
%41.18

Codes

Color #968790 in popluar color models

968790
RGB150135144
HSL324°6.67%55.88%
HSB/HSV324°10.00%58.82%
CMYK0.00%10.00%4.00%
41.18%

Color #968790 in popluar number systems.

HEX968790
Decimal150135144
Binary100101101000011110010000
Octal226207220

Shades and tints

Shades of #968790

#968790
(150,135,144)
#897B83
(137,123,131)
#7C6F76
(124,111,118)
#6F6369
(111,99,105)
#62575C
(98,87,92)
#554B4F
(85,75,79)
#483F42
(72,63,66)
#3B3335
(59,51,53)
#2E2728
(46,39,40)
#211B1B
(33,27,27)
#140F0E
(20,15,14)
#000000
(0,0,0)

Tints of #968790

#968790
(150,135,144)
#9F919A
(159,145,154)
#A89BA4
(168,155,164)
#B1A5AE
(177,165,174)
#BAAFB8
(186,175,184)
#C3B9C2
(195,185,194)
#CCC3CC
(204,195,204)
#D5CDD6
(213,205,214)
#DED7E0
(222,215,224)
#E7E1EA
(231,225,234)
#F0EBF4
(240,235,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #968790 color. Also use rgb(150,135,144) instead hex code.

Text Font Color

.myTextColor { color: #968790; }

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

This text font color is #968790.


Background Color

.myBgColor { background-color: #968790; }

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

This div background color is #968790.


Border color

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

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

This div border color is #968790.


Opacity

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

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

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

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

This text has shadow with #968790 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #968790 on black background.


Color preview on white background

This text has color #968790 on white background.



Black color preview on #968790 background

This text has black color on #968790 background.


White color preview on #968790 background

This text has white color on #968790 background.