COLOR #95A8B7

HEX: #95A8B7
RGB: (149,168,183)

Color info

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

RGB color model

#95A8B7 color RGB value is (149,168,183).

  • red value is 149;
  • green value is 168;
  • blue value is 183.
RGB:
(149,168,183)
(58%,66%,72%)

RGB channels and saturation

R 149 of 255 = 58%
G 168 of 255 = 66%
B 183 of 255 = 72%

149
168
183

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

Portions of RGB colors in percentages

R + G + B =
149 + 168 + 183 = 500 (100%)
R 149 of 500 ~ 29.8%
G 168 of 500 ~ 33.6%
B 183 of 500 ~ 36.6%

%29.8
%33.6
%36.6

CMYK color model

#95A8B7 color CMYK value is (19,8,0,28).

  • cyan value is 18.58%
  • magenta value is 8.20%
  • yellow value is 0.00%
  • key color value is 28.24%
CMYK:
(19,8,0,28)
C19M8Y0K28 
(19%,8%,0%,28%)
(0.19/0.08/0.00/0.28)	

CMYK percentages

%18.58
%8.2
%0
%28.24

Codes

Color #95A8B7 in popluar color models

95A8B7
RGB149168183
HSL206°19.10%65.10%
HSB/HSV206°18.58%71.76%
CMYK18.58%8.20%0.00%
28.24%

Color #95A8B7 in popluar number systems.

HEX95A8B7
Decimal149168183
Binary100101011010100010110111
Octal225250267

Shades and tints

Shades of #95A8B7

#95A8B7
(149,168,183)
#8899A7
(136,153,167)
#7B8A97
(123,138,151)
#6E7B87
(110,123,135)
#616C77
(97,108,119)
#545D67
(84,93,103)
#474E57
(71,78,87)
#3A3F47
(58,63,71)
#2D3037
(45,48,55)
#202127
(32,33,39)
#131217
(19,18,23)
#000000
(0,0,0)

Tints of #95A8B7

#95A8B7
(149,168,183)
#9EAFBD
(158,175,189)
#A7B6C3
(167,182,195)
#B0BDC9
(176,189,201)
#B9C4CF
(185,196,207)
#C2CBD5
(194,203,213)
#CBD2DB
(203,210,219)
#D4D9E1
(212,217,225)
#DDE0E7
(221,224,231)
#E6E7ED
(230,231,237)
#EFEEF3
(239,238,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #95A8B7 color. Also use rgb(149,168,183) instead hex code.

Text Font Color

.myTextColor { color: #95A8B7; }

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

This text font color is #95A8B7.


Background Color

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

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

This div background color is #95A8B7.


Border color

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

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

This div border color is #95A8B7.


Opacity

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

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

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

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

This text has shadow with #95A8B7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #95A8B7 on black background.


Color preview on white background

This text has color #95A8B7 on white background.



Black color preview on #95A8B7 background

This text has black color on #95A8B7 background.


White color preview on #95A8B7 background

This text has white color on #95A8B7 background.