COLOR #967DAE

HEX: #967DAE
RGB: (150,125,174)

Color info

#967DAE contains red, green and blue colors in about the same proportion. Web safe color of #967DAE is #996699 (or #969).

RGB color model

#967DAE color RGB value is (150,125,174).

  • red value is 150;
  • green value is 125;
  • blue value is 174.
RGB:
(150,125,174)
(59%,49%,68%)

RGB channels and saturation

R 150 of 255 = 59%
G 125 of 255 = 49%
B 174 of 255 = 68%

150
125
174

R + G + B ~ 59%. #967DAE is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
150 + 125 + 174 = 449 (100%)
R 150 of 449 ~ 33.41%
G 125 of 449 ~ 27.84%
B 174 of 449 ~ 38.75%

%33.41
%27.84
%38.75

CMYK color model

#967DAE color CMYK value is (14,28,0,32).

  • cyan value is 13.79%
  • magenta value is 28.16%
  • yellow value is 0.00%
  • key color value is 31.76%
CMYK:
(14,28,0,32)
C14M28Y0K32 
(14%,28%,0%,32%)
(0.14/0.28/0.00/0.32)	

CMYK percentages

%13.79
%28.16
%0
%31.76

Codes

Color #967DAE in popluar color models

967DAE
RGB150125174
HSL271°23.22%58.63%
HSB/HSV271°28.16%68.24%
CMYK13.79%28.16%0.00%
31.76%

Color #967DAE in popluar number systems.

HEX967DAE
Decimal150125174
Binary10010110111110110101110
Octal226175256

Shades and tints

Shades of #967DAE

#967DAE
(150,125,174)
#89729F
(137,114,159)
#7C6790
(124,103,144)
#6F5C81
(111,92,129)
#625172
(98,81,114)
#554663
(85,70,99)
#483B54
(72,59,84)
#3B3045
(59,48,69)
#2E2536
(46,37,54)
#211A27
(33,26,39)
#140F18
(20,15,24)
#000000
(0,0,0)

Tints of #967DAE

#967DAE
(150,125,174)
#9F88B5
(159,136,181)
#A893BC
(168,147,188)
#B19EC3
(177,158,195)
#BAA9CA
(186,169,202)
#C3B4D1
(195,180,209)
#CCBFD8
(204,191,216)
#D5CADF
(213,202,223)
#DED5E6
(222,213,230)
#E7E0ED
(231,224,237)
#F0EBF4
(240,235,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #967DAE color. Also use rgb(150,125,174) instead hex code.

Text Font Color

.myTextColor { color: #967DAE; }

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

This text font color is #967DAE.


Background Color

.myBgColor { background-color: #967DAE; }

<div style="background-color:#967DAE">Inner text</div>

This div background color is #967DAE.


Border color

.myBorderColor { border: 1px solid #967DAE; }

<div style="border:3px solid #967DAE">Div</div>

This div border color is #967DAE.


Opacity

.myOpacity80 { color: #967DAE; opacity: 0.8; }

<p style="color:#967DAE;opacity:0.8;">80%</p>

Text with #967DAE 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 #967DAE;}

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

This text has shadow with #967DAE color.

.textShadow {text-shadow: 3px 3px 1px #967DAE, 3px 3px 1px red;}

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

This text has shadow with #967DAE primary color and red secondary color.


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

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

This text has shadow with #967DAE and red colors in old Internet Explorer.


Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #967DAE;
-webkit-box-shadow: 1px 1px 3px 2px #967DAE;
box-shadow:1px 1px 3px 2px #967DAE;">
Div content here</div>
This div box has shadow with color #967DAE.

Preview

Color preview on black background

This text has color #967DAE on black background.


Color preview on white background

This text has color #967DAE on white background.



Black color preview on #967DAE background

This text has black color on #967DAE background.


White color preview on #967DAE background

This text has white color on #967DAE background.