COLOR #95AAAF

HEX: #95AAAF RGB: (149,170,175)

Color info

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

RGB color model

#95AAAF color RGB value is (149,170,175).

RGB: (149,170,175) (58%, 67%, 69%)

RGB channels and saturation

R 149 of 255 = 58%
G 170 of 255 = 67%
B 175 of 255 = 69%

149
170
175

R + G + B ~ 65%. #95AAAF is quite light color.

Portions of RGB colors in percentages

R + G + B = 149 + 170 + 175 = 494 (100%)
R 149 of 494 ~ 30.16%
G 170 of 494 ~ 34.41%
B 175 of 494 ~ 35.43'%

%30.16
%34.41
%35.43

CMYK color model

#95AAAF color CMYK value is (15,3,0,31).

  • cyan value is 14.86%
  • magenta value is 2.86%
  • yellow value is 0.00%
  • key color value is 31.37%
CMYK: (15,3,0,31) C15M3Y0K31 (15%,3%,0%,31%) (0.15/0.03/0.00/0.31) 

CMYK percentages

%14.86
%2.86
%0
%31.37

Codes

Color #95AAAF in popluar color models

95 AA AF
RGB 149 170 175
HSL 192° 13.98% 63.53%
HSB/HSV 192° 14.86% 68.63%
CMYK 14.86% 2.86% 0.00%
31.37%

Color #95AAAF in popluar number systems.

HEX 95 AA AF
Decimal 149 170 175
Binary 10010101 10101010 10101111
Octal 225 252 257

Shades and tints

Shades of #95AAAF

#95AAAF
(149,170,175)
#889BA0
(136,155,160)
#7B8C91
(123,140,145)
#6E7D82
(110,125,130)
#616E73
(97,110,115)
#545F64
(84,95,100)
#475055
(71,80,85)
#3A4146
(58,65,70)
#2D3237
(45,50,55)
#202328
(32,35,40)
#131419
(19,20,25)
#000000
(0,0,0)

Tints of #95AAAF

#95AAAF
(149,170,175)
#9EB1B6
(158,177,182)
#A7B8BD
(167,184,189)
#B0BFC4
(176,191,196)
#B9C6CB
(185,198,203)
#C2CDD2
(194,205,210)
#CBD4D9
(203,212,217)
#D4DBE0
(212,219,224)
#DDE2E7
(221,226,231)
#E6E9EE
(230,233,238)
#EFF0F5
(239,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #95AAAF; }

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

This text font color is #95AAAF.

Background Color

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

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

This div background color is #95AAAF.

Border color

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

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

This div border color is #95AAAF.

Opacity

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

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

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

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

This text has shadow with #95AAAF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #95AAAF.

Preview

Color preview on black background

This text has color #95AAAF on black background.


Color preview on white background

This text has color #95AAAF on white background.


Black color preview on #95AAAF background

This text has black color on #95AAAF background.


White color preview on #95AAAF background

This text has white color on #95AAAF background.


Related colors

Complementary color

Complementary color for #hex is #6A5550.


I love getcolorcode.com

Triadic colors

1 #AF95AA and #AAAF95 with #95AAAF are triadic colors.

2 #AFAA95 and #AA95AF with #95AAAF are triadic colors.