COLOR #95ABA6

HEX: #95ABA6 RGB: (149,171,166)

Color info

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

RGB color model

#95ABA6 color RGB value is (149,171,166).

RGB: (149,171,166) (58%, 67%, 65%)

RGB channels and saturation

R 149 of 255 = 58%
G 171 of 255 = 67%
B 166 of 255 = 65%

149
171
166

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

Portions of RGB colors in percentages

R + G + B = 149 + 171 + 166 = 486 (100%)
R 149 of 486 ~ 30.66%
G 171 of 486 ~ 35.19%
B 166 of 486 ~ 34.16'%

%30.66
%35.19
%34.16

CMYK color model

#95ABA6 color CMYK value is (13,0,3,33).

  • cyan value is 12.87%
  • magenta value is 0.00%
  • yellow value is 2.92%
  • key color value is 32.94%
CMYK: (13,0,3,33) C13M0Y3K33 (13%,0%,3%,33%) (0.13/0.00/0.03/0.33) 

CMYK percentages

%12.87
%0
%2.92
%32.94

Codes

Color #95ABA6 in popluar color models

95 AB A6
RGB 149 171 166
HSL 166° 11.58% 62.75%
HSB/HSV 166° 12.87% 67.06%
CMYK 12.87% 0.00% 2.92%
32.94%

Color #95ABA6 in popluar number systems.

HEX 95 AB A6
Decimal 149 171 166
Binary 10010101 10101011 10100110
Octal 225 253 246

Shades and tints

Shades of #95ABA6

#95ABA6
(149,171,166)
#889C97
(136,156,151)
#7B8D88
(123,141,136)
#6E7E79
(110,126,121)
#616F6A
(97,111,106)
#54605B
(84,96,91)
#47514C
(71,81,76)
#3A423D
(58,66,61)
#2D332E
(45,51,46)
#20241F
(32,36,31)
#131510
(19,21,16)
#000000
(0,0,0)

Tints of #95ABA6

#95ABA6
(149,171,166)
#9EB2AE
(158,178,174)
#A7B9B6
(167,185,182)
#B0C0BE
(176,192,190)
#B9C7C6
(185,199,198)
#C2CECE
(194,206,206)
#CBD5D6
(203,213,214)
#D4DCDE
(212,220,222)
#DDE3E6
(221,227,230)
#E6EAEE
(230,234,238)
#EFF1F6
(239,241,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #95ABA6; }

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

This text font color is #95ABA6.

Background Color

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

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

This div background color is #95ABA6.

Border color

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

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

This div border color is #95ABA6.

Opacity

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

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

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

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

This text has shadow with #95ABA6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #95ABA6.

Preview

Color preview on black background

This text has color #95ABA6 on black background.


Color preview on white background

This text has color #95ABA6 on white background.


Black color preview on #95ABA6 background

This text has black color on #95ABA6 background.


White color preview on #95ABA6 background

This text has white color on #95ABA6 background.


Related colors

Complementary color

Complementary color for #hex is #6A5459.


I love getcolorcode.com

Triadic colors

1 #A695AB and #ABA695 with #95ABA6 are triadic colors.

2 #A6AB95 and #AB95A6 with #95ABA6 are triadic colors.