COLOR #959AE1

HEX: #959AE1
RGB: (149,154,225)

Color info

#959AE1 contains mainly blue color. Web safe color of #959AE1 is #9999CC (or #99C).

RGB color model

#959AE1 color RGB value is (149,154,225).

  • red value is 149;
  • green value is 154;
  • blue value is 225.
RGB:
(149,154,225)
(58%,60%,88%)

RGB channels and saturation

R 149 of 255 = 58%
G 154 of 255 = 60%
B 225 of 255 = 88%

149
154
225

R + G + B ~ 69%. #959AE1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
149 + 154 + 225 = 528 (100%)
R 149 of 528 ~ 28.22%
G 154 of 528 ~ 29.17%
B 225 of 528 ~ 42.61%

%28.22
%29.17
%42.61

CMYK color model

#959AE1 color CMYK value is (34,32,0,12).

  • cyan value is 33.78%
  • magenta value is 31.56%
  • yellow value is 0.00%
  • key color value is 11.76%
CMYK:
(34,32,0,12)
C34M32Y0K12 
(34%,32%,0%,12%)
(0.34/0.32/0.00/0.12)	

CMYK percentages

%33.78
%31.56
%0
%11.76

Codes

Color #959AE1 in popluar color models

959AE1
RGB149154225
HSL236°55.88%73.33%
HSB/HSV236°33.78%88.24%
CMYK33.78%31.56%0.00%
11.76%

Color #959AE1 in popluar number systems.

HEX959AE1
Decimal149154225
Binary100101011001101011100001
Octal225232341

Shades and tints

Shades of #959AE1

#959AE1
(149,154,225)
#888CCD
(136,140,205)
#7B7EB9
(123,126,185)
#6E70A5
(110,112,165)
#616291
(97,98,145)
#54547D
(84,84,125)
#474669
(71,70,105)
#3A3855
(58,56,85)
#2D2A41
(45,42,65)
#201C2D
(32,28,45)
#130E19
(19,14,25)
#000000
(0,0,0)

Tints of #959AE1

#959AE1
(149,154,225)
#9EA3E3
(158,163,227)
#A7ACE5
(167,172,229)
#B0B5E7
(176,181,231)
#B9BEE9
(185,190,233)
#C2C7EB
(194,199,235)
#CBD0ED
(203,208,237)
#D4D9EF
(212,217,239)
#DDE2F1
(221,226,241)
#E6EBF3
(230,235,243)
#EFF4F5
(239,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #959AE1 color. Also use rgb(149,154,225) instead hex code.

Text Font Color

.myTextColor { color: #959AE1; }

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

This text font color is #959AE1.


Background Color

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

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

This div background color is #959AE1.


Border color

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

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

This div border color is #959AE1.


Opacity

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

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

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

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

This text has shadow with #959AE1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #959AE1 on black background.


Color preview on white background

This text has color #959AE1 on white background.



Black color preview on #959AE1 background

This text has black color on #959AE1 background.


White color preview on #959AE1 background

This text has white color on #959AE1 background.