COLOR #95AB88

HEX: #95AB88
RGB: (149,171,136)

Color info

#95AB88 contains red, green and blue colors in about the same proportion. Web safe color of #95AB88 is #999999 (or #999).

RGB color model

#95AB88 color RGB value is (149,171,136).

  • red value is 149;
  • green value is 171;
  • blue value is 136.
RGB:
(149,171,136)
(58%,67%,53%)

RGB channels and saturation

R 149 of 255 = 58%
G 171 of 255 = 67%
B 136 of 255 = 53%

149
171
136

R + G + B ~ 59%. #95AB88 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
149 + 171 + 136 = 456 (100%)
R 149 of 456 ~ 32.68%
G 171 of 456 ~ 37.5%
B 136 of 456 ~ 29.82%

%32.68
%37.5
%29.82

CMYK color model

#95AB88 color CMYK value is (13,0,20,33).

  • cyan value is 12.87%
  • magenta value is 0.00%
  • yellow value is 20.47%
  • key color value is 32.94%
CMYK:
(13,0,20,33)
C13M0Y20K33 
(13%,0%,20%,33%)
(0.13/0.00/0.20/0.33)	

CMYK percentages

%12.87
%0
%20.47
%32.94

Codes

Color #95AB88 in popluar color models

95AB88
RGB149171136
HSL98°17.24%60.20%
HSB/HSV98°20.47%67.06%
CMYK12.87%0.00%20.47%
32.94%

Color #95AB88 in popluar number systems.

HEX95AB88
Decimal149171136
Binary100101011010101110001000
Octal225253210

Shades and tints

Shades of #95AB88

#95AB88
(149,171,136)
#889C7C
(136,156,124)
#7B8D70
(123,141,112)
#6E7E64
(110,126,100)
#616F58
(97,111,88)
#54604C
(84,96,76)
#475140
(71,81,64)
#3A4234
(58,66,52)
#2D3328
(45,51,40)
#20241C
(32,36,28)
#131510
(19,21,16)
#000000
(0,0,0)

Tints of #95AB88

#95AB88
(149,171,136)
#9EB292
(158,178,146)
#A7B99C
(167,185,156)
#B0C0A6
(176,192,166)
#B9C7B0
(185,199,176)
#C2CEBA
(194,206,186)
#CBD5C4
(203,213,196)
#D4DCCE
(212,220,206)
#DDE3D8
(221,227,216)
#E6EAE2
(230,234,226)
#EFF1EC
(239,241,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #95AB88 color. Also use rgb(149,171,136) instead hex code.

Text Font Color

.myTextColor { color: #95AB88; }

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

This text font color is #95AB88.


Background Color

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

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

This div background color is #95AB88.


Border color

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

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

This div border color is #95AB88.


Opacity

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

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

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

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

This text has shadow with #95AB88 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #95AB88 on black background.


Color preview on white background

This text has color #95AB88 on white background.



Black color preview on #95AB88 background

This text has black color on #95AB88 background.


White color preview on #95AB88 background

This text has white color on #95AB88 background.