COLOR #969DA4

HEX: #969DA4 RGB: (150,157,164)

Color info

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

RGB color model

#969DA4 color RGB value is (150,157,164).

RGB: (150,157,164) (59%, 62%, 64%)

RGB channels and saturation

R 150 of 255 = 59%
G 157 of 255 = 62%
B 164 of 255 = 64%

150
157
164

R + G + B ~ 62%. #969DA4 is quite light color.

Portions of RGB colors in percentages

R + G + B = 150 + 157 + 164 = 471 (100%)
R 150 of 471 ~ 31.85%
G 157 of 471 ~ 33.33%
B 164 of 471 ~ 34.82'%

%31.85
%33.33
%34.82

CMYK color model

#969DA4 color CMYK value is (9,4,0,36).

  • cyan value is 8.54%
  • magenta value is 4.27%
  • yellow value is 0.00%
  • key color value is 35.69%

CMYK: (9,4,0,36)
C9M4Y0K36 (9%, 4%, 0%, 36%)
(0.09 / 0.04 / 0.00 / 0.36)

CMYK percentages

%8.54
%4.27
%0
%35.69

Codes

Color #969DA4 in popluar color models

96 9D A4
RGB 150 157 164
HSL 210° 7.14% 61.57%
HSB/HSV 210° 8.54% 64.31%
CMYK 8.54% 4.27% 0.00%
35.69%

Color #969DA4 in popluar number systems.

HEX 96 9D A4
Decimal 150 157 164
Binary 10010110 10011101 10100100
Octal 226 235 244

Shades and tints

Shades of #969DA4

#969DA4
(150,157,164)
#898F96
(137,143,150)
#7C8188
(124,129,136)
#6F737A
(111,115,122)
#62656C
(98,101,108)
#55575E
(85,87,94)
#484950
(72,73,80)
#3B3B42
(59,59,66)
#2E2D34
(46,45,52)
#211F26
(33,31,38)
#141118
(20,17,24)
#000000
(0,0,0)

Tints of #969DA4

#969DA4
(150,157,164)
#9FA5AC
(159,165,172)
#A8ADB4
(168,173,180)
#B1B5BC
(177,181,188)
#BABDC4
(186,189,196)
#C3C5CC
(195,197,204)
#CCCDD4
(204,205,212)
#D5D5DC
(213,213,220)
#DEDDE4
(222,221,228)
#E7E5EC
(231,229,236)
#F0EDF4
(240,237,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #969DA4; }

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

This text font color is #969DA4.

Background Color

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

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

This div background color is #969DA4.

Border color

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

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

This div border color is #969DA4.

Opacity

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

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

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

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

This text has shadow with #969DA4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #969DA4.

Preview

Color preview on black background

This text has color #969DA4 on black background.


Color preview on white background

This text has color #969DA4 on white background.


Black color preview on #969DA4 background

This text has black color on #969DA4 background.


White color preview on #969DA4 background

This text has white color on #969DA4 background.


Related colors

Complementary color

Complementary color for #hex is #69625B.


I love getcolorcode.com

Triadic colors

1 #A4969D and #9DA496 with #969DA4 are triadic colors.

2 #A49D96 and #9D96A4 with #969DA4 are triadic colors.