COLOR #968DAF

HEX: #968DAF RGB: (150,141,175)

Color info

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

RGB color model

#968DAF color RGB value is (150,141,175).

RGB: (150,141,175) (59%, 55%, 69%)

RGB channels and saturation

R 150 of 255 = 59%
G 141 of 255 = 55%
B 175 of 255 = 69%

150
141
175

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

Portions of RGB colors in percentages

R + G + B = 150 + 141 + 175 = 466 (100%)
R 150 of 466 ~ 32.19%
G 141 of 466 ~ 30.26%
B 175 of 466 ~ 37.55'%

%32.19
%30.26
%37.55

CMYK color model

#968DAF color CMYK value is (14,19,0,31).

  • cyan value is 14.29%
  • magenta value is 19.43%
  • yellow value is 0.00%
  • key color value is 31.37%

CMYK: (14,19,0,31)
C14M19Y0K31 (14%, 19%, 0%, 31%)
(0.14 / 0.19 / 0.00 / 0.31)

CMYK percentages

%14.29
%19.43
%0
%31.37

Codes

Color #968DAF in popluar color models

96 8D AF
RGB 150 141 175
HSL 256° 17.53% 61.96%
HSB/HSV 256° 19.43% 68.63%
CMYK 14.29% 19.43% 0.00%
31.37%

Color #968DAF in popluar number systems.

HEX 96 8D AF
Decimal 150 141 175
Binary 10010110 10001101 10101111
Octal 226 215 257

Shades and tints

Shades of #968DAF

#968DAF
(150,141,175)
#8981A0
(137,129,160)
#7C7591
(124,117,145)
#6F6982
(111,105,130)
#625D73
(98,93,115)
#555164
(85,81,100)
#484555
(72,69,85)
#3B3946
(59,57,70)
#2E2D37
(46,45,55)
#212128
(33,33,40)
#141519
(20,21,25)
#000000
(0,0,0)

Tints of #968DAF

#968DAF
(150,141,175)
#9F97B6
(159,151,182)
#A8A1BD
(168,161,189)
#B1ABC4
(177,171,196)
#BAB5CB
(186,181,203)
#C3BFD2
(195,191,210)
#CCC9D9
(204,201,217)
#D5D3E0
(213,211,224)
#DEDDE7
(222,221,231)
#E7E7EE
(231,231,238)
#F0F1F5
(240,241,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #968DAF color. Also use rgb(150,141,175) instead hex code.

Text Font Color

.myTextColor { color: #968DAF; }

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

This text font color is #968DAF.

Background Color

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

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

This div background color is #968DAF.

Border color

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

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

This div border color is #968DAF.

Opacity

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

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

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

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

This text has shadow with #968DAF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #968DAF.

Preview

Color preview on black background

This text has color #968DAF on black background.


Color preview on white background

This text has color #968DAF on white background.


Black color preview on #968DAF background

This text has black color on #968DAF background.


White color preview on #968DAF background

This text has white color on #968DAF background.


Related colors

Complementary color

Complementary color for #hex is #697250.


I love getcolorcode.com

Triadic colors

1 #AF968D and #8DAF96 with #968DAF are triadic colors.

2 #AF8D96 and #8D96AF with #968DAF are triadic colors.