COLOR #95B887

HEX: #95B887
RGB: (149,184,135)

Color info

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

RGB color model

#95B887 color RGB value is (149,184,135).

  • red value is 149;
  • green value is 184;
  • blue value is 135.
RGB:
(149,184,135)
(58%,72%,53%)

RGB channels and saturation

R 149 of 255 = 58%
G 184 of 255 = 72%
B 135 of 255 = 53%

149
184
135

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

Portions of RGB colors in percentages

R + G + B =
149 + 184 + 135 = 468 (100%)
R 149 of 468 ~ 31.84%
G 184 of 468 ~ 39.32%
B 135 of 468 ~ 28.85%

%31.84
%39.32
%28.85

CMYK color model

#95B887 color CMYK value is (19,0,27,28).

  • cyan value is 19.02%
  • magenta value is 0.00%
  • yellow value is 26.63%
  • key color value is 27.84%
CMYK:
(19,0,27,28)
C19M0Y27K28 
(19%,0%,27%,28%)
(0.19/0.00/0.27/0.28)	

CMYK percentages

%19.02
%0
%26.63
%27.84

Codes

Color #95B887 in popluar color models

95B887
RGB149184135
HSL103°25.65%62.55%
HSB/HSV103°26.63%72.16%
CMYK19.02%0.00%26.63%
27.84%

Color #95B887 in popluar number systems.

HEX95B887
Decimal149184135
Binary100101011011100010000111
Octal225270207

Shades and tints

Shades of #95B887

#95B887
(149,184,135)
#88A87B
(136,168,123)
#7B986F
(123,152,111)
#6E8863
(110,136,99)
#617857
(97,120,87)
#54684B
(84,104,75)
#47583F
(71,88,63)
#3A4833
(58,72,51)
#2D3827
(45,56,39)
#20281B
(32,40,27)
#13180F
(19,24,15)
#000000
(0,0,0)

Tints of #95B887

#95B887
(149,184,135)
#9EBE91
(158,190,145)
#A7C49B
(167,196,155)
#B0CAA5
(176,202,165)
#B9D0AF
(185,208,175)
#C2D6B9
(194,214,185)
#CBDCC3
(203,220,195)
#D4E2CD
(212,226,205)
#DDE8D7
(221,232,215)
#E6EEE1
(230,238,225)
#EFF4EB
(239,244,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #95B887 color. Also use rgb(149,184,135) instead hex code.

Text Font Color

.myTextColor { color: #95B887; }

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

This text font color is #95B887.


Background Color

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

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

This div background color is #95B887.


Border color

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

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

This div border color is #95B887.


Opacity

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

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

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

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

This text has shadow with #95B887 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #95B887 on black background.


Color preview on white background

This text has color #95B887 on white background.



Black color preview on #95B887 background

This text has black color on #95B887 background.


White color preview on #95B887 background

This text has white color on #95B887 background.