COLOR #968DBE

HEX: #968DBE RGB: (150,141,190)

Color info

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

RGB color model

#968DBE color RGB value is (150,141,190).

RGB: (150,141,190) (59%, 55%, 75%)

RGB channels and saturation

R 150 of 255 = 59%
G 141 of 255 = 55%
B 190 of 255 = 75%

150
141
190

R + G + B ~ 63%. #968DBE is quite light color.

Portions of RGB colors in percentages

R + G + B = 150 + 141 + 190 = 481 (100%)
R 150 of 481 ~ 31.19%
G 141 of 481 ~ 29.31%
B 190 of 481 ~ 39.5'%

%31.19
%29.31
%39.5

CMYK color model

#968DBE color CMYK value is (21,26,0,25).

  • cyan value is 21.05%
  • magenta value is 25.79%
  • yellow value is 0.00%
  • key color value is 25.49%

CMYK: (21,26,0,25)
C21M26Y0K25 (21%, 26%, 0%, 25%)
(0.21 / 0.26 / 0.00 / 0.25)

CMYK percentages

%21.05
%25.79
%0
%25.49

Codes

Color #968DBE in popluar color models

96 8D BE
RGB 150 141 190
HSL 251° 27.37% 64.90%
HSB/HSV 251° 25.79% 74.51%
CMYK 21.05% 25.79% 0.00%
25.49%

Color #968DBE in popluar number systems.

HEX 96 8D BE
Decimal 150 141 190
Binary 10010110 10001101 10111110
Octal 226 215 276

Shades and tints

Shades of #968DBE

#968DBE
(150,141,190)
#8981AD
(137,129,173)
#7C759C
(124,117,156)
#6F698B
(111,105,139)
#625D7A
(98,93,122)
#555169
(85,81,105)
#484558
(72,69,88)
#3B3947
(59,57,71)
#2E2D36
(46,45,54)
#212125
(33,33,37)
#141514
(20,21,20)
#000000
(0,0,0)

Tints of #968DBE

#968DBE
(150,141,190)
#9F97C3
(159,151,195)
#A8A1C8
(168,161,200)
#B1ABCD
(177,171,205)
#BAB5D2
(186,181,210)
#C3BFD7
(195,191,215)
#CCC9DC
(204,201,220)
#D5D3E1
(213,211,225)
#DEDDE6
(222,221,230)
#E7E7EB
(231,231,235)
#F0F1F0
(240,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #968DBE; }

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

This text font color is #968DBE.

Background Color

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

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

This div background color is #968DBE.

Border color

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

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

This div border color is #968DBE.

Opacity

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

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

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

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

This text has shadow with #968DBE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #968DBE.

Preview

Color preview on black background

This text has color #968DBE on black background.


Color preview on white background

This text has color #968DBE on white background.


Black color preview on #968DBE background

This text has black color on #968DBE background.


White color preview on #968DBE background

This text has white color on #968DBE background.


Related colors

Complementary color

Complementary color for #hex is #697241.


I love getcolorcode.com

Triadic colors

1 #BE968D and #8DBE96 with #968DBE are triadic colors.

2 #BE8D96 and #8D96BE with #968DBE are triadic colors.