COLOR #959AD2

HEX: #959AD2
RGB: (149,154,210)

Color info

#959AD2 contains mainly green and blue colors. Web safe color of #959AD2 is #9999CC (or #99C).

RGB color model

#959AD2 color RGB value is (149,154,210).

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

RGB channels and saturation

R 149 of 255 = 58%
G 154 of 255 = 60%
B 210 of 255 = 82%

149
154
210

R + G + B ~ 67%. #959AD2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
149 + 154 + 210 = 513 (100%)
R 149 of 513 ~ 29.04%
G 154 of 513 ~ 30.02%
B 210 of 513 ~ 40.94%

%29.04
%30.02
%40.94

CMYK color model

#959AD2 color CMYK value is (29,27,0,18).

  • cyan value is 29.05%
  • magenta value is 26.67%
  • yellow value is 0.00%
  • key color value is 17.65%
CMYK:
(29,27,0,18)
C29M27Y0K18 
(29%,27%,0%,18%)
(0.29/0.27/0.00/0.18)	

CMYK percentages

%29.05
%26.67
%0
%17.65

Codes

Color #959AD2 in popluar color models

959AD2
RGB149154210
HSL235°40.40%70.39%
HSB/HSV235°29.05%82.35%
CMYK29.05%26.67%0.00%
17.65%

Color #959AD2 in popluar number systems.

HEX959AD2
Decimal149154210
Binary100101011001101011010010
Octal225232322

Shades and tints

Shades of #959AD2

#959AD2
(149,154,210)
#888CBF
(136,140,191)
#7B7EAC
(123,126,172)
#6E7099
(110,112,153)
#616286
(97,98,134)
#545473
(84,84,115)
#474660
(71,70,96)
#3A384D
(58,56,77)
#2D2A3A
(45,42,58)
#201C27
(32,28,39)
#130E14
(19,14,20)
#000000
(0,0,0)

Tints of #959AD2

#959AD2
(149,154,210)
#9EA3D6
(158,163,214)
#A7ACDA
(167,172,218)
#B0B5DE
(176,181,222)
#B9BEE2
(185,190,226)
#C2C7E6
(194,199,230)
#CBD0EA
(203,208,234)
#D4D9EE
(212,217,238)
#DDE2F2
(221,226,242)
#E6EBF6
(230,235,246)
#EFF4FA
(239,244,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #959AD2; }

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

This text font color is #959AD2.


Background Color

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

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

This div background color is #959AD2.


Border color

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

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

This div border color is #959AD2.


Opacity

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

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

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

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

This text has shadow with #959AD2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #959AD2 on black background.


Color preview on white background

This text has color #959AD2 on white background.



Black color preview on #959AD2 background

This text has black color on #959AD2 background.


White color preview on #959AD2 background

This text has white color on #959AD2 background.