COLOR #968ACB

HEX: #968ACB RGB: (150,138,203)

Color info

#968ACB contains mainly red and blue colors. Web safe color of #968ACB is #9999CC (or #99C).

RGB color model

#968ACB color RGB value is (150,138,203).

RGB: (150,138,203) (59%, 54%, 80%)

RGB channels and saturation

R 150 of 255 = 59%
G 138 of 255 = 54%
B 203 of 255 = 80%

150
138
203

R + G + B ~ 64%. #968ACB is quite light color.

Portions of RGB colors in percentages

R + G + B = 150 + 138 + 203 = 491 (100%)
R 150 of 491 ~ 30.55%
G 138 of 491 ~ 28.11%
B 203 of 491 ~ 41.34'%

%30.55
%28.11
%41.34

CMYK color model

#968ACB color CMYK value is (26,32,0,20).

  • cyan value is 26.11%
  • magenta value is 32.02%
  • yellow value is 0.00%
  • key color value is 20.39%

CMYK: (26,32,0,20)
C26M32Y0K20 (26%, 32%, 0%, 20%)
(0.26 / 0.32 / 0.00 / 0.20)

CMYK percentages

%26.11
%32.02
%0
%20.39

Codes

Color #968ACB in popluar color models

96 8A CB
RGB 150 138 203
HSL 251° 38.46% 66.86%
HSB/HSV 251° 32.02% 79.61%
CMYK 26.11% 32.02% 0.00%
20.39%

Color #968ACB in popluar number systems.

HEX 96 8A CB
Decimal 150 138 203
Binary 10010110 10001010 11001011
Octal 226 212 313

Shades and tints

Shades of #968ACB

#968ACB
(150,138,203)
#897EB9
(137,126,185)
#7C72A7
(124,114,167)
#6F6695
(111,102,149)
#625A83
(98,90,131)
#554E71
(85,78,113)
#48425F
(72,66,95)
#3B364D
(59,54,77)
#2E2A3B
(46,42,59)
#211E29
(33,30,41)
#141217
(20,18,23)
#000000
(0,0,0)

Tints of #968ACB

#968ACB
(150,138,203)
#9F94CF
(159,148,207)
#A89ED3
(168,158,211)
#B1A8D7
(177,168,215)
#BAB2DB
(186,178,219)
#C3BCDF
(195,188,223)
#CCC6E3
(204,198,227)
#D5D0E7
(213,208,231)
#DEDAEB
(222,218,235)
#E7E4EF
(231,228,239)
#F0EEF3
(240,238,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #968ACB; }

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

This text font color is #968ACB.

Background Color

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

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

This div background color is #968ACB.

Border color

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

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

This div border color is #968ACB.

Opacity

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

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

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

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

This text has shadow with #968ACB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #968ACB.

Preview

Color preview on black background

This text has color #968ACB on black background.


Color preview on white background

This text has color #968ACB on white background.


Black color preview on #968ACB background

This text has black color on #968ACB background.


White color preview on #968ACB background

This text has white color on #968ACB background.


Related colors

Complementary color

Complementary color for #hex is #697534.


I love getcolorcode.com

Triadic colors

1 #CB968A and #8ACB96 with #968ACB are triadic colors.

2 #CB8A96 and #8A96CB with #968ACB are triadic colors.