COLOR #969B90

HEX: #969B90
RGB: (150,155,144)

Color info

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

RGB color model

#969B90 color RGB value is (150,155,144).

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

RGB channels and saturation

R 150 of 255 = 59%
G 155 of 255 = 61%
B 144 of 255 = 56%

150
155
144

R + G + B ~ 59%. #969B90 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
150 + 155 + 144 = 449 (100%)
R 150 of 449 ~ 33.41%
G 155 of 449 ~ 34.52%
B 144 of 449 ~ 32.07%

%33.41
%34.52
%32.07

CMYK color model

#969B90 color CMYK value is (3,0,7,39).

  • cyan value is 3.23%
  • magenta value is 0.00%
  • yellow value is 7.10%
  • key color value is 39.22%
CMYK:
(3,0,7,39)
C3M0Y7K39 
(3%,0%,7%,39%)
(0.03/0.00/0.07/0.39)	

CMYK percentages

%3.23
%0
%7.1
%39.22

Codes

Color #969B90 in popluar color models

969B90
RGB150155144
HSL87°5.21%58.63%
HSB/HSV87°7.10%60.78%
CMYK3.23%0.00%7.10%
39.22%

Color #969B90 in popluar number systems.

HEX969B90
Decimal150155144
Binary100101101001101110010000
Octal226233220

Shades and tints

Shades of #969B90

#969B90
(150,155,144)
#898D83
(137,141,131)
#7C7F76
(124,127,118)
#6F7169
(111,113,105)
#62635C
(98,99,92)
#55554F
(85,85,79)
#484742
(72,71,66)
#3B3935
(59,57,53)
#2E2B28
(46,43,40)
#211D1B
(33,29,27)
#140F0E
(20,15,14)
#000000
(0,0,0)

Tints of #969B90

#969B90
(150,155,144)
#9FA49A
(159,164,154)
#A8ADA4
(168,173,164)
#B1B6AE
(177,182,174)
#BABFB8
(186,191,184)
#C3C8C2
(195,200,194)
#CCD1CC
(204,209,204)
#D5DAD6
(213,218,214)
#DEE3E0
(222,227,224)
#E7ECEA
(231,236,234)
#F0F5F4
(240,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #969B90; }

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

This text font color is #969B90.


Background Color

.myBgColor { background-color: #969B90; }

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

This div background color is #969B90.


Border color

.myBorderColor { border: 1px solid #969B90; }

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

This div border color is #969B90.


Opacity

.myOpacity80 { color: #969B90; opacity: 0.8; }

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

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

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

This text has shadow with #969B90 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #969B90 on black background.


Color preview on white background

This text has color #969B90 on white background.



Black color preview on #969B90 background

This text has black color on #969B90 background.


White color preview on #969B90 background

This text has white color on #969B90 background.