COLOR #95B17C

HEX: #95B17C
RGB: (149,177,124)

Color info

#95B17C contains red, green and blue colors in about the same proportion. Web safe color of #95B17C is #999966 (or #996).

RGB color model

#95B17C color RGB value is (149,177,124).

  • red value is 149;
  • green value is 177;
  • blue value is 124.
RGB:
(149,177,124)
(58%,69%,49%)

RGB channels and saturation

R 149 of 255 = 58%
G 177 of 255 = 69%
B 124 of 255 = 49%

149
177
124

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

Portions of RGB colors in percentages

R + G + B =
149 + 177 + 124 = 450 (100%)
R 149 of 450 ~ 33.11%
G 177 of 450 ~ 39.33%
B 124 of 450 ~ 27.56%

%33.11
%39.33
%27.56

CMYK color model

#95B17C color CMYK value is (16,0,30,31).

  • cyan value is 15.82%
  • magenta value is 0.00%
  • yellow value is 29.94%
  • key color value is 30.59%
CMYK:
(16,0,30,31)
C16M0Y30K31 
(16%,0%,30%,31%)
(0.16/0.00/0.30/0.31)	

CMYK percentages

%15.82
%0
%29.94
%30.59

Codes

Color #95B17C in popluar color models

95B17C
RGB149177124
HSL92°25.36%59.02%
HSB/HSV92°29.94%69.41%
CMYK15.82%0.00%29.94%
30.59%

Color #95B17C in popluar number systems.

HEX95B17C
Decimal149177124
Binary10010101101100011111100
Octal225261174

Shades and tints

Shades of #95B17C

#95B17C
(149,177,124)
#88A171
(136,161,113)
#7B9166
(123,145,102)
#6E815B
(110,129,91)
#617150
(97,113,80)
#546145
(84,97,69)
#47513A
(71,81,58)
#3A412F
(58,65,47)
#2D3124
(45,49,36)
#202119
(32,33,25)
#13110E
(19,17,14)
#000000
(0,0,0)

Tints of #95B17C

#95B17C
(149,177,124)
#9EB887
(158,184,135)
#A7BF92
(167,191,146)
#B0C69D
(176,198,157)
#B9CDA8
(185,205,168)
#C2D4B3
(194,212,179)
#CBDBBE
(203,219,190)
#D4E2C9
(212,226,201)
#DDE9D4
(221,233,212)
#E6F0DF
(230,240,223)
#EFF7EA
(239,247,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #95B17C color. Also use rgb(149,177,124) instead hex code.

Text Font Color

.myTextColor { color: #95B17C; }

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

This text font color is #95B17C.


Background Color

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

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

This div background color is #95B17C.


Border color

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

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

This div border color is #95B17C.


Opacity

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

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

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

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

This text has shadow with #95B17C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #95B17C on black background.


Color preview on white background

This text has color #95B17C on white background.



Black color preview on #95B17C background

This text has black color on #95B17C background.


White color preview on #95B17C background

This text has white color on #95B17C background.