COLOR #95B3A1

HEX: #95B3A1
RGB: (149,179,161)

Color info

#95B3A1 contains red, green and blue colors in about the same proportion. Web safe color of #95B3A1 is #999999 (or #999).

RGB color model

#95B3A1 color RGB value is (149,179,161).

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

RGB channels and saturation

R 149 of 255 = 58%
G 179 of 255 = 70%
B 161 of 255 = 63%

149
179
161

R + G + B ~ 64%. #95B3A1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
149 + 179 + 161 = 489 (100%)
R 149 of 489 ~ 30.47%
G 179 of 489 ~ 36.61%
B 161 of 489 ~ 32.92%

%30.47
%36.61
%32.92

CMYK color model

#95B3A1 color CMYK value is (17,0,10,30).

  • cyan value is 16.76%
  • magenta value is 0.00%
  • yellow value is 10.06%
  • key color value is 29.80%
CMYK:
(17,0,10,30)
C17M0Y10K30 
(17%,0%,10%,30%)
(0.17/0.00/0.10/0.30)	

CMYK percentages

%16.76
%0
%10.06
%29.8

Codes

Color #95B3A1 in popluar color models

95B3A1
RGB149179161
HSL144°16.48%64.31%
HSB/HSV144°16.76%70.20%
CMYK16.76%0.00%10.06%
29.80%

Color #95B3A1 in popluar number systems.

HEX95B3A1
Decimal149179161
Binary100101011011001110100001
Octal225263241

Shades and tints

Shades of #95B3A1

#95B3A1
(149,179,161)
#88A393
(136,163,147)
#7B9385
(123,147,133)
#6E8377
(110,131,119)
#617369
(97,115,105)
#54635B
(84,99,91)
#47534D
(71,83,77)
#3A433F
(58,67,63)
#2D3331
(45,51,49)
#202323
(32,35,35)
#131315
(19,19,21)
#000000
(0,0,0)

Tints of #95B3A1

#95B3A1
(149,179,161)
#9EB9A9
(158,185,169)
#A7BFB1
(167,191,177)
#B0C5B9
(176,197,185)
#B9CBC1
(185,203,193)
#C2D1C9
(194,209,201)
#CBD7D1
(203,215,209)
#D4DDD9
(212,221,217)
#DDE3E1
(221,227,225)
#E6E9E9
(230,233,233)
#EFEFF1
(239,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #95B3A1; }

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

This text font color is #95B3A1.


Background Color

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

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

This div background color is #95B3A1.


Border color

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

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

This div border color is #95B3A1.


Opacity

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

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

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

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

This text has shadow with #95B3A1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #95B3A1 on black background.


Color preview on white background

This text has color #95B3A1 on white background.



Black color preview on #95B3A1 background

This text has black color on #95B3A1 background.


White color preview on #95B3A1 background

This text has white color on #95B3A1 background.