COLOR #969EBC

HEX: #969EBC RGB: (150,158,188)

Color info

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

RGB color model

#969EBC color RGB value is (150,158,188).

RGB: (150,158,188) (59%, 62%, 74%)

RGB channels and saturation

R 150 of 255 = 59%
G 158 of 255 = 62%
B 188 of 255 = 74%

150
158
188

R + G + B ~ 65%. #969EBC is quite light color.

Portions of RGB colors in percentages

R + G + B = 150 + 158 + 188 = 496 (100%)
R 150 of 496 ~ 30.24%
G 158 of 496 ~ 31.85%
B 188 of 496 ~ 37.9'%

%30.24
%31.85
%37.9

CMYK color model

#969EBC color CMYK value is (20,16,0,26).

  • cyan value is 20.21%
  • magenta value is 15.96%
  • yellow value is 0.00%
  • key color value is 26.27%

CMYK: (20,16,0,26)
C20M16Y0K26 (20%, 16%, 0%, 26%)
(0.20 / 0.16 / 0.00 / 0.26)

CMYK percentages

%20.21
%15.96
%0
%26.27

Codes

Color #969EBC in popluar color models

96 9E BC
RGB 150 158 188
HSL 227° 22.09% 66.27%
HSB/HSV 227° 20.21% 73.73%
CMYK 20.21% 15.96% 0.00%
26.27%

Color #969EBC in popluar number systems.

HEX 96 9E BC
Decimal 150 158 188
Binary 10010110 10011110 10111100
Octal 226 236 274

Shades and tints

Shades of #969EBC

#969EBC
(150,158,188)
#8990AB
(137,144,171)
#7C829A
(124,130,154)
#6F7489
(111,116,137)
#626678
(98,102,120)
#555867
(85,88,103)
#484A56
(72,74,86)
#3B3C45
(59,60,69)
#2E2E34
(46,46,52)
#212023
(33,32,35)
#141212
(20,18,18)
#000000
(0,0,0)

Tints of #969EBC

#969EBC
(150,158,188)
#9FA6C2
(159,166,194)
#A8AEC8
(168,174,200)
#B1B6CE
(177,182,206)
#BABED4
(186,190,212)
#C3C6DA
(195,198,218)
#CCCEE0
(204,206,224)
#D5D6E6
(213,214,230)
#DEDEEC
(222,222,236)
#E7E6F2
(231,230,242)
#F0EEF8
(240,238,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #969EBC color. Also use rgb(150,158,188) instead hex code.

Text Font Color

.myTextColor { color: #969EBC; }

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

This text font color is #969EBC.

Background Color

.myBgColor { background-color: #969EBC; }

<div style="background-color:#969EBC">Inner text</div>

This div background color is #969EBC.

Border color

.myBorderColor { border: 1px solid #969EBC; }

<div style="border:3px solid #969EBC">Div</div>

This div border color is #969EBC.

Opacity

.myOpacity80 { color: #969EBC; opacity: 0.8; }

<p style="color:#969EBC;opacity:0.8;">80%</p>

Text with #969EBC 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 #969EBC;}

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

This text has shadow with #969EBC color.


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

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

This text has shadow with #969EBC primary color and red secondary color.


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

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

This text has shadow with #969EBC and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #969EBC.

Preview

Color preview on black background

This text has color #969EBC on black background.


Color preview on white background

This text has color #969EBC on white background.


Black color preview on #969EBC background

This text has black color on #969EBC background.


White color preview on #969EBC background

This text has white color on #969EBC background.


Related colors

Complementary color

Complementary color for #hex is #696143.


I love getcolorcode.com

Triadic colors

1 #BC969E and #9EBC96 with #969EBC are triadic colors.

2 #BC9E96 and #9E96BC with #969EBC are triadic colors.