COLOR #969EBE

HEX: #969EBE
RGB: (150,158,190)

Color info

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

RGB color model

#969EBE color RGB value is (150,158,190).

  • red value is 150;
  • green value is 158;
  • blue value is 190.
RGB:
(150,158,190)
(59%,62%,75%)

RGB channels and saturation

R 150 of 255 = 59%
G 158 of 255 = 62%
B 190 of 255 = 75%

150
158
190

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

Portions of RGB colors in percentages

R + G + B =
150 + 158 + 190 = 498 (100%)
R 150 of 498 ~ 30.12%
G 158 of 498 ~ 31.73%
B 190 of 498 ~ 38.15%

%30.12
%31.73
%38.15

CMYK color model

#969EBE color CMYK value is (21,17,0,25).

  • cyan value is 21.05%
  • magenta value is 16.84%
  • yellow value is 0.00%
  • key color value is 25.49%
CMYK:
(21,17,0,25)
C21M17Y0K25 
(21%,17%,0%,25%)
(0.21/0.17/0.00/0.25)	

CMYK percentages

%21.05
%16.84
%0
%25.49

Codes

Color #969EBE in popluar color models

969EBE
RGB150158190
HSL228°23.53%66.67%
HSB/HSV228°21.05%74.51%
CMYK21.05%16.84%0.00%
25.49%

Color #969EBE in popluar number systems.

HEX969EBE
Decimal150158190
Binary100101101001111010111110
Octal226236276

Shades and tints

Shades of #969EBE

#969EBE
(150,158,190)
#8990AD
(137,144,173)
#7C829C
(124,130,156)
#6F748B
(111,116,139)
#62667A
(98,102,122)
#555869
(85,88,105)
#484A58
(72,74,88)
#3B3C47
(59,60,71)
#2E2E36
(46,46,54)
#212025
(33,32,37)
#141214
(20,18,20)
#000000
(0,0,0)

Tints of #969EBE

#969EBE
(150,158,190)
#9FA6C3
(159,166,195)
#A8AEC8
(168,174,200)
#B1B6CD
(177,182,205)
#BABED2
(186,190,210)
#C3C6D7
(195,198,215)
#CCCEDC
(204,206,220)
#D5D6E1
(213,214,225)
#DEDEE6
(222,222,230)
#E7E6EB
(231,230,235)
#F0EEF0
(240,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #969EBE; }

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

This text font color is #969EBE.


Background Color

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

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

This div background color is #969EBE.


Border color

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

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

This div border color is #969EBE.


Opacity

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

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

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

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

This text has shadow with #969EBE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #969EBE on black background.


Color preview on white background

This text has color #969EBE on white background.



Black color preview on #969EBE background

This text has black color on #969EBE background.


White color preview on #969EBE background

This text has white color on #969EBE background.