COLOR #95B59B

HEX: #95B59B
RGB: (149,181,155)

Color info

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

RGB color model

#95B59B color RGB value is (149,181,155).

  • red value is 149;
  • green value is 181;
  • blue value is 155.
RGB:
(149,181,155)
(58%,71%,61%)

RGB channels and saturation

R 149 of 255 = 58%
G 181 of 255 = 71%
B 155 of 255 = 61%

149
181
155

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

Portions of RGB colors in percentages

R + G + B =
149 + 181 + 155 = 485 (100%)
R 149 of 485 ~ 30.72%
G 181 of 485 ~ 37.32%
B 155 of 485 ~ 31.96%

%30.72
%37.32
%31.96

CMYK color model

#95B59B color CMYK value is (18,0,14,29).

  • cyan value is 17.68%
  • magenta value is 0.00%
  • yellow value is 14.36%
  • key color value is 29.02%
CMYK:
(18,0,14,29)
C18M0Y14K29 
(18%,0%,14%,29%)
(0.18/0.00/0.14/0.29)	

CMYK percentages

%17.68
%0
%14.36
%29.02

Codes

Color #95B59B in popluar color models

95B59B
RGB149181155
HSL131°17.78%64.71%
HSB/HSV131°17.68%70.98%
CMYK17.68%0.00%14.36%
29.02%

Color #95B59B in popluar number systems.

HEX95B59B
Decimal149181155
Binary100101011011010110011011
Octal225265233

Shades and tints

Shades of #95B59B

#95B59B
(149,181,155)
#88A58D
(136,165,141)
#7B957F
(123,149,127)
#6E8571
(110,133,113)
#617563
(97,117,99)
#546555
(84,101,85)
#475547
(71,85,71)
#3A4539
(58,69,57)
#2D352B
(45,53,43)
#20251D
(32,37,29)
#13150F
(19,21,15)
#000000
(0,0,0)

Tints of #95B59B

#95B59B
(149,181,155)
#9EBBA4
(158,187,164)
#A7C1AD
(167,193,173)
#B0C7B6
(176,199,182)
#B9CDBF
(185,205,191)
#C2D3C8
(194,211,200)
#CBD9D1
(203,217,209)
#D4DFDA
(212,223,218)
#DDE5E3
(221,229,227)
#E6EBEC
(230,235,236)
#EFF1F5
(239,241,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #95B59B color. Also use rgb(149,181,155) instead hex code.

Text Font Color

.myTextColor { color: #95B59B; }

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

This text font color is #95B59B.


Background Color

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

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

This div background color is #95B59B.


Border color

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

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

This div border color is #95B59B.


Opacity

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

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

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

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

This text has shadow with #95B59B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #95B59B on black background.


Color preview on white background

This text has color #95B59B on white background.



Black color preview on #95B59B background

This text has black color on #95B59B background.


White color preview on #95B59B background

This text has white color on #95B59B background.