COLOR #95A6BC

HEX: #95A6BC
RGB: (149,166,188)

Color info

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

RGB color model

#95A6BC color RGB value is (149,166,188).

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

RGB channels and saturation

R 149 of 255 = 58%
G 166 of 255 = 65%
B 188 of 255 = 74%

149
166
188

R + G + B ~ 66%. #95A6BC is quite light color.

Portions of RGB colors in percentages

R + G + B =
149 + 166 + 188 = 503 (100%)
R 149 of 503 ~ 29.62%
G 166 of 503 ~ 33%
B 188 of 503 ~ 37.38%

%29.62
%33
%37.38

CMYK color model

#95A6BC color CMYK value is (21,12,0,26).

  • cyan value is 20.74%
  • magenta value is 11.70%
  • yellow value is 0.00%
  • key color value is 26.27%
CMYK:
(21,12,0,26)
C21M12Y0K26 
(21%,12%,0%,26%)
(0.21/0.12/0.00/0.26)	

CMYK percentages

%20.74
%11.7
%0
%26.27

Codes

Color #95A6BC in popluar color models

95A6BC
RGB149166188
HSL214°22.54%66.08%
HSB/HSV214°20.74%73.73%
CMYK20.74%11.70%0.00%
26.27%

Color #95A6BC in popluar number systems.

HEX95A6BC
Decimal149166188
Binary100101011010011010111100
Octal225246274

Shades and tints

Shades of #95A6BC

#95A6BC
(149,166,188)
#8897AB
(136,151,171)
#7B889A
(123,136,154)
#6E7989
(110,121,137)
#616A78
(97,106,120)
#545B67
(84,91,103)
#474C56
(71,76,86)
#3A3D45
(58,61,69)
#2D2E34
(45,46,52)
#201F23
(32,31,35)
#131012
(19,16,18)
#000000
(0,0,0)

Tints of #95A6BC

#95A6BC
(149,166,188)
#9EAEC2
(158,174,194)
#A7B6C8
(167,182,200)
#B0BECE
(176,190,206)
#B9C6D4
(185,198,212)
#C2CEDA
(194,206,218)
#CBD6E0
(203,214,224)
#D4DEE6
(212,222,230)
#DDE6EC
(221,230,236)
#E6EEF2
(230,238,242)
#EFF6F8
(239,246,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #95A6BC; }

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

This text font color is #95A6BC.


Background Color

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

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

This div background color is #95A6BC.


Border color

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

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

This div border color is #95A6BC.


Opacity

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

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

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

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

This text has shadow with #95A6BC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #95A6BC on black background.


Color preview on white background

This text has color #95A6BC on white background.



Black color preview on #95A6BC background

This text has black color on #95A6BC background.


White color preview on #95A6BC background

This text has white color on #95A6BC background.