COLOR #95AB9D

HEX: #95AB9D
RGB: (149,171,157)

Color info

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

RGB color model

#95AB9D color RGB value is (149,171,157).

  • red value is 149;
  • green value is 171;
  • blue value is 157.
RGB:
(149,171,157)
(58%,67%,62%)

RGB channels and saturation

R 149 of 255 = 58%
G 171 of 255 = 67%
B 157 of 255 = 62%

149
171
157

R + G + B ~ 62%. #95AB9D is quite light color.

Portions of RGB colors in percentages

R + G + B =
149 + 171 + 157 = 477 (100%)
R 149 of 477 ~ 31.24%
G 171 of 477 ~ 35.85%
B 157 of 477 ~ 32.91%

%31.24
%35.85
%32.91

CMYK color model

#95AB9D color CMYK value is (13,0,8,33).

  • cyan value is 12.87%
  • magenta value is 0.00%
  • yellow value is 8.19%
  • key color value is 32.94%
CMYK:
(13,0,8,33)
C13M0Y8K33 
(13%,0%,8%,33%)
(0.13/0.00/0.08/0.33)	

CMYK percentages

%12.87
%0
%8.19
%32.94

Codes

Color #95AB9D in popluar color models

95AB9D
RGB149171157
HSL142°11.58%62.75%
HSB/HSV142°12.87%67.06%
CMYK12.87%0.00%8.19%
32.94%

Color #95AB9D in popluar number systems.

HEX95AB9D
Decimal149171157
Binary100101011010101110011101
Octal225253235

Shades and tints

Shades of #95AB9D

#95AB9D
(149,171,157)
#889C8F
(136,156,143)
#7B8D81
(123,141,129)
#6E7E73
(110,126,115)
#616F65
(97,111,101)
#546057
(84,96,87)
#475149
(71,81,73)
#3A423B
(58,66,59)
#2D332D
(45,51,45)
#20241F
(32,36,31)
#131511
(19,21,17)
#000000
(0,0,0)

Tints of #95AB9D

#95AB9D
(149,171,157)
#9EB2A5
(158,178,165)
#A7B9AD
(167,185,173)
#B0C0B5
(176,192,181)
#B9C7BD
(185,199,189)
#C2CEC5
(194,206,197)
#CBD5CD
(203,213,205)
#D4DCD5
(212,220,213)
#DDE3DD
(221,227,221)
#E6EAE5
(230,234,229)
#EFF1ED
(239,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #95AB9D color. Also use rgb(149,171,157) instead hex code.

Text Font Color

.myTextColor { color: #95AB9D; }

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

This text font color is #95AB9D.


Background Color

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

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

This div background color is #95AB9D.


Border color

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

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

This div border color is #95AB9D.


Opacity

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

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

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

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

This text has shadow with #95AB9D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #95AB9D on black background.


Color preview on white background

This text has color #95AB9D on white background.



Black color preview on #95AB9D background

This text has black color on #95AB9D background.


White color preview on #95AB9D background

This text has white color on #95AB9D background.