COLOR #969EAD

HEX: #969EAD RGB: (150,158,173)

Color info

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

RGB color model

#969EAD color RGB value is (150,158,173).

RGB: (150,158,173) (59%, 62%, 68%)

RGB channels and saturation

R 150 of 255 = 59%
G 158 of 255 = 62%
B 173 of 255 = 68%

150
158
173

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

Portions of RGB colors in percentages

R + G + B = 150 + 158 + 173 = 481 (100%)
R 150 of 481 ~ 31.19%
G 158 of 481 ~ 32.85%
B 173 of 481 ~ 35.97'%

%31.19
%32.85
%35.97

CMYK color model

#969EAD color CMYK value is (13,9,0,32).

  • cyan value is 13.29%
  • magenta value is 8.67%
  • yellow value is 0.00%
  • key color value is 32.16%

CMYK: (13,9,0,32)
C13M9Y0K32 (13%, 9%, 0%, 32%)
(0.13 / 0.09 / 0.00 / 0.32)

CMYK percentages

%13.29
%8.67
%0
%32.16

Codes

Color #969EAD in popluar color models

96 9E AD
RGB 150 158 173
HSL 219° 12.30% 63.33%
HSB/HSV 219° 13.29% 67.84%
CMYK 13.29% 8.67% 0.00%
32.16%

Color #969EAD in popluar number systems.

HEX 96 9E AD
Decimal 150 158 173
Binary 10010110 10011110 10101101
Octal 226 236 255

Shades and tints

Shades of #969EAD

#969EAD
(150,158,173)
#89909E
(137,144,158)
#7C828F
(124,130,143)
#6F7480
(111,116,128)
#626671
(98,102,113)
#555862
(85,88,98)
#484A53
(72,74,83)
#3B3C44
(59,60,68)
#2E2E35
(46,46,53)
#212026
(33,32,38)
#141217
(20,18,23)
#000000
(0,0,0)

Tints of #969EAD

#969EAD
(150,158,173)
#9FA6B4
(159,166,180)
#A8AEBB
(168,174,187)
#B1B6C2
(177,182,194)
#BABEC9
(186,190,201)
#C3C6D0
(195,198,208)
#CCCED7
(204,206,215)
#D5D6DE
(213,214,222)
#DEDEE5
(222,222,229)
#E7E6EC
(231,230,236)
#F0EEF3
(240,238,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #969EAD color. Also use rgb(150,158,173) instead hex code.

Text Font Color

.myTextColor { color: #969EAD; }

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

This text font color is #969EAD.

Background Color

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

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

This div background color is #969EAD.

Border color

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

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

This div border color is #969EAD.

Opacity

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

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

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

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

This text has shadow with #969EAD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #969EAD.

Preview

Color preview on black background

This text has color #969EAD on black background.


Color preview on white background

This text has color #969EAD on white background.


Black color preview on #969EAD background

This text has black color on #969EAD background.


White color preview on #969EAD background

This text has white color on #969EAD background.


Related colors

Complementary color

Complementary color for #hex is #696152.


I love getcolorcode.com

Triadic colors

1 #AD969E and #9EAD96 with #969EAD are triadic colors.

2 #AD9E96 and #9E96AD with #969EAD are triadic colors.