COLOR #95AB98

HEX: #95AB98
RGB: (149,171,152)

Color info

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

RGB color model

#95AB98 color RGB value is (149,171,152).

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

RGB channels and saturation

R 149 of 255 = 58%
G 171 of 255 = 67%
B 152 of 255 = 60%

149
171
152

R + G + B ~ 62%. #95AB98 is quite light color.

Portions of RGB colors in percentages

R + G + B =
149 + 171 + 152 = 472 (100%)
R 149 of 472 ~ 31.57%
G 171 of 472 ~ 36.23%
B 152 of 472 ~ 32.2%

%31.57
%36.23
%32.2

CMYK color model

#95AB98 color CMYK value is (13,0,11,33).

  • cyan value is 12.87%
  • magenta value is 0.00%
  • yellow value is 11.11%
  • key color value is 32.94%
CMYK:
(13,0,11,33)
C13M0Y11K33 
(13%,0%,11%,33%)
(0.13/0.00/0.11/0.33)	

CMYK percentages

%12.87
%0
%11.11
%32.94

Codes

Color #95AB98 in popluar color models

95AB98
RGB149171152
HSL128°11.58%62.75%
HSB/HSV128°12.87%67.06%
CMYK12.87%0.00%11.11%
32.94%

Color #95AB98 in popluar number systems.

HEX95AB98
Decimal149171152
Binary100101011010101110011000
Octal225253230

Shades and tints

Shades of #95AB98

#95AB98
(149,171,152)
#889C8B
(136,156,139)
#7B8D7E
(123,141,126)
#6E7E71
(110,126,113)
#616F64
(97,111,100)
#546057
(84,96,87)
#47514A
(71,81,74)
#3A423D
(58,66,61)
#2D3330
(45,51,48)
#202423
(32,36,35)
#131516
(19,21,22)
#000000
(0,0,0)

Tints of #95AB98

#95AB98
(149,171,152)
#9EB2A1
(158,178,161)
#A7B9AA
(167,185,170)
#B0C0B3
(176,192,179)
#B9C7BC
(185,199,188)
#C2CEC5
(194,206,197)
#CBD5CE
(203,213,206)
#D4DCD7
(212,220,215)
#DDE3E0
(221,227,224)
#E6EAE9
(230,234,233)
#EFF1F2
(239,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #95AB98; }

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

This text font color is #95AB98.


Background Color

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

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

This div background color is #95AB98.


Border color

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

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

This div border color is #95AB98.


Opacity

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

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

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

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

This text has shadow with #95AB98 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #95AB98 on black background.


Color preview on white background

This text has color #95AB98 on white background.



Black color preview on #95AB98 background

This text has black color on #95AB98 background.


White color preview on #95AB98 background

This text has white color on #95AB98 background.