COLOR #95B79E

HEX: #95B79E
RGB: (149,183,158)

Color info

#95B79E contains red, green and blue colors in about the same proportion. Web safe color of #95B79E is #99CC99 (or #9C9).

RGB color model

#95B79E color RGB value is (149,183,158).

  • red value is 149;
  • green value is 183;
  • blue value is 158.
RGB:
(149,183,158)
(58%,72%,62%)

RGB channels and saturation

R 149 of 255 = 58%
G 183 of 255 = 72%
B 158 of 255 = 62%

149
183
158

R + G + B ~ 64%. #95B79E is quite light color.

Portions of RGB colors in percentages

R + G + B =
149 + 183 + 158 = 490 (100%)
R 149 of 490 ~ 30.41%
G 183 of 490 ~ 37.35%
B 158 of 490 ~ 32.24%

%30.41
%37.35
%32.24

CMYK color model

#95B79E color CMYK value is (19,0,14,28).

  • cyan value is 18.58%
  • magenta value is 0.00%
  • yellow value is 13.66%
  • key color value is 28.24%
CMYK:
(19,0,14,28)
C19M0Y14K28 
(19%,0%,14%,28%)
(0.19/0.00/0.14/0.28)	

CMYK percentages

%18.58
%0
%13.66
%28.24

Codes

Color #95B79E in popluar color models

95B79E
RGB149183158
HSL136°19.10%65.10%
HSB/HSV136°18.58%71.76%
CMYK18.58%0.00%13.66%
28.24%

Color #95B79E in popluar number systems.

HEX95B79E
Decimal149183158
Binary100101011011011110011110
Octal225267236

Shades and tints

Shades of #95B79E

#95B79E
(149,183,158)
#88A790
(136,167,144)
#7B9782
(123,151,130)
#6E8774
(110,135,116)
#617766
(97,119,102)
#546758
(84,103,88)
#47574A
(71,87,74)
#3A473C
(58,71,60)
#2D372E
(45,55,46)
#202720
(32,39,32)
#131712
(19,23,18)
#000000
(0,0,0)

Tints of #95B79E

#95B79E
(149,183,158)
#9EBDA6
(158,189,166)
#A7C3AE
(167,195,174)
#B0C9B6
(176,201,182)
#B9CFBE
(185,207,190)
#C2D5C6
(194,213,198)
#CBDBCE
(203,219,206)
#D4E1D6
(212,225,214)
#DDE7DE
(221,231,222)
#E6EDE6
(230,237,230)
#EFF3EE
(239,243,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #95B79E color. Also use rgb(149,183,158) instead hex code.

Text Font Color

.myTextColor { color: #95B79E; }

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

This text font color is #95B79E.


Background Color

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

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

This div background color is #95B79E.


Border color

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

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

This div border color is #95B79E.


Opacity

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

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

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

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

This text has shadow with #95B79E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #95B79E on black background.


Color preview on white background

This text has color #95B79E on white background.



Black color preview on #95B79E background

This text has black color on #95B79E background.


White color preview on #95B79E background

This text has white color on #95B79E background.