COLOR #95C996

HEX: #95C996
RGB: (149,201,150)

Color info

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

RGB color model

#95C996 color RGB value is (149,201,150).

  • red value is 149;
  • green value is 201;
  • blue value is 150.
RGB:
(149,201,150)
(58%,79%,59%)

RGB channels and saturation

R 149 of 255 = 58%
G 201 of 255 = 79%
B 150 of 255 = 59%

149
201
150

R + G + B ~ 65%. #95C996 is quite light color.

Portions of RGB colors in percentages

R + G + B =
149 + 201 + 150 = 500 (100%)
R 149 of 500 ~ 29.8%
G 201 of 500 ~ 40.2%
B 150 of 500 ~ 30%

%29.8
%40.2
%30

CMYK color model

#95C996 color CMYK value is (26,0,25,21).

  • cyan value is 25.87%
  • magenta value is 0.00%
  • yellow value is 25.37%
  • key color value is 21.18%
CMYK:
(26,0,25,21)
C26M0Y25K21 
(26%,0%,25%,21%)
(0.26/0.00/0.25/0.21)	

CMYK percentages

%25.87
%0
%25.37
%21.18

Codes

Color #95C996 in popluar color models

95C996
RGB149201150
HSL121°32.50%68.63%
HSB/HSV121°25.87%78.82%
CMYK25.87%0.00%25.37%
21.18%

Color #95C996 in popluar number systems.

HEX95C996
Decimal149201150
Binary100101011100100110010110
Octal225311226

Shades and tints

Shades of #95C996

#95C996
(149,201,150)
#88B789
(136,183,137)
#7BA57C
(123,165,124)
#6E936F
(110,147,111)
#618162
(97,129,98)
#546F55
(84,111,85)
#475D48
(71,93,72)
#3A4B3B
(58,75,59)
#2D392E
(45,57,46)
#202721
(32,39,33)
#131514
(19,21,20)
#000000
(0,0,0)

Tints of #95C996

#95C996
(149,201,150)
#9ECD9F
(158,205,159)
#A7D1A8
(167,209,168)
#B0D5B1
(176,213,177)
#B9D9BA
(185,217,186)
#C2DDC3
(194,221,195)
#CBE1CC
(203,225,204)
#D4E5D5
(212,229,213)
#DDE9DE
(221,233,222)
#E6EDE7
(230,237,231)
#EFF1F0
(239,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #95C996 color. Also use rgb(149,201,150) instead hex code.

Text Font Color

.myTextColor { color: #95C996; }

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

This text font color is #95C996.


Background Color

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

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

This div background color is #95C996.


Border color

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

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

This div border color is #95C996.


Opacity

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

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

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

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

This text has shadow with #95C996 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #95C996 on black background.


Color preview on white background

This text has color #95C996 on white background.



Black color preview on #95C996 background

This text has black color on #95C996 background.


White color preview on #95C996 background

This text has white color on #95C996 background.