COLOR #968AAE

HEX: #968AAE RGB: (150,138,174)

Color info

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

RGB color model

#968AAE color RGB value is (150,138,174).

RGB: (150,138,174) (59%, 54%, 68%)

RGB channels and saturation

R 150 of 255 = 59%
G 138 of 255 = 54%
B 174 of 255 = 68%

150
138
174

R + G + B ~ 60%. #968AAE is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 150 + 138 + 174 = 462 (100%)
R 150 of 462 ~ 32.47%
G 138 of 462 ~ 29.87%
B 174 of 462 ~ 37.66'%

%32.47
%29.87
%37.66

CMYK color model

#968AAE color CMYK value is (14,21,0,32).

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

CMYK: (14,21,0,32)
C14M21Y0K32 (14%, 21%, 0%, 32%)
(0.14 / 0.21 / 0.00 / 0.32)

CMYK percentages

%13.79
%20.69
%0
%31.76

Codes

Color #968AAE in popluar color models

96 8A AE
RGB 150 138 174
HSL 260° 18.18% 61.18%
HSB/HSV 260° 20.69% 68.24%
CMYK 13.79% 20.69% 0.00%
31.76%

Color #968AAE in popluar number systems.

HEX 96 8A AE
Decimal 150 138 174
Binary 10010110 10001010 10101110
Octal 226 212 256

Shades and tints

Shades of #968AAE

#968AAE
(150,138,174)
#897E9F
(137,126,159)
#7C7290
(124,114,144)
#6F6681
(111,102,129)
#625A72
(98,90,114)
#554E63
(85,78,99)
#484254
(72,66,84)
#3B3645
(59,54,69)
#2E2A36
(46,42,54)
#211E27
(33,30,39)
#141218
(20,18,24)
#000000
(0,0,0)

Tints of #968AAE

#968AAE
(150,138,174)
#9F94B5
(159,148,181)
#A89EBC
(168,158,188)
#B1A8C3
(177,168,195)
#BAB2CA
(186,178,202)
#C3BCD1
(195,188,209)
#CCC6D8
(204,198,216)
#D5D0DF
(213,208,223)
#DEDAE6
(222,218,230)
#E7E4ED
(231,228,237)
#F0EEF4
(240,238,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #968AAE; }

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

This text font color is #968AAE.

Background Color

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

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

This div background color is #968AAE.

Border color

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

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

This div border color is #968AAE.

Opacity

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

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

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

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

This text has shadow with #968AAE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #968AAE.

Preview

Color preview on black background

This text has color #968AAE on black background.


Color preview on white background

This text has color #968AAE on white background.


Black color preview on #968AAE background

This text has black color on #968AAE background.


White color preview on #968AAE background

This text has white color on #968AAE background.


Related colors

Complementary color

Complementary color for #hex is #697551.


I love getcolorcode.com

Triadic colors

1 #AE968A and #8AAE96 with #968AAE are triadic colors.

2 #AE8A96 and #8A96AE with #968AAE are triadic colors.