COLOR #95B39C

HEX: #95B39C
RGB: (149,179,156)

Color info

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

RGB color model

#95B39C color RGB value is (149,179,156).

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

RGB channels and saturation

R 149 of 255 = 58%
G 179 of 255 = 70%
B 156 of 255 = 61%

149
179
156

R + G + B ~ 63%. #95B39C is quite light color.

Portions of RGB colors in percentages

R + G + B =
149 + 179 + 156 = 484 (100%)
R 149 of 484 ~ 30.79%
G 179 of 484 ~ 36.98%
B 156 of 484 ~ 32.23%

%30.79
%36.98
%32.23

CMYK color model

#95B39C color CMYK value is (17,0,13,30).

  • cyan value is 16.76%
  • magenta value is 0.00%
  • yellow value is 12.85%
  • key color value is 29.80%
CMYK:
(17,0,13,30)
C17M0Y13K30 
(17%,0%,13%,30%)
(0.17/0.00/0.13/0.30)	

CMYK percentages

%16.76
%0
%12.85
%29.8

Codes

Color #95B39C in popluar color models

95B39C
RGB149179156
HSL134°16.48%64.31%
HSB/HSV134°16.76%70.20%
CMYK16.76%0.00%12.85%
29.80%

Color #95B39C in popluar number systems.

HEX95B39C
Decimal149179156
Binary100101011011001110011100
Octal225263234

Shades and tints

Shades of #95B39C

#95B39C
(149,179,156)
#88A38E
(136,163,142)
#7B9380
(123,147,128)
#6E8372
(110,131,114)
#617364
(97,115,100)
#546356
(84,99,86)
#475348
(71,83,72)
#3A433A
(58,67,58)
#2D332C
(45,51,44)
#20231E
(32,35,30)
#131310
(19,19,16)
#000000
(0,0,0)

Tints of #95B39C

#95B39C
(149,179,156)
#9EB9A5
(158,185,165)
#A7BFAE
(167,191,174)
#B0C5B7
(176,197,183)
#B9CBC0
(185,203,192)
#C2D1C9
(194,209,201)
#CBD7D2
(203,215,210)
#D4DDDB
(212,221,219)
#DDE3E4
(221,227,228)
#E6E9ED
(230,233,237)
#EFEFF6
(239,239,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #95B39C; }

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

This text font color is #95B39C.


Background Color

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

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

This div background color is #95B39C.


Border color

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

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

This div border color is #95B39C.


Opacity

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

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

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

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

This text has shadow with #95B39C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #95B39C on black background.


Color preview on white background

This text has color #95B39C on white background.



Black color preview on #95B39C background

This text has black color on #95B39C background.


White color preview on #95B39C background

This text has white color on #95B39C background.