COLOR #95B08E

HEX: #95B08E
RGB: (149,176,142)

Color info

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

RGB color model

#95B08E color RGB value is (149,176,142).

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

RGB channels and saturation

R 149 of 255 = 58%
G 176 of 255 = 69%
B 142 of 255 = 56%

149
176
142

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

Portions of RGB colors in percentages

R + G + B =
149 + 176 + 142 = 467 (100%)
R 149 of 467 ~ 31.91%
G 176 of 467 ~ 37.69%
B 142 of 467 ~ 30.41%

%31.91
%37.69
%30.41

CMYK color model

#95B08E color CMYK value is (15,0,19,31).

  • cyan value is 15.34%
  • magenta value is 0.00%
  • yellow value is 19.32%
  • key color value is 30.98%
CMYK:
(15,0,19,31)
C15M0Y19K31 
(15%,0%,19%,31%)
(0.15/0.00/0.19/0.31)	

CMYK percentages

%15.34
%0
%19.32
%30.98

Codes

Color #95B08E in popluar color models

95B08E
RGB149176142
HSL108°17.71%62.35%
HSB/HSV108°19.32%69.02%
CMYK15.34%0.00%19.32%
30.98%

Color #95B08E in popluar number systems.

HEX95B08E
Decimal149176142
Binary100101011011000010001110
Octal225260216

Shades and tints

Shades of #95B08E

#95B08E
(149,176,142)
#88A082
(136,160,130)
#7B9076
(123,144,118)
#6E806A
(110,128,106)
#61705E
(97,112,94)
#546052
(84,96,82)
#475046
(71,80,70)
#3A403A
(58,64,58)
#2D302E
(45,48,46)
#202022
(32,32,34)
#131016
(19,16,22)
#000000
(0,0,0)

Tints of #95B08E

#95B08E
(149,176,142)
#9EB798
(158,183,152)
#A7BEA2
(167,190,162)
#B0C5AC
(176,197,172)
#B9CCB6
(185,204,182)
#C2D3C0
(194,211,192)
#CBDACA
(203,218,202)
#D4E1D4
(212,225,212)
#DDE8DE
(221,232,222)
#E6EFE8
(230,239,232)
#EFF6F2
(239,246,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #95B08E; }

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

This text font color is #95B08E.


Background Color

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

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

This div background color is #95B08E.


Border color

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

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

This div border color is #95B08E.


Opacity

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

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

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

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

This text has shadow with #95B08E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #95B08E on black background.


Color preview on white background

This text has color #95B08E on white background.



Black color preview on #95B08E background

This text has black color on #95B08E background.


White color preview on #95B08E background

This text has white color on #95B08E background.