COLOR #95A6B2

HEX: #95A6B2
RGB: (149,166,178)

Color info

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

RGB color model

#95A6B2 color RGB value is (149,166,178).

  • red value is 149;
  • green value is 166;
  • blue value is 178.
RGB:
(149,166,178)
(58%,65%,70%)

RGB channels and saturation

R 149 of 255 = 58%
G 166 of 255 = 65%
B 178 of 255 = 70%

149
166
178

R + G + B ~ 64%. #95A6B2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
149 + 166 + 178 = 493 (100%)
R 149 of 493 ~ 30.22%
G 166 of 493 ~ 33.67%
B 178 of 493 ~ 36.11%

%30.22
%33.67
%36.11

CMYK color model

#95A6B2 color CMYK value is (16,7,0,30).

  • cyan value is 16.29%
  • magenta value is 6.74%
  • yellow value is 0.00%
  • key color value is 30.20%
CMYK:
(16,7,0,30)
C16M7Y0K30 
(16%,7%,0%,30%)
(0.16/0.07/0.00/0.30)	

CMYK percentages

%16.29
%6.74
%0
%30.2

Codes

Color #95A6B2 in popluar color models

95A6B2
RGB149166178
HSL205°15.85%64.12%
HSB/HSV205°16.29%69.80%
CMYK16.29%6.74%0.00%
30.20%

Color #95A6B2 in popluar number systems.

HEX95A6B2
Decimal149166178
Binary100101011010011010110010
Octal225246262

Shades and tints

Shades of #95A6B2

#95A6B2
(149,166,178)
#8897A2
(136,151,162)
#7B8892
(123,136,146)
#6E7982
(110,121,130)
#616A72
(97,106,114)
#545B62
(84,91,98)
#474C52
(71,76,82)
#3A3D42
(58,61,66)
#2D2E32
(45,46,50)
#201F22
(32,31,34)
#131012
(19,16,18)
#000000
(0,0,0)

Tints of #95A6B2

#95A6B2
(149,166,178)
#9EAEB9
(158,174,185)
#A7B6C0
(167,182,192)
#B0BEC7
(176,190,199)
#B9C6CE
(185,198,206)
#C2CED5
(194,206,213)
#CBD6DC
(203,214,220)
#D4DEE3
(212,222,227)
#DDE6EA
(221,230,234)
#E6EEF1
(230,238,241)
#EFF6F8
(239,246,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #95A6B2 color. Also use rgb(149,166,178) instead hex code.

Text Font Color

.myTextColor { color: #95A6B2; }

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

This text font color is #95A6B2.


Background Color

.myBgColor { background-color: #95A6B2; }

<div style="background-color:#95A6B2">Inner text</div>

This div background color is #95A6B2.


Border color

.myBorderColor { border: 1px solid #95A6B2; }

<div style="border:3px solid #95A6B2">Div</div>

This div border color is #95A6B2.


Opacity

.myOpacity80 { color: #95A6B2; opacity: 0.8; }

<p style="color:#95A6B2;opacity:0.8;">80%</p>

Text with #95A6B2 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 #95A6B2;}

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

This text has shadow with #95A6B2 color.

.textShadow {text-shadow: 3px 3px 1px #95A6B2, 3px 3px 1px red;}

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

This text has shadow with #95A6B2 primary color and red secondary color.


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

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

This text has shadow with #95A6B2 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #95A6B2 on black background.


Color preview on white background

This text has color #95A6B2 on white background.



Black color preview on #95A6B2 background

This text has black color on #95A6B2 background.


White color preview on #95A6B2 background

This text has white color on #95A6B2 background.