COLOR #968CA2

HEX: #968CA2 RGB: (150,140,162)

Color info

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

RGB color model

#968CA2 color RGB value is (150,140,162).

RGB: (150,140,162) (59%, 55%, 64%)

RGB channels and saturation

R 150 of 255 = 59%
G 140 of 255 = 55%
B 162 of 255 = 64%

150
140
162

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

Portions of RGB colors in percentages

R + G + B = 150 + 140 + 162 = 452 (100%)
R 150 of 452 ~ 33.19%
G 140 of 452 ~ 30.97%
B 162 of 452 ~ 35.84'%

%33.19
%30.97
%35.84

CMYK color model

#968CA2 color CMYK value is (7,14,0,36).

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

CMYK: (7,14,0,36)
C7M14Y0K36 (7%, 14%, 0%, 36%)
(0.07 / 0.14 / 0.00 / 0.36)

CMYK percentages

%7.41
%13.58
%0
%36.47

Codes

Color #968CA2 in popluar color models

96 8C A2
RGB 150 140 162
HSL 267° 10.58% 59.22%
HSB/HSV 267° 13.58% 63.53%
CMYK 7.41% 13.58% 0.00%
36.47%

Color #968CA2 in popluar number systems.

HEX 96 8C A2
Decimal 150 140 162
Binary 10010110 10001100 10100010
Octal 226 214 242

Shades and tints

Shades of #968CA2

#968CA2
(150,140,162)
#898094
(137,128,148)
#7C7486
(124,116,134)
#6F6878
(111,104,120)
#625C6A
(98,92,106)
#55505C
(85,80,92)
#48444E
(72,68,78)
#3B3840
(59,56,64)
#2E2C32
(46,44,50)
#212024
(33,32,36)
#141416
(20,20,22)
#000000
(0,0,0)

Tints of #968CA2

#968CA2
(150,140,162)
#9F96AA
(159,150,170)
#A8A0B2
(168,160,178)
#B1AABA
(177,170,186)
#BAB4C2
(186,180,194)
#C3BECA
(195,190,202)
#CCC8D2
(204,200,210)
#D5D2DA
(213,210,218)
#DEDCE2
(222,220,226)
#E7E6EA
(231,230,234)
#F0F0F2
(240,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #968CA2; }

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

This text font color is #968CA2.

Background Color

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

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

This div background color is #968CA2.

Border color

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

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

This div border color is #968CA2.

Opacity

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

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

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

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

This text has shadow with #968CA2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #968CA2.

Preview

Color preview on black background

This text has color #968CA2 on black background.


Color preview on white background

This text has color #968CA2 on white background.


Black color preview on #968CA2 background

This text has black color on #968CA2 background.


White color preview on #968CA2 background

This text has white color on #968CA2 background.


Related colors

Complementary color

Complementary color for #hex is #69735D.


I love getcolorcode.com

Triadic colors

1 #A2968C and #8CA296 with #968CA2 are triadic colors.

2 #A28C96 and #8C96A2 with #968CA2 are triadic colors.