COLOR #968EA2

HEX: #968EA2
RGB: (150,142,162)

Color info

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

RGB color model

#968EA2 color RGB value is (150,142,162).

  • red value is 150;
  • green value is 142;
  • blue value is 162.
RGB:
(150,142,162)
(59%,56%,64%)

RGB channels and saturation

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

150
142
162

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

Portions of RGB colors in percentages

R + G + B =
150 + 142 + 162 = 454 (100%)
R 150 of 454 ~ 33.04%
G 142 of 454 ~ 31.28%
B 162 of 454 ~ 35.68%

%33.04
%31.28
%35.68

CMYK color model

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

  • cyan value is 7.41%
  • magenta value is 12.35%
  • 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
%12.35
%0
%36.47

Codes

Color #968EA2 in popluar color models

968EA2
RGB150142162
HSL264°9.71%59.61%
HSB/HSV264°12.35%63.53%
CMYK7.41%12.35%0.00%
36.47%

Color #968EA2 in popluar number systems.

HEX968EA2
Decimal150142162
Binary100101101000111010100010
Octal226216242

Shades and tints

Shades of #968EA2

#968EA2
(150,142,162)
#898294
(137,130,148)
#7C7686
(124,118,134)
#6F6A78
(111,106,120)
#625E6A
(98,94,106)
#55525C
(85,82,92)
#48464E
(72,70,78)
#3B3A40
(59,58,64)
#2E2E32
(46,46,50)
#212224
(33,34,36)
#141616
(20,22,22)
#000000
(0,0,0)

Tints of #968EA2

#968EA2
(150,142,162)
#9F98AA
(159,152,170)
#A8A2B2
(168,162,178)
#B1ACBA
(177,172,186)
#BAB6C2
(186,182,194)
#C3C0CA
(195,192,202)
#CCCAD2
(204,202,210)
#D5D4DA
(213,212,218)
#DEDEE2
(222,222,226)
#E7E8EA
(231,232,234)
#F0F2F2
(240,242,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #968EA2; }

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

This text font color is #968EA2.


Background Color

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

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

This div background color is #968EA2.


Border color

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

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

This div border color is #968EA2.


Opacity

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

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

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

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

This text has shadow with #968EA2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #968EA2 on black background.


Color preview on white background

This text has color #968EA2 on white background.



Black color preview on #968EA2 background

This text has black color on #968EA2 background.


White color preview on #968EA2 background

This text has white color on #968EA2 background.