COLOR #959BEE

HEX: #959BEE RGB: (149,155,238)

Color info

#959BEE contains mainly blue color. Web safe color of #959BEE is #9999FF (or #99F).

RGB color model

#959BEE color RGB value is (149,155,238).

RGB: (149,155,238) (58%, 61%, 93%)

RGB channels and saturation

R 149 of 255 = 58%
G 155 of 255 = 61%
B 238 of 255 = 93%

149
155
238

R + G + B ~ 71%. #959BEE is quite light color.

Portions of RGB colors in percentages

R + G + B = 149 + 155 + 238 = 542 (100%)
R 149 of 542 ~ 27.49%
G 155 of 542 ~ 28.6%
B 238 of 542 ~ 43.91'%

%27.49
%28.6
%43.91

CMYK color model

#959BEE color CMYK value is (37,35,0,7).

  • cyan value is 37.39%
  • magenta value is 34.87%
  • yellow value is 0.00%
  • key color value is 6.67%

CMYK: (37,35,0,7)
C37M35Y0K7 (37%, 35%, 0%, 7%)
(0.37 / 0.35 / 0.00 / 0.07)

CMYK percentages

%37.39
%34.87
%0
%6.67

Codes

Color #959BEE in popluar color models

95 9B EE
RGB 149 155 238
HSL 236° 72.36% 75.88%
HSB/HSV 236° 37.39% 93.33%
CMYK 37.39% 34.87% 0.00%
6.67%

Color #959BEE in popluar number systems.

HEX 95 9B EE
Decimal 149 155 238
Binary 10010101 10011011 11101110
Octal 225 233 356

Shades and tints

Shades of #959BEE

#959BEE
(149,155,238)
#888DD9
(136,141,217)
#7B7FC4
(123,127,196)
#6E71AF
(110,113,175)
#61639A
(97,99,154)
#545585
(84,85,133)
#474770
(71,71,112)
#3A395B
(58,57,91)
#2D2B46
(45,43,70)
#201D31
(32,29,49)
#130F1C
(19,15,28)
#000000
(0,0,0)

Tints of #959BEE

#959BEE
(149,155,238)
#9EA4EF
(158,164,239)
#A7ADF0
(167,173,240)
#B0B6F1
(176,182,241)
#B9BFF2
(185,191,242)
#C2C8F3
(194,200,243)
#CBD1F4
(203,209,244)
#D4DAF5
(212,218,245)
#DDE3F6
(221,227,246)
#E6ECF7
(230,236,247)
#EFF5F8
(239,245,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #959BEE color. Also use rgb(149,155,238) instead hex code.

Text Font Color

.myTextColor { color: #959BEE; }

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

This text font color is #959BEE.

Background Color

.myBgColor { background-color: #959BEE; }

<div style="background-color:#959BEE">Inner text</div>

This div background color is #959BEE.

Border color

.myBorderColor { border: 1px solid #959BEE; }

<div style="border:3px solid #959BEE">Div</div>

This div border color is #959BEE.

Opacity

.myOpacity80 { color: #959BEE; opacity: 0.8; }

<p style="color:#959BEE;opacity:0.8;">80%</p>

Text with #959BEE 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 #959BEE;}

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

This text has shadow with #959BEE color.


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

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

This text has shadow with #959BEE primary color and red secondary color.


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

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

This text has shadow with #959BEE and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #959BEE.

Preview

Color preview on black background

This text has color #959BEE on black background.


Color preview on white background

This text has color #959BEE on white background.


Black color preview on #959BEE background

This text has black color on #959BEE background.


White color preview on #959BEE background

This text has white color on #959BEE background.


Related colors

Complementary color

Complementary color for #hex is #6A6411.


I love getcolorcode.com

Triadic colors

1 #EE959B and #9BEE95 with #959BEE are triadic colors.

2 #EE9B95 and #9B95EE with #959BEE are triadic colors.