COLOR #95A8B8

HEX: #95A8B8
RGB: (149,168,184)

Color info

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

RGB color model

#95A8B8 color RGB value is (149,168,184).

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

RGB channels and saturation

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

149
168
184

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

Portions of RGB colors in percentages

R + G + B =
149 + 168 + 184 = 501 (100%)
R 149 of 501 ~ 29.74%
G 168 of 501 ~ 33.53%
B 184 of 501 ~ 36.73%

%29.74
%33.53
%36.73

CMYK color model

#95A8B8 color CMYK value is (19,9,0,28).

  • cyan value is 19.02%
  • magenta value is 8.70%
  • yellow value is 0.00%
  • key color value is 27.84%
CMYK:
(19,9,0,28)
C19M9Y0K28 
(19%,9%,0%,28%)
(0.19/0.09/0.00/0.28)	

CMYK percentages

%19.02
%8.7
%0
%27.84

Codes

Color #95A8B8 in popluar color models

95A8B8
RGB149168184
HSL207°19.77%65.29%
HSB/HSV207°19.02%72.16%
CMYK19.02%8.70%0.00%
27.84%

Color #95A8B8 in popluar number systems.

HEX95A8B8
Decimal149168184
Binary100101011010100010111000
Octal225250270

Shades and tints

Shades of #95A8B8

#95A8B8
(149,168,184)
#8899A8
(136,153,168)
#7B8A98
(123,138,152)
#6E7B88
(110,123,136)
#616C78
(97,108,120)
#545D68
(84,93,104)
#474E58
(71,78,88)
#3A3F48
(58,63,72)
#2D3038
(45,48,56)
#202128
(32,33,40)
#131218
(19,18,24)
#000000
(0,0,0)

Tints of #95A8B8

#95A8B8
(149,168,184)
#9EAFBE
(158,175,190)
#A7B6C4
(167,182,196)
#B0BDCA
(176,189,202)
#B9C4D0
(185,196,208)
#C2CBD6
(194,203,214)
#CBD2DC
(203,210,220)
#D4D9E2
(212,217,226)
#DDE0E8
(221,224,232)
#E6E7EE
(230,231,238)
#EFEEF4
(239,238,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #95A8B8; }

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

This text font color is #95A8B8.


Background Color

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

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

This div background color is #95A8B8.


Border color

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

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

This div border color is #95A8B8.


Opacity

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

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

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

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

This text has shadow with #95A8B8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #95A8B8 on black background.


Color preview on white background

This text has color #95A8B8 on white background.



Black color preview on #95A8B8 background

This text has black color on #95A8B8 background.


White color preview on #95A8B8 background

This text has white color on #95A8B8 background.