COLOR #95A98D

HEX: #95A98D
RGB: (149,169,141)

Color info

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

RGB color model

#95A98D color RGB value is (149,169,141).

  • red value is 149;
  • green value is 169;
  • blue value is 141.
RGB:
(149,169,141)
(58%,66%,55%)

RGB channels and saturation

R 149 of 255 = 58%
G 169 of 255 = 66%
B 141 of 255 = 55%

149
169
141

R + G + B ~ 60%. #95A98D is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
149 + 169 + 141 = 459 (100%)
R 149 of 459 ~ 32.46%
G 169 of 459 ~ 36.82%
B 141 of 459 ~ 30.72%

%32.46
%36.82
%30.72

CMYK color model

#95A98D color CMYK value is (12,0,17,34).

  • cyan value is 11.83%
  • magenta value is 0.00%
  • yellow value is 16.57%
  • key color value is 33.73%
CMYK:
(12,0,17,34)
C12M0Y17K34 
(12%,0%,17%,34%)
(0.12/0.00/0.17/0.34)	

CMYK percentages

%11.83
%0
%16.57
%33.73

Codes

Color #95A98D in popluar color models

95A98D
RGB149169141
HSL103°14.00%60.78%
HSB/HSV103°16.57%66.27%
CMYK11.83%0.00%16.57%
33.73%

Color #95A98D in popluar number systems.

HEX95A98D
Decimal149169141
Binary100101011010100110001101
Octal225251215

Shades and tints

Shades of #95A98D

#95A98D
(149,169,141)
#889A81
(136,154,129)
#7B8B75
(123,139,117)
#6E7C69
(110,124,105)
#616D5D
(97,109,93)
#545E51
(84,94,81)
#474F45
(71,79,69)
#3A4039
(58,64,57)
#2D312D
(45,49,45)
#202221
(32,34,33)
#131315
(19,19,21)
#000000
(0,0,0)

Tints of #95A98D

#95A98D
(149,169,141)
#9EB097
(158,176,151)
#A7B7A1
(167,183,161)
#B0BEAB
(176,190,171)
#B9C5B5
(185,197,181)
#C2CCBF
(194,204,191)
#CBD3C9
(203,211,201)
#D4DAD3
(212,218,211)
#DDE1DD
(221,225,221)
#E6E8E7
(230,232,231)
#EFEFF1
(239,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #95A98D color. Also use rgb(149,169,141) instead hex code.

Text Font Color

.myTextColor { color: #95A98D; }

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

This text font color is #95A98D.


Background Color

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

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

This div background color is #95A98D.


Border color

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

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

This div border color is #95A98D.


Opacity

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

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

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

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

This text has shadow with #95A98D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #95A98D on black background.


Color preview on white background

This text has color #95A98D on white background.



Black color preview on #95A98D background

This text has black color on #95A98D background.


White color preview on #95A98D background

This text has white color on #95A98D background.