COLOR #95BC8F

HEX: #95BC8F
RGB: (149,188,143)

Color info

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

RGB color model

#95BC8F color RGB value is (149,188,143).

  • red value is 149;
  • green value is 188;
  • blue value is 143.
RGB:
(149,188,143)
(58%,74%,56%)

RGB channels and saturation

R 149 of 255 = 58%
G 188 of 255 = 74%
B 143 of 255 = 56%

149
188
143

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

Portions of RGB colors in percentages

R + G + B =
149 + 188 + 143 = 480 (100%)
R 149 of 480 ~ 31.04%
G 188 of 480 ~ 39.17%
B 143 of 480 ~ 29.79%

%31.04
%39.17
%29.79

CMYK color model

#95BC8F color CMYK value is (21,0,24,26).

  • cyan value is 20.74%
  • magenta value is 0.00%
  • yellow value is 23.94%
  • key color value is 26.27%
CMYK:
(21,0,24,26)
C21M0Y24K26 
(21%,0%,24%,26%)
(0.21/0.00/0.24/0.26)	

CMYK percentages

%20.74
%0
%23.94
%26.27

Codes

Color #95BC8F in popluar color models

95BC8F
RGB149188143
HSL112°25.14%64.90%
HSB/HSV112°23.94%73.73%
CMYK20.74%0.00%23.94%
26.27%

Color #95BC8F in popluar number systems.

HEX95BC8F
Decimal149188143
Binary100101011011110010001111
Octal225274217

Shades and tints

Shades of #95BC8F

#95BC8F
(149,188,143)
#88AB82
(136,171,130)
#7B9A75
(123,154,117)
#6E8968
(110,137,104)
#61785B
(97,120,91)
#54674E
(84,103,78)
#475641
(71,86,65)
#3A4534
(58,69,52)
#2D3427
(45,52,39)
#20231A
(32,35,26)
#13120D
(19,18,13)
#000000
(0,0,0)

Tints of #95BC8F

#95BC8F
(149,188,143)
#9EC299
(158,194,153)
#A7C8A3
(167,200,163)
#B0CEAD
(176,206,173)
#B9D4B7
(185,212,183)
#C2DAC1
(194,218,193)
#CBE0CB
(203,224,203)
#D4E6D5
(212,230,213)
#DDECDF
(221,236,223)
#E6F2E9
(230,242,233)
#EFF8F3
(239,248,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #95BC8F color. Also use rgb(149,188,143) instead hex code.

Text Font Color

.myTextColor { color: #95BC8F; }

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

This text font color is #95BC8F.


Background Color

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

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

This div background color is #95BC8F.


Border color

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

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

This div border color is #95BC8F.


Opacity

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

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

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

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

This text has shadow with #95BC8F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #95BC8F on black background.


Color preview on white background

This text has color #95BC8F on white background.



Black color preview on #95BC8F background

This text has black color on #95BC8F background.


White color preview on #95BC8F background

This text has white color on #95BC8F background.