COLOR #95A0BA

HEX: #95A0BA
RGB: (149,160,186)

Color info

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

RGB color model

#95A0BA color RGB value is (149,160,186).

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

RGB channels and saturation

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

149
160
186

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

Portions of RGB colors in percentages

R + G + B =
149 + 160 + 186 = 495 (100%)
R 149 of 495 ~ 30.1%
G 160 of 495 ~ 32.32%
B 186 of 495 ~ 37.58%

%30.1
%32.32
%37.58

CMYK color model

#95A0BA color CMYK value is (20,14,0,27).

  • cyan value is 19.89%
  • magenta value is 13.98%
  • yellow value is 0.00%
  • key color value is 27.06%
CMYK:
(20,14,0,27)
C20M14Y0K27 
(20%,14%,0%,27%)
(0.20/0.14/0.00/0.27)	

CMYK percentages

%19.89
%13.98
%0
%27.06

Codes

Color #95A0BA in popluar color models

95A0BA
RGB149160186
HSL222°21.14%65.69%
HSB/HSV222°19.89%72.94%
CMYK19.89%13.98%0.00%
27.06%

Color #95A0BA in popluar number systems.

HEX95A0BA
Decimal149160186
Binary100101011010000010111010
Octal225240272

Shades and tints

Shades of #95A0BA

#95A0BA
(149,160,186)
#8892AA
(136,146,170)
#7B849A
(123,132,154)
#6E768A
(110,118,138)
#61687A
(97,104,122)
#545A6A
(84,90,106)
#474C5A
(71,76,90)
#3A3E4A
(58,62,74)
#2D303A
(45,48,58)
#20222A
(32,34,42)
#13141A
(19,20,26)
#000000
(0,0,0)

Tints of #95A0BA

#95A0BA
(149,160,186)
#9EA8C0
(158,168,192)
#A7B0C6
(167,176,198)
#B0B8CC
(176,184,204)
#B9C0D2
(185,192,210)
#C2C8D8
(194,200,216)
#CBD0DE
(203,208,222)
#D4D8E4
(212,216,228)
#DDE0EA
(221,224,234)
#E6E8F0
(230,232,240)
#EFF0F6
(239,240,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #95A0BA; }

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

This text font color is #95A0BA.


Background Color

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

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

This div background color is #95A0BA.


Border color

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

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

This div border color is #95A0BA.


Opacity

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

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

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

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

This text has shadow with #95A0BA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #95A0BA on black background.


Color preview on white background

This text has color #95A0BA on white background.



Black color preview on #95A0BA background

This text has black color on #95A0BA background.


White color preview on #95A0BA background

This text has white color on #95A0BA background.