COLOR #968FA2

HEX: #968FA2 RGB: (150,143,162)

Color info

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

RGB color model

#968FA2 color RGB value is (150,143,162).

RGB: (150,143,162) (59%, 56%, 64%)

RGB channels and saturation

R 150 of 255 = 59%
G 143 of 255 = 56%
B 162 of 255 = 64%

150
143
162

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

Portions of RGB colors in percentages

R + G + B = 150 + 143 + 162 = 455 (100%)
R 150 of 455 ~ 32.97%
G 143 of 455 ~ 31.43%
B 162 of 455 ~ 35.6'%

%32.97
%31.43
%35.6

CMYK color model

#968FA2 color CMYK value is (7,12,0,36).

  • cyan value is 7.41%
  • magenta value is 11.73%
  • yellow value is 0.00%
  • key color value is 36.47%

CMYK: (7,12,0,36)
C7M12Y0K36 (7%, 12%, 0%, 36%)
(0.07 / 0.12 / 0.00 / 0.36)

CMYK percentages

%7.41
%11.73
%0
%36.47

Codes

Color #968FA2 in popluar color models

96 8F A2
RGB 150 143 162
HSL 262° 9.27% 59.80%
HSB/HSV 262° 11.73% 63.53%
CMYK 7.41% 11.73% 0.00%
36.47%

Color #968FA2 in popluar number systems.

HEX 96 8F A2
Decimal 150 143 162
Binary 10010110 10001111 10100010
Octal 226 217 242

Shades and tints

Shades of #968FA2

#968FA2
(150,143,162)
#898294
(137,130,148)
#7C7586
(124,117,134)
#6F6878
(111,104,120)
#625B6A
(98,91,106)
#554E5C
(85,78,92)
#48414E
(72,65,78)
#3B3440
(59,52,64)
#2E2732
(46,39,50)
#211A24
(33,26,36)
#140D16
(20,13,22)
#000000
(0,0,0)

Tints of #968FA2

#968FA2
(150,143,162)
#9F99AA
(159,153,170)
#A8A3B2
(168,163,178)
#B1ADBA
(177,173,186)
#BAB7C2
(186,183,194)
#C3C1CA
(195,193,202)
#CCCBD2
(204,203,210)
#D5D5DA
(213,213,218)
#DEDFE2
(222,223,226)
#E7E9EA
(231,233,234)
#F0F3F2
(240,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #968FA2 color. Also use rgb(150,143,162) instead hex code.

Text Font Color

.myTextColor { color: #968FA2; }

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

This text font color is #968FA2.

Background Color

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

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

This div background color is #968FA2.

Border color

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

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

This div border color is #968FA2.

Opacity

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

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

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

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

This text has shadow with #968FA2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #968FA2.

Preview

Color preview on black background

This text has color #968FA2 on black background.


Color preview on white background

This text has color #968FA2 on white background.


Black color preview on #968FA2 background

This text has black color on #968FA2 background.


White color preview on #968FA2 background

This text has white color on #968FA2 background.


Related colors

Complementary color

Complementary color for #hex is #69705D.


I love getcolorcode.com

Triadic colors

1 #A2968F and #8FA296 with #968FA2 are triadic colors.

2 #A28F96 and #8F96A2 with #968FA2 are triadic colors.