COLOR #969CAF

HEX: #969CAF RGB: (150,156,175)

Color info

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

RGB color model

#969CAF color RGB value is (150,156,175).

RGB: (150,156,175) (59%, 61%, 69%)

RGB channels and saturation

R 150 of 255 = 59%
G 156 of 255 = 61%
B 175 of 255 = 69%

150
156
175

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

Portions of RGB colors in percentages

R + G + B = 150 + 156 + 175 = 481 (100%)
R 150 of 481 ~ 31.19%
G 156 of 481 ~ 32.43%
B 175 of 481 ~ 36.38'%

%31.19
%32.43
%36.38

CMYK color model

#969CAF color CMYK value is (14,11,0,31).

  • cyan value is 14.29%
  • magenta value is 10.86%
  • yellow value is 0.00%
  • key color value is 31.37%

CMYK: (14,11,0,31)
C14M11Y0K31 (14%, 11%, 0%, 31%)
(0.14 / 0.11 / 0.00 / 0.31)

CMYK percentages

%14.29
%10.86
%0
%31.37

Codes

Color #969CAF in popluar color models

96 9C AF
RGB 150 156 175
HSL 226° 13.51% 63.73%
HSB/HSV 226° 14.29% 68.63%
CMYK 14.29% 10.86% 0.00%
31.37%

Color #969CAF in popluar number systems.

HEX 96 9C AF
Decimal 150 156 175
Binary 10010110 10011100 10101111
Octal 226 234 257

Shades and tints

Shades of #969CAF

#969CAF
(150,156,175)
#898EA0
(137,142,160)
#7C8091
(124,128,145)
#6F7282
(111,114,130)
#626473
(98,100,115)
#555664
(85,86,100)
#484855
(72,72,85)
#3B3A46
(59,58,70)
#2E2C37
(46,44,55)
#211E28
(33,30,40)
#141019
(20,16,25)
#000000
(0,0,0)

Tints of #969CAF

#969CAF
(150,156,175)
#9FA5B6
(159,165,182)
#A8AEBD
(168,174,189)
#B1B7C4
(177,183,196)
#BAC0CB
(186,192,203)
#C3C9D2
(195,201,210)
#CCD2D9
(204,210,217)
#D5DBE0
(213,219,224)
#DEE4E7
(222,228,231)
#E7EDEE
(231,237,238)
#F0F6F5
(240,246,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #969CAF; }

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

This text font color is #969CAF.

Background Color

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

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

This div background color is #969CAF.

Border color

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

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

This div border color is #969CAF.

Opacity

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

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

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

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

This text has shadow with #969CAF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #969CAF.

Preview

Color preview on black background

This text has color #969CAF on black background.


Color preview on white background

This text has color #969CAF on white background.


Black color preview on #969CAF background

This text has black color on #969CAF background.


White color preview on #969CAF background

This text has white color on #969CAF background.


Related colors

Complementary color

Complementary color for #hex is #696350.


I love getcolorcode.com

Triadic colors

1 #AF969C and #9CAF96 with #969CAF are triadic colors.

2 #AF9C96 and #9C96AF with #969CAF are triadic colors.