COLOR #968190

HEX: #968190
RGB: (150,129,144)

Color info

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

RGB color model

#968190 color RGB value is (150,129,144).

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

RGB channels and saturation

R 150 of 255 = 59%
G 129 of 255 = 51%
B 144 of 255 = 56%

150
129
144

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

Portions of RGB colors in percentages

R + G + B =
150 + 129 + 144 = 423 (100%)
R 150 of 423 ~ 35.46%
G 129 of 423 ~ 30.5%
B 144 of 423 ~ 34.04%

%35.46
%30.5
%34.04

CMYK color model

#968190 color CMYK value is (0,14,4,41).

  • cyan value is 0.00%
  • magenta value is 14.00%
  • yellow value is 4.00%
  • key color value is 41.18%
CMYK:
(0,14,4,41)
C0M14Y4K41 
(0%,14%,4%,41%)
(0.00/0.14/0.04/0.41)	

CMYK percentages

%0
%14
%4
%41.18

Codes

Color #968190 in popluar color models

968190
RGB150129144
HSL317°9.09%54.71%
HSB/HSV317°14.00%58.82%
CMYK0.00%14.00%4.00%
41.18%

Color #968190 in popluar number systems.

HEX968190
Decimal150129144
Binary100101101000000110010000
Octal226201220

Shades and tints

Shades of #968190

#968190
(150,129,144)
#897683
(137,118,131)
#7C6B76
(124,107,118)
#6F6069
(111,96,105)
#62555C
(98,85,92)
#554A4F
(85,74,79)
#483F42
(72,63,66)
#3B3435
(59,52,53)
#2E2928
(46,41,40)
#211E1B
(33,30,27)
#14130E
(20,19,14)
#000000
(0,0,0)

Tints of #968190

#968190
(150,129,144)
#9F8C9A
(159,140,154)
#A897A4
(168,151,164)
#B1A2AE
(177,162,174)
#BAADB8
(186,173,184)
#C3B8C2
(195,184,194)
#CCC3CC
(204,195,204)
#D5CED6
(213,206,214)
#DED9E0
(222,217,224)
#E7E4EA
(231,228,234)
#F0EFF4
(240,239,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #968190; }

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

This text font color is #968190.


Background Color

.myBgColor { background-color: #968190; }

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

This div background color is #968190.


Border color

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

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

This div border color is #968190.


Opacity

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

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

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

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

This text has shadow with #968190 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #968190 on black background.


Color preview on white background

This text has color #968190 on white background.



Black color preview on #968190 background

This text has black color on #968190 background.


White color preview on #968190 background

This text has white color on #968190 background.