COLOR #969CAE

HEX: #969CAE RGB: (150,156,174)

Color info

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

RGB color model

#969CAE color RGB value is (150,156,174).

RGB: (150,156,174) (59%, 61%, 68%)

RGB channels and saturation

R 150 of 255 = 59%
G 156 of 255 = 61%
B 174 of 255 = 68%

150
156
174

R + G + B ~ 63%. #969CAE is quite light color.

Portions of RGB colors in percentages

R + G + B = 150 + 156 + 174 = 480 (100%)
R 150 of 480 ~ 31.25%
G 156 of 480 ~ 32.5%
B 174 of 480 ~ 36.25'%

%31.25
%32.5
%36.25

CMYK color model

#969CAE color CMYK value is (14,10,0,32).

  • cyan value is 13.79%
  • magenta value is 10.34%
  • yellow value is 0.00%
  • key color value is 31.76%

CMYK: (14,10,0,32)
C14M10Y0K32 (14%, 10%, 0%, 32%)
(0.14 / 0.10 / 0.00 / 0.32)

CMYK percentages

%13.79
%10.34
%0
%31.76

Codes

Color #969CAE in popluar color models

96 9C AE
RGB 150 156 174
HSL 225° 12.90% 63.53%
HSB/HSV 225° 13.79% 68.24%
CMYK 13.79% 10.34% 0.00%
31.76%

Color #969CAE in popluar number systems.

HEX 96 9C AE
Decimal 150 156 174
Binary 10010110 10011100 10101110
Octal 226 234 256

Shades and tints

Shades of #969CAE

#969CAE
(150,156,174)
#898E9F
(137,142,159)
#7C8090
(124,128,144)
#6F7281
(111,114,129)
#626472
(98,100,114)
#555663
(85,86,99)
#484854
(72,72,84)
#3B3A45
(59,58,69)
#2E2C36
(46,44,54)
#211E27
(33,30,39)
#141018
(20,16,24)
#000000
(0,0,0)

Tints of #969CAE

#969CAE
(150,156,174)
#9FA5B5
(159,165,181)
#A8AEBC
(168,174,188)
#B1B7C3
(177,183,195)
#BAC0CA
(186,192,202)
#C3C9D1
(195,201,209)
#CCD2D8
(204,210,216)
#D5DBDF
(213,219,223)
#DEE4E6
(222,228,230)
#E7EDED
(231,237,237)
#F0F6F4
(240,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #969CAE; }

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

This text font color is #969CAE.

Background Color

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

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

This div background color is #969CAE.

Border color

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

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

This div border color is #969CAE.

Opacity

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

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

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

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

This text has shadow with #969CAE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #969CAE.

Preview

Color preview on black background

This text has color #969CAE on black background.


Color preview on white background

This text has color #969CAE on white background.


Black color preview on #969CAE background

This text has black color on #969CAE background.


White color preview on #969CAE background

This text has white color on #969CAE background.


Related colors

Complementary color

Complementary color for #hex is #696351.


I love getcolorcode.com

Triadic colors

1 #AE969C and #9CAE96 with #969CAE are triadic colors.

2 #AE9C96 and #9C96AE with #969CAE are triadic colors.