COLOR #968AB5

HEX: #968AB5
RGB: (150,138,181)

Color info

#968AB5 contains red, green and blue colors in about the same proportion. Web safe color of #968AB5 is #9999CC (or #99C).

RGB color model

#968AB5 color RGB value is (150,138,181).

  • red value is 150;
  • green value is 138;
  • blue value is 181.
RGB:
(150,138,181)
(59%,54%,71%)

RGB channels and saturation

R 150 of 255 = 59%
G 138 of 255 = 54%
B 181 of 255 = 71%

150
138
181

R + G + B ~ 61%. #968AB5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
150 + 138 + 181 = 469 (100%)
R 150 of 469 ~ 31.98%
G 138 of 469 ~ 29.42%
B 181 of 469 ~ 38.59%

%31.98
%29.42
%38.59

CMYK color model

#968AB5 color CMYK value is (17,24,0,29).

  • cyan value is 17.13%
  • magenta value is 23.76%
  • yellow value is 0.00%
  • key color value is 29.02%
CMYK:
(17,24,0,29)
C17M24Y0K29 
(17%,24%,0%,29%)
(0.17/0.24/0.00/0.29)	

CMYK percentages

%17.13
%23.76
%0
%29.02

Codes

Color #968AB5 in popluar color models

968AB5
RGB150138181
HSL257°22.51%62.55%
HSB/HSV257°23.76%70.98%
CMYK17.13%23.76%0.00%
29.02%

Color #968AB5 in popluar number systems.

HEX968AB5
Decimal150138181
Binary100101101000101010110101
Octal226212265

Shades and tints

Shades of #968AB5

#968AB5
(150,138,181)
#897EA5
(137,126,165)
#7C7295
(124,114,149)
#6F6685
(111,102,133)
#625A75
(98,90,117)
#554E65
(85,78,101)
#484255
(72,66,85)
#3B3645
(59,54,69)
#2E2A35
(46,42,53)
#211E25
(33,30,37)
#141215
(20,18,21)
#000000
(0,0,0)

Tints of #968AB5

#968AB5
(150,138,181)
#9F94BB
(159,148,187)
#A89EC1
(168,158,193)
#B1A8C7
(177,168,199)
#BAB2CD
(186,178,205)
#C3BCD3
(195,188,211)
#CCC6D9
(204,198,217)
#D5D0DF
(213,208,223)
#DEDAE5
(222,218,229)
#E7E4EB
(231,228,235)
#F0EEF1
(240,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #968AB5; }

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

This text font color is #968AB5.


Background Color

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

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

This div background color is #968AB5.


Border color

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

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

This div border color is #968AB5.


Opacity

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

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

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

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

This text has shadow with #968AB5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #968AB5 on black background.


Color preview on white background

This text has color #968AB5 on white background.



Black color preview on #968AB5 background

This text has black color on #968AB5 background.


White color preview on #968AB5 background

This text has white color on #968AB5 background.