COLOR #95AAAD

HEX: #95AAAD
RGB: (149,170,173)

Color info

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

RGB color model

#95AAAD color RGB value is (149,170,173).

  • red value is 149;
  • green value is 170;
  • blue value is 173.
RGB:
(149,170,173)
(58%,67%,68%)

RGB channels and saturation

R 149 of 255 = 58%
G 170 of 255 = 67%
B 173 of 255 = 68%

149
170
173

R + G + B ~ 64%. #95AAAD is quite light color.

Portions of RGB colors in percentages

R + G + B =
149 + 170 + 173 = 492 (100%)
R 149 of 492 ~ 30.28%
G 170 of 492 ~ 34.55%
B 173 of 492 ~ 35.16%

%30.28
%34.55
%35.16

CMYK color model

#95AAAD color CMYK value is (14,2,0,32).

  • cyan value is 13.87%
  • magenta value is 1.73%
  • yellow value is 0.00%
  • key color value is 32.16%
CMYK:
(14,2,0,32)
C14M2Y0K32 
(14%,2%,0%,32%)
(0.14/0.02/0.00/0.32)	

CMYK percentages

%13.87
%1.73
%0
%32.16

Codes

Color #95AAAD in popluar color models

95AAAD
RGB149170173
HSL188°12.77%63.14%
HSB/HSV188°13.87%67.84%
CMYK13.87%1.73%0.00%
32.16%

Color #95AAAD in popluar number systems.

HEX95AAAD
Decimal149170173
Binary100101011010101010101101
Octal225252255

Shades and tints

Shades of #95AAAD

#95AAAD
(149,170,173)
#889B9E
(136,155,158)
#7B8C8F
(123,140,143)
#6E7D80
(110,125,128)
#616E71
(97,110,113)
#545F62
(84,95,98)
#475053
(71,80,83)
#3A4144
(58,65,68)
#2D3235
(45,50,53)
#202326
(32,35,38)
#131417
(19,20,23)
#000000
(0,0,0)

Tints of #95AAAD

#95AAAD
(149,170,173)
#9EB1B4
(158,177,180)
#A7B8BB
(167,184,187)
#B0BFC2
(176,191,194)
#B9C6C9
(185,198,201)
#C2CDD0
(194,205,208)
#CBD4D7
(203,212,215)
#D4DBDE
(212,219,222)
#DDE2E5
(221,226,229)
#E6E9EC
(230,233,236)
#EFF0F3
(239,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #95AAAD color. Also use rgb(149,170,173) instead hex code.

Text Font Color

.myTextColor { color: #95AAAD; }

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

This text font color is #95AAAD.


Background Color

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

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

This div background color is #95AAAD.


Border color

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

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

This div border color is #95AAAD.


Opacity

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

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

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

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

This text has shadow with #95AAAD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #95AAAD on black background.


Color preview on white background

This text has color #95AAAD on white background.



Black color preview on #95AAAD background

This text has black color on #95AAAD background.


White color preview on #95AAAD background

This text has white color on #95AAAD background.