COLOR #95A3AD

HEX: #95A3AD RGB: (149,163,173)

Color info

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

RGB color model

#95A3AD color RGB value is (149,163,173).

RGB: (149,163,173) (58%, 64%, 68%)

RGB channels and saturation

R 149 of 255 = 58%
G 163 of 255 = 64%
B 173 of 255 = 68%

149
163
173

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

Portions of RGB colors in percentages

R + G + B = 149 + 163 + 173 = 485 (100%)
R 149 of 485 ~ 30.72%
G 163 of 485 ~ 33.61%
B 173 of 485 ~ 35.67'%

%30.72
%33.61
%35.67

CMYK color model

#95A3AD color CMYK value is (14,6,0,32).

  • cyan value is 13.87%
  • magenta value is 5.78%
  • yellow value is 0.00%
  • key color value is 32.16%

CMYK: (14,6,0,32)
C14M6Y0K32 (14%, 6%, 0%, 32%)
(0.14 / 0.06 / 0.00 / 0.32)

CMYK percentages

%13.87
%5.78
%0
%32.16

Codes

Color #95A3AD in popluar color models

95 A3 AD
RGB 149 163 173
HSL 205° 12.77% 63.14%
HSB/HSV 205° 13.87% 67.84%
CMYK 13.87% 5.78% 0.00%
32.16%

Color #95A3AD in popluar number systems.

HEX 95 A3 AD
Decimal 149 163 173
Binary 10010101 10100011 10101101
Octal 225 243 255

Shades and tints

Shades of #95A3AD

#95A3AD
(149,163,173)
#88959E
(136,149,158)
#7B878F
(123,135,143)
#6E7980
(110,121,128)
#616B71
(97,107,113)
#545D62
(84,93,98)
#474F53
(71,79,83)
#3A4144
(58,65,68)
#2D3335
(45,51,53)
#202526
(32,37,38)
#131717
(19,23,23)
#000000
(0,0,0)

Tints of #95A3AD

#95A3AD
(149,163,173)
#9EABB4
(158,171,180)
#A7B3BB
(167,179,187)
#B0BBC2
(176,187,194)
#B9C3C9
(185,195,201)
#C2CBD0
(194,203,208)
#CBD3D7
(203,211,215)
#D4DBDE
(212,219,222)
#DDE3E5
(221,227,229)
#E6EBEC
(230,235,236)
#EFF3F3
(239,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #95A3AD; }

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

This text font color is #95A3AD.

Background Color

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

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

This div background color is #95A3AD.

Border color

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

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

This div border color is #95A3AD.

Opacity

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

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

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

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

This text has shadow with #95A3AD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #95A3AD.

Preview

Color preview on black background

This text has color #95A3AD on black background.


Color preview on white background

This text has color #95A3AD on white background.


Black color preview on #95A3AD background

This text has black color on #95A3AD background.


White color preview on #95A3AD background

This text has white color on #95A3AD background.


Related colors

Complementary color

Complementary color for #hex is #6A5C52.


I love getcolorcode.com

Triadic colors

1 #AD95A3 and #A3AD95 with #95A3AD are triadic colors.

2 #ADA395 and #A395AD with #95A3AD are triadic colors.