COLOR #95BB9D

HEX: #95BB9D
RGB: (149,187,157)

Color info

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

RGB color model

#95BB9D color RGB value is (149,187,157).

  • red value is 149;
  • green value is 187;
  • blue value is 157.
RGB:
(149,187,157)
(58%,73%,62%)

RGB channels and saturation

R 149 of 255 = 58%
G 187 of 255 = 73%
B 157 of 255 = 62%

149
187
157

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

Portions of RGB colors in percentages

R + G + B =
149 + 187 + 157 = 493 (100%)
R 149 of 493 ~ 30.22%
G 187 of 493 ~ 37.93%
B 157 of 493 ~ 31.85%

%30.22
%37.93
%31.85

CMYK color model

#95BB9D color CMYK value is (20,0,16,27).

  • cyan value is 20.32%
  • magenta value is 0.00%
  • yellow value is 16.04%
  • key color value is 26.67%
CMYK:
(20,0,16,27)
C20M0Y16K27 
(20%,0%,16%,27%)
(0.20/0.00/0.16/0.27)	

CMYK percentages

%20.32
%0
%16.04
%26.67

Codes

Color #95BB9D in popluar color models

95BB9D
RGB149187157
HSL133°21.84%65.88%
HSB/HSV133°20.32%73.33%
CMYK20.32%0.00%16.04%
26.67%

Color #95BB9D in popluar number systems.

HEX95BB9D
Decimal149187157
Binary100101011011101110011101
Octal225273235

Shades and tints

Shades of #95BB9D

#95BB9D
(149,187,157)
#88AA8F
(136,170,143)
#7B9981
(123,153,129)
#6E8873
(110,136,115)
#617765
(97,119,101)
#546657
(84,102,87)
#475549
(71,85,73)
#3A443B
(58,68,59)
#2D332D
(45,51,45)
#20221F
(32,34,31)
#131111
(19,17,17)
#000000
(0,0,0)

Tints of #95BB9D

#95BB9D
(149,187,157)
#9EC1A5
(158,193,165)
#A7C7AD
(167,199,173)
#B0CDB5
(176,205,181)
#B9D3BD
(185,211,189)
#C2D9C5
(194,217,197)
#CBDFCD
(203,223,205)
#D4E5D5
(212,229,213)
#DDEBDD
(221,235,221)
#E6F1E5
(230,241,229)
#EFF7ED
(239,247,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #95BB9D color. Also use rgb(149,187,157) instead hex code.

Text Font Color

.myTextColor { color: #95BB9D; }

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

This text font color is #95BB9D.


Background Color

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

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

This div background color is #95BB9D.


Border color

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

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

This div border color is #95BB9D.


Opacity

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

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

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

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

This text has shadow with #95BB9D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #95BB9D on black background.


Color preview on white background

This text has color #95BB9D on white background.



Black color preview on #95BB9D background

This text has black color on #95BB9D background.


White color preview on #95BB9D background

This text has white color on #95BB9D background.