COLOR #95A0AE

HEX: #95A0AE RGB: (149,160,174)

Color info

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

RGB color model

#95A0AE color RGB value is (149,160,174).

RGB: (149,160,174) (58%, 63%, 68%)

RGB channels and saturation

R 149 of 255 = 58%
G 160 of 255 = 63%
B 174 of 255 = 68%

149
160
174

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

Portions of RGB colors in percentages

R + G + B = 149 + 160 + 174 = 483 (100%)
R 149 of 483 ~ 30.85%
G 160 of 483 ~ 33.13%
B 174 of 483 ~ 36.02'%

%30.85
%33.13
%36.02

CMYK color model

#95A0AE color CMYK value is (14,8,0,32).

  • cyan value is 14.37%
  • magenta value is 8.05%
  • yellow value is 0.00%
  • key color value is 31.76%

CMYK: (14,8,0,32)
C14M8Y0K32 (14%, 8%, 0%, 32%)
(0.14 / 0.08 / 0.00 / 0.32)

CMYK percentages

%14.37
%8.05
%0
%31.76

Codes

Color #95A0AE in popluar color models

95 A0 AE
RGB 149 160 174
HSL 214° 13.37% 63.33%
HSB/HSV 214° 14.37% 68.24%
CMYK 14.37% 8.05% 0.00%
31.76%

Color #95A0AE in popluar number systems.

HEX 95 A0 AE
Decimal 149 160 174
Binary 10010101 10100000 10101110
Octal 225 240 256

Shades and tints

Shades of #95A0AE

#95A0AE
(149,160,174)
#88929F
(136,146,159)
#7B8490
(123,132,144)
#6E7681
(110,118,129)
#616872
(97,104,114)
#545A63
(84,90,99)
#474C54
(71,76,84)
#3A3E45
(58,62,69)
#2D3036
(45,48,54)
#202227
(32,34,39)
#131418
(19,20,24)
#000000
(0,0,0)

Tints of #95A0AE

#95A0AE
(149,160,174)
#9EA8B5
(158,168,181)
#A7B0BC
(167,176,188)
#B0B8C3
(176,184,195)
#B9C0CA
(185,192,202)
#C2C8D1
(194,200,209)
#CBD0D8
(203,208,216)
#D4D8DF
(212,216,223)
#DDE0E6
(221,224,230)
#E6E8ED
(230,232,237)
#EFF0F4
(239,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #95A0AE color. Also use rgb(149,160,174) instead hex code.

Text Font Color

.myTextColor { color: #95A0AE; }

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

This text font color is #95A0AE.

Background Color

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

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

This div background color is #95A0AE.

Border color

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

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

This div border color is #95A0AE.

Opacity

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

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

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

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

This text has shadow with #95A0AE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #95A0AE.

Preview

Color preview on black background

This text has color #95A0AE on black background.


Color preview on white background

This text has color #95A0AE on white background.


Black color preview on #95A0AE background

This text has black color on #95A0AE background.


White color preview on #95A0AE background

This text has white color on #95A0AE background.


Related colors

Complementary color

Complementary color for #hex is #6A5F51.


I love getcolorcode.com

Triadic colors

1 #AE95A0 and #A0AE95 with #95A0AE are triadic colors.

2 #AEA095 and #A095AE with #95A0AE are triadic colors.