COLOR #969CAB

HEX: #969CAB RGB: (150,156,171)

Color info

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

RGB color model

#969CAB color RGB value is (150,156,171).

RGB: (150,156,171) (59%, 61%, 67%)

RGB channels and saturation

R 150 of 255 = 59%
G 156 of 255 = 61%
B 171 of 255 = 67%

150
156
171

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

Portions of RGB colors in percentages

R + G + B = 150 + 156 + 171 = 477 (100%)
R 150 of 477 ~ 31.45%
G 156 of 477 ~ 32.7%
B 171 of 477 ~ 35.85'%

%31.45
%32.7
%35.85

CMYK color model

#969CAB color CMYK value is (12,9,0,33).

  • cyan value is 12.28%
  • magenta value is 8.77%
  • yellow value is 0.00%
  • key color value is 32.94%

CMYK: (12,9,0,33)
C12M9Y0K33 (12%, 9%, 0%, 33%)
(0.12 / 0.09 / 0.00 / 0.33)

CMYK percentages

%12.28
%8.77
%0
%32.94

Codes

Color #969CAB in popluar color models

96 9C AB
RGB 150 156 171
HSL 223° 11.11% 62.94%
HSB/HSV 223° 12.28% 67.06%
CMYK 12.28% 8.77% 0.00%
32.94%

Color #969CAB in popluar number systems.

HEX 96 9C AB
Decimal 150 156 171
Binary 10010110 10011100 10101011
Octal 226 234 253

Shades and tints

Shades of #969CAB

#969CAB
(150,156,171)
#898E9C
(137,142,156)
#7C808D
(124,128,141)
#6F727E
(111,114,126)
#62646F
(98,100,111)
#555660
(85,86,96)
#484851
(72,72,81)
#3B3A42
(59,58,66)
#2E2C33
(46,44,51)
#211E24
(33,30,36)
#141015
(20,16,21)
#000000
(0,0,0)

Tints of #969CAB

#969CAB
(150,156,171)
#9FA5B2
(159,165,178)
#A8AEB9
(168,174,185)
#B1B7C0
(177,183,192)
#BAC0C7
(186,192,199)
#C3C9CE
(195,201,206)
#CCD2D5
(204,210,213)
#D5DBDC
(213,219,220)
#DEE4E3
(222,228,227)
#E7EDEA
(231,237,234)
#F0F6F1
(240,246,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #969CAB; }

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

This text font color is #969CAB.

Background Color

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

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

This div background color is #969CAB.

Border color

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

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

This div border color is #969CAB.

Opacity

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

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

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

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

This text has shadow with #969CAB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #969CAB.

Preview

Color preview on black background

This text has color #969CAB on black background.


Color preview on white background

This text has color #969CAB on white background.


Black color preview on #969CAB background

This text has black color on #969CAB background.


White color preview on #969CAB background

This text has white color on #969CAB background.


Related colors

Complementary color

Complementary color for #hex is #696354.


I love getcolorcode.com

Triadic colors

1 #AB969C and #9CAB96 with #969CAB are triadic colors.

2 #AB9C96 and #9C96AB with #969CAB are triadic colors.