COLOR #95B49B

HEX: #95B49B
RGB: (149,180,155)

Color info

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

RGB color model

#95B49B color RGB value is (149,180,155).

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

RGB channels and saturation

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

149
180
155

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

Portions of RGB colors in percentages

R + G + B =
149 + 180 + 155 = 484 (100%)
R 149 of 484 ~ 30.79%
G 180 of 484 ~ 37.19%
B 155 of 484 ~ 32.02%

%30.79
%37.19
%32.02

CMYK color model

#95B49B color CMYK value is (17,0,14,29).

  • cyan value is 17.22%
  • magenta value is 0.00%
  • yellow value is 13.89%
  • key color value is 29.41%
CMYK:
(17,0,14,29)
C17M0Y14K29 
(17%,0%,14%,29%)
(0.17/0.00/0.14/0.29)	

CMYK percentages

%17.22
%0
%13.89
%29.41

Codes

Color #95B49B in popluar color models

95B49B
RGB149180155
HSL132°17.13%64.51%
HSB/HSV132°17.22%70.59%
CMYK17.22%0.00%13.89%
29.41%

Color #95B49B in popluar number systems.

HEX95B49B
Decimal149180155
Binary100101011011010010011011
Octal225264233

Shades and tints

Shades of #95B49B

#95B49B
(149,180,155)
#88A48D
(136,164,141)
#7B947F
(123,148,127)
#6E8471
(110,132,113)
#617463
(97,116,99)
#546455
(84,100,85)
#475447
(71,84,71)
#3A4439
(58,68,57)
#2D342B
(45,52,43)
#20241D
(32,36,29)
#13140F
(19,20,15)
#000000
(0,0,0)

Tints of #95B49B

#95B49B
(149,180,155)
#9EBAA4
(158,186,164)
#A7C0AD
(167,192,173)
#B0C6B6
(176,198,182)
#B9CCBF
(185,204,191)
#C2D2C8
(194,210,200)
#CBD8D1
(203,216,209)
#D4DEDA
(212,222,218)
#DDE4E3
(221,228,227)
#E6EAEC
(230,234,236)
#EFF0F5
(239,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #95B49B; }

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

This text font color is #95B49B.


Background Color

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

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

This div background color is #95B49B.


Border color

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

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

This div border color is #95B49B.


Opacity

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

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

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

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

This text has shadow with #95B49B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #95B49B on black background.


Color preview on white background

This text has color #95B49B on white background.



Black color preview on #95B49B background

This text has black color on #95B49B background.


White color preview on #95B49B background

This text has white color on #95B49B background.