COLOR #968EAE

HEX: #968EAE RGB: (150,142,174)

Color info

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

RGB color model

#968EAE color RGB value is (150,142,174).

RGB: (150,142,174) (59%, 56%, 68%)

RGB channels and saturation

R 150 of 255 = 59%
G 142 of 255 = 56%
B 174 of 255 = 68%

150
142
174

R + G + B ~ 61%. #968EAE is quite light color.

Portions of RGB colors in percentages

R + G + B = 150 + 142 + 174 = 466 (100%)
R 150 of 466 ~ 32.19%
G 142 of 466 ~ 30.47%
B 174 of 466 ~ 37.34'%

%32.19
%30.47
%37.34

CMYK color model

#968EAE color CMYK value is (14,18,0,32).

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

CMYK: (14,18,0,32)
C14M18Y0K32 (14%, 18%, 0%, 32%)
(0.14 / 0.18 / 0.00 / 0.32)

CMYK percentages

%13.79
%18.39
%0
%31.76

Codes

Color #968EAE in popluar color models

96 8E AE
RGB 150 142 174
HSL 255° 16.49% 61.96%
HSB/HSV 255° 18.39% 68.24%
CMYK 13.79% 18.39% 0.00%
31.76%

Color #968EAE in popluar number systems.

HEX 96 8E AE
Decimal 150 142 174
Binary 10010110 10001110 10101110
Octal 226 216 256

Shades and tints

Shades of #968EAE

#968EAE
(150,142,174)
#89829F
(137,130,159)
#7C7690
(124,118,144)
#6F6A81
(111,106,129)
#625E72
(98,94,114)
#555263
(85,82,99)
#484654
(72,70,84)
#3B3A45
(59,58,69)
#2E2E36
(46,46,54)
#212227
(33,34,39)
#141618
(20,22,24)
#000000
(0,0,0)

Tints of #968EAE

#968EAE
(150,142,174)
#9F98B5
(159,152,181)
#A8A2BC
(168,162,188)
#B1ACC3
(177,172,195)
#BAB6CA
(186,182,202)
#C3C0D1
(195,192,209)
#CCCAD8
(204,202,216)
#D5D4DF
(213,212,223)
#DEDEE6
(222,222,230)
#E7E8ED
(231,232,237)
#F0F2F4
(240,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #968EAE color. Also use rgb(150,142,174) instead hex code.

Text Font Color

.myTextColor { color: #968EAE; }

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

This text font color is #968EAE.

Background Color

.myBgColor { background-color: #968EAE; }

<div style="background-color:#968EAE">Inner text</div>

This div background color is #968EAE.

Border color

.myBorderColor { border: 1px solid #968EAE; }

<div style="border:3px solid #968EAE">Div</div>

This div border color is #968EAE.

Opacity

.myOpacity80 { color: #968EAE; opacity: 0.8; }

<p style="color:#968EAE;opacity:0.8;">80%</p>

Text with #968EAE 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 #968EAE;}

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

This text has shadow with #968EAE color.


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

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

This text has shadow with #968EAE primary color and red secondary color.


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

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

This text has shadow with #968EAE and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #968EAE.

Preview

Color preview on black background

This text has color #968EAE on black background.


Color preview on white background

This text has color #968EAE on white background.


Black color preview on #968EAE background

This text has black color on #968EAE background.


White color preview on #968EAE background

This text has white color on #968EAE background.


Related colors

Complementary color

Complementary color for #hex is #697151.


I love getcolorcode.com

Triadic colors

1 #AE968E and #8EAE96 with #968EAE are triadic colors.

2 #AE8E96 and #8E96AE with #968EAE are triadic colors.