COLOR #959EA2

HEX: #959EA2 RGB: (149,158,162)

Color info

#959EA2 contains red, green and blue colors in about the same proportion. Web safe color of #959EA2 is #999999 (or #999).

RGB color model

#959EA2 color RGB value is (149,158,162).

RGB: (149,158,162) (58%, 62%, 64%)

RGB channels and saturation

R 149 of 255 = 58%
G 158 of 255 = 62%
B 162 of 255 = 64%

149
158
162

R + G + B ~ 61%. #959EA2 is quite light color.

Portions of RGB colors in percentages

R + G + B = 149 + 158 + 162 = 469 (100%)
R 149 of 469 ~ 31.77%
G 158 of 469 ~ 33.69%
B 162 of 469 ~ 34.54'%

%31.77
%33.69
%34.54

CMYK color model

#959EA2 color CMYK value is (8,2,0,36).

  • cyan value is 8.02%
  • magenta value is 2.47%
  • yellow value is 0.00%
  • key color value is 36.47%
CMYK: (8,2,0,36) C8M2Y0K36 (8%,2%,0%,36%) (0.08/0.02/0.00/0.36) 

CMYK percentages

%8.02
%2.47
%0
%36.47

Codes

Color #959EA2 in popluar color models

95 9E A2
RGB 149 158 162
HSL 198° 6.53% 60.98%
HSB/HSV 198° 8.02% 63.53%
CMYK 8.02% 2.47% 0.00%
36.47%

Color #959EA2 in popluar number systems.

HEX 95 9E A2
Decimal 149 158 162
Binary 10010101 10011110 10100010
Octal 225 236 242

Shades and tints

Shades of #959EA2

#959EA2
(149,158,162)
#889094
(136,144,148)
#7B8286
(123,130,134)
#6E7478
(110,116,120)
#61666A
(97,102,106)
#54585C
(84,88,92)
#474A4E
(71,74,78)
#3A3C40
(58,60,64)
#2D2E32
(45,46,50)
#202024
(32,32,36)
#131216
(19,18,22)
#000000
(0,0,0)

Tints of #959EA2

#959EA2
(149,158,162)
#9EA6AA
(158,166,170)
#A7AEB2
(167,174,178)
#B0B6BA
(176,182,186)
#B9BEC2
(185,190,194)
#C2C6CA
(194,198,202)
#CBCED2
(203,206,210)
#D4D6DA
(212,214,218)
#DDDEE2
(221,222,226)
#E6E6EA
(230,230,234)
#EFEEF2
(239,238,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #959EA2 color. Also use rgb(149,158,162) instead hex code.

Text Font Color

.myTextColor { color: #959EA2; }

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

This text font color is #959EA2.

Background Color

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

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

This div background color is #959EA2.

Border color

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

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

This div border color is #959EA2.

Opacity

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

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

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

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

This text has shadow with #959EA2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #959EA2.

Preview

Color preview on black background

This text has color #959EA2 on black background.


Color preview on white background

This text has color #959EA2 on white background.


Black color preview on #959EA2 background

This text has black color on #959EA2 background.


White color preview on #959EA2 background

This text has white color on #959EA2 background.


Related colors

Complementary color

Complementary color for #hex is #6A615D.


I love getcolorcode.com

Triadic colors

1 #A2959E and #9EA295 with #959EA2 are triadic colors.

2 #A29E95 and #9E95A2 with #959EA2 are triadic colors.