COLOR #95AE8D

HEX: #95AE8D
RGB: (149,174,141)

Color info

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

RGB color model

#95AE8D color RGB value is (149,174,141).

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

RGB channels and saturation

R 149 of 255 = 58%
G 174 of 255 = 68%
B 141 of 255 = 55%

149
174
141

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

Portions of RGB colors in percentages

R + G + B =
149 + 174 + 141 = 464 (100%)
R 149 of 464 ~ 32.11%
G 174 of 464 ~ 37.5%
B 141 of 464 ~ 30.39%

%32.11
%37.5
%30.39

CMYK color model

#95AE8D color CMYK value is (14,0,19,32).

  • cyan value is 14.37%
  • magenta value is 0.00%
  • yellow value is 18.97%
  • key color value is 31.76%
CMYK:
(14,0,19,32)
C14M0Y19K32 
(14%,0%,19%,32%)
(0.14/0.00/0.19/0.32)	

CMYK percentages

%14.37
%0
%18.97
%31.76

Codes

Color #95AE8D in popluar color models

95AE8D
RGB149174141
HSL105°16.92%61.76%
HSB/HSV105°18.97%68.24%
CMYK14.37%0.00%18.97%
31.76%

Color #95AE8D in popluar number systems.

HEX95AE8D
Decimal149174141
Binary100101011010111010001101
Octal225256215

Shades and tints

Shades of #95AE8D

#95AE8D
(149,174,141)
#889F81
(136,159,129)
#7B9075
(123,144,117)
#6E8169
(110,129,105)
#61725D
(97,114,93)
#546351
(84,99,81)
#475445
(71,84,69)
#3A4539
(58,69,57)
#2D362D
(45,54,45)
#202721
(32,39,33)
#131815
(19,24,21)
#000000
(0,0,0)

Tints of #95AE8D

#95AE8D
(149,174,141)
#9EB597
(158,181,151)
#A7BCA1
(167,188,161)
#B0C3AB
(176,195,171)
#B9CAB5
(185,202,181)
#C2D1BF
(194,209,191)
#CBD8C9
(203,216,201)
#D4DFD3
(212,223,211)
#DDE6DD
(221,230,221)
#E6EDE7
(230,237,231)
#EFF4F1
(239,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #95AE8D; }

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

This text font color is #95AE8D.


Background Color

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

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

This div background color is #95AE8D.


Border color

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

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

This div border color is #95AE8D.


Opacity

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

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

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

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

This text has shadow with #95AE8D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #95AE8D on black background.


Color preview on white background

This text has color #95AE8D on white background.



Black color preview on #95AE8D background

This text has black color on #95AE8D background.


White color preview on #95AE8D background

This text has white color on #95AE8D background.