COLOR #968ECB

HEX: #968ECB RGB: (150,142,203)

Color info

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

RGB color model

#968ECB color RGB value is (150,142,203).

RGB: (150,142,203) (59%, 56%, 80%)

RGB channels and saturation

R 150 of 255 = 59%
G 142 of 255 = 56%
B 203 of 255 = 80%

150
142
203

R + G + B ~ 65%. #968ECB is quite light color.

Portions of RGB colors in percentages

R + G + B = 150 + 142 + 203 = 495 (100%)
R 150 of 495 ~ 30.3%
G 142 of 495 ~ 28.69%
B 203 of 495 ~ 41.01'%

%30.3
%28.69
%41.01

CMYK color model

#968ECB color CMYK value is (26,30,0,20).

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

CMYK: (26,30,0,20)
C26M30Y0K20 (26%, 30%, 0%, 20%)
(0.26 / 0.30 / 0.00 / 0.20)

CMYK percentages

%26.11
%30.05
%0
%20.39

Codes

Color #968ECB in popluar color models

96 8E CB
RGB 150 142 203
HSL 248° 36.97% 67.65%
HSB/HSV 248° 30.05% 79.61%
CMYK 26.11% 30.05% 0.00%
20.39%

Color #968ECB in popluar number systems.

HEX 96 8E CB
Decimal 150 142 203
Binary 10010110 10001110 11001011
Octal 226 216 313

Shades and tints

Shades of #968ECB

#968ECB
(150,142,203)
#8982B9
(137,130,185)
#7C76A7
(124,118,167)
#6F6A95
(111,106,149)
#625E83
(98,94,131)
#555271
(85,82,113)
#48465F
(72,70,95)
#3B3A4D
(59,58,77)
#2E2E3B
(46,46,59)
#212229
(33,34,41)
#141617
(20,22,23)
#000000
(0,0,0)

Tints of #968ECB

#968ECB
(150,142,203)
#9F98CF
(159,152,207)
#A8A2D3
(168,162,211)
#B1ACD7
(177,172,215)
#BAB6DB
(186,182,219)
#C3C0DF
(195,192,223)
#CCCAE3
(204,202,227)
#D5D4E7
(213,212,231)
#DEDEEB
(222,222,235)
#E7E8EF
(231,232,239)
#F0F2F3
(240,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #968ECB; }

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

This text font color is #968ECB.

Background Color

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

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

This div background color is #968ECB.

Border color

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

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

This div border color is #968ECB.

Opacity

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

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

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

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

This text has shadow with #968ECB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #968ECB.

Preview

Color preview on black background

This text has color #968ECB on black background.


Color preview on white background

This text has color #968ECB on white background.


Black color preview on #968ECB background

This text has black color on #968ECB background.


White color preview on #968ECB background

This text has white color on #968ECB background.


Related colors

Complementary color

Complementary color for #hex is #697134.


I love getcolorcode.com

Triadic colors

1 #CB968E and #8ECB96 with #968ECB are triadic colors.

2 #CB8E96 and #8E96CB with #968ECB are triadic colors.