COLOR #95A1BA

HEX: #95A1BA
RGB: (149,161,186)

Color info

#95A1BA contains red, green and blue colors in about the same proportion. Web safe color of #95A1BA is #9999CC (or #99C).

RGB color model

#95A1BA color RGB value is (149,161,186).

  • red value is 149;
  • green value is 161;
  • blue value is 186.
RGB:
(149,161,186)
(58%,63%,73%)

RGB channels and saturation

R 149 of 255 = 58%
G 161 of 255 = 63%
B 186 of 255 = 73%

149
161
186

R + G + B ~ 65%. #95A1BA is quite light color.

Portions of RGB colors in percentages

R + G + B =
149 + 161 + 186 = 496 (100%)
R 149 of 496 ~ 30.04%
G 161 of 496 ~ 32.46%
B 186 of 496 ~ 37.5%

%30.04
%32.46
%37.5

CMYK color model

#95A1BA color CMYK value is (20,13,0,27).

  • cyan value is 19.89%
  • magenta value is 13.44%
  • yellow value is 0.00%
  • key color value is 27.06%
CMYK:
(20,13,0,27)
C20M13Y0K27 
(20%,13%,0%,27%)
(0.20/0.13/0.00/0.27)	

CMYK percentages

%19.89
%13.44
%0
%27.06

Codes

Color #95A1BA in popluar color models

95A1BA
RGB149161186
HSL221°21.14%65.69%
HSB/HSV221°19.89%72.94%
CMYK19.89%13.44%0.00%
27.06%

Color #95A1BA in popluar number systems.

HEX95A1BA
Decimal149161186
Binary100101011010000110111010
Octal225241272

Shades and tints

Shades of #95A1BA

#95A1BA
(149,161,186)
#8893AA
(136,147,170)
#7B859A
(123,133,154)
#6E778A
(110,119,138)
#61697A
(97,105,122)
#545B6A
(84,91,106)
#474D5A
(71,77,90)
#3A3F4A
(58,63,74)
#2D313A
(45,49,58)
#20232A
(32,35,42)
#13151A
(19,21,26)
#000000
(0,0,0)

Tints of #95A1BA

#95A1BA
(149,161,186)
#9EA9C0
(158,169,192)
#A7B1C6
(167,177,198)
#B0B9CC
(176,185,204)
#B9C1D2
(185,193,210)
#C2C9D8
(194,201,216)
#CBD1DE
(203,209,222)
#D4D9E4
(212,217,228)
#DDE1EA
(221,225,234)
#E6E9F0
(230,233,240)
#EFF1F6
(239,241,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #95A1BA color. Also use rgb(149,161,186) instead hex code.

Text Font Color

.myTextColor { color: #95A1BA; }

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

This text font color is #95A1BA.


Background Color

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

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

This div background color is #95A1BA.


Border color

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

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

This div border color is #95A1BA.


Opacity

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

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

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

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

This text has shadow with #95A1BA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #95A1BA on black background.


Color preview on white background

This text has color #95A1BA on white background.



Black color preview on #95A1BA background

This text has black color on #95A1BA background.


White color preview on #95A1BA background

This text has white color on #95A1BA background.