COLOR #969CA4

HEX: #969CA4
RGB: (150,156,164)

Color info

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

RGB color model

#969CA4 color RGB value is (150,156,164).

  • red value is 150;
  • green value is 156;
  • blue value is 164.
RGB:
(150,156,164)
(59%,61%,64%)

RGB channels and saturation

R 150 of 255 = 59%
G 156 of 255 = 61%
B 164 of 255 = 64%

150
156
164

R + G + B ~ 61%. #969CA4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
150 + 156 + 164 = 470 (100%)
R 150 of 470 ~ 31.91%
G 156 of 470 ~ 33.19%
B 164 of 470 ~ 34.89%

%31.91
%33.19
%34.89

CMYK color model

#969CA4 color CMYK value is (9,5,0,36).

  • cyan value is 8.54%
  • magenta value is 4.88%
  • yellow value is 0.00%
  • key color value is 35.69%
CMYK:
(9,5,0,36)
C9M5Y0K36 
(9%,5%,0%,36%)
(0.09/0.05/0.00/0.36)	

CMYK percentages

%8.54
%4.88
%0
%35.69

Codes

Color #969CA4 in popluar color models

969CA4
RGB150156164
HSL214°7.14%61.57%
HSB/HSV214°8.54%64.31%
CMYK8.54%4.88%0.00%
35.69%

Color #969CA4 in popluar number systems.

HEX969CA4
Decimal150156164
Binary100101101001110010100100
Octal226234244

Shades and tints

Shades of #969CA4

#969CA4
(150,156,164)
#898E96
(137,142,150)
#7C8088
(124,128,136)
#6F727A
(111,114,122)
#62646C
(98,100,108)
#55565E
(85,86,94)
#484850
(72,72,80)
#3B3A42
(59,58,66)
#2E2C34
(46,44,52)
#211E26
(33,30,38)
#141018
(20,16,24)
#000000
(0,0,0)

Tints of #969CA4

#969CA4
(150,156,164)
#9FA5AC
(159,165,172)
#A8AEB4
(168,174,180)
#B1B7BC
(177,183,188)
#BAC0C4
(186,192,196)
#C3C9CC
(195,201,204)
#CCD2D4
(204,210,212)
#D5DBDC
(213,219,220)
#DEE4E4
(222,228,228)
#E7EDEC
(231,237,236)
#F0F6F4
(240,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #969CA4 color. Also use rgb(150,156,164) instead hex code.

Text Font Color

.myTextColor { color: #969CA4; }

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

This text font color is #969CA4.


Background Color

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

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

This div background color is #969CA4.


Border color

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

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

This div border color is #969CA4.


Opacity

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

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

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

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

This text has shadow with #969CA4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #969CA4 on black background.


Color preview on white background

This text has color #969CA4 on white background.



Black color preview on #969CA4 background

This text has black color on #969CA4 background.


White color preview on #969CA4 background

This text has white color on #969CA4 background.