COLOR #95B08C

HEX: #95B08C
RGB: (149,176,140)

Color info

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

RGB color model

#95B08C color RGB value is (149,176,140).

  • red value is 149;
  • green value is 176;
  • blue value is 140.
RGB:
(149,176,140)
(58%,69%,55%)

RGB channels and saturation

R 149 of 255 = 58%
G 176 of 255 = 69%
B 140 of 255 = 55%

149
176
140

R + G + B ~ 61%. #95B08C is quite light color.

Portions of RGB colors in percentages

R + G + B =
149 + 176 + 140 = 465 (100%)
R 149 of 465 ~ 32.04%
G 176 of 465 ~ 37.85%
B 140 of 465 ~ 30.11%

%32.04
%37.85
%30.11

CMYK color model

#95B08C color CMYK value is (15,0,20,31).

  • cyan value is 15.34%
  • magenta value is 0.00%
  • yellow value is 20.45%
  • key color value is 30.98%
CMYK:
(15,0,20,31)
C15M0Y20K31 
(15%,0%,20%,31%)
(0.15/0.00/0.20/0.31)	

CMYK percentages

%15.34
%0
%20.45
%30.98

Codes

Color #95B08C in popluar color models

95B08C
RGB149176140
HSL105°18.56%61.96%
HSB/HSV105°20.45%69.02%
CMYK15.34%0.00%20.45%
30.98%

Color #95B08C in popluar number systems.

HEX95B08C
Decimal149176140
Binary100101011011000010001100
Octal225260214

Shades and tints

Shades of #95B08C

#95B08C
(149,176,140)
#88A080
(136,160,128)
#7B9074
(123,144,116)
#6E8068
(110,128,104)
#61705C
(97,112,92)
#546050
(84,96,80)
#475044
(71,80,68)
#3A4038
(58,64,56)
#2D302C
(45,48,44)
#202020
(32,32,32)
#131014
(19,16,20)
#000000
(0,0,0)

Tints of #95B08C

#95B08C
(149,176,140)
#9EB796
(158,183,150)
#A7BEA0
(167,190,160)
#B0C5AA
(176,197,170)
#B9CCB4
(185,204,180)
#C2D3BE
(194,211,190)
#CBDAC8
(203,218,200)
#D4E1D2
(212,225,210)
#DDE8DC
(221,232,220)
#E6EFE6
(230,239,230)
#EFF6F0
(239,246,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #95B08C color. Also use rgb(149,176,140) instead hex code.

Text Font Color

.myTextColor { color: #95B08C; }

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

This text font color is #95B08C.


Background Color

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

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

This div background color is #95B08C.


Border color

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

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

This div border color is #95B08C.


Opacity

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

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

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

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

This text has shadow with #95B08C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #95B08C on black background.


Color preview on white background

This text has color #95B08C on white background.



Black color preview on #95B08C background

This text has black color on #95B08C background.


White color preview on #95B08C background

This text has white color on #95B08C background.