COLOR #95B3AA

HEX: #95B3AA RGB: (149,179,170)

Color info

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

RGB color model

#95B3AA color RGB value is (149,179,170).

RGB: (149,179,170) (58%, 70%, 67%)

RGB channels and saturation

R 149 of 255 = 58%
G 179 of 255 = 70%
B 170 of 255 = 67%

149
179
170

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

Portions of RGB colors in percentages

R + G + B = 149 + 179 + 170 = 498 (100%)
R 149 of 498 ~ 29.92%
G 179 of 498 ~ 35.94%
B 170 of 498 ~ 34.14'%

%29.92
%35.94
%34.14

CMYK color model

#95B3AA color CMYK value is (17,0,5,30).

  • cyan value is 16.76%
  • magenta value is 0.00%
  • yellow value is 5.03%
  • key color value is 29.80%

CMYK: (17,0,5,30)
C17M0Y5K30 (17%, 0%, 5%, 30%)
(0.17 / 0.00 / 0.05 / 0.30)

CMYK percentages

%16.76
%0
%5.03
%29.8

Codes

Color #95B3AA in popluar color models

95 B3 AA
RGB 149 179 170
HSL 162° 16.48% 64.31%
HSB/HSV 162° 16.76% 70.20%
CMYK 16.76% 0.00% 5.03%
29.80%

Color #95B3AA in popluar number systems.

HEX 95 B3 AA
Decimal 149 179 170
Binary 10010101 10110011 10101010
Octal 225 263 252

Shades and tints

Shades of #95B3AA

#95B3AA
(149,179,170)
#88A39B
(136,163,155)
#7B938C
(123,147,140)
#6E837D
(110,131,125)
#61736E
(97,115,110)
#54635F
(84,99,95)
#475350
(71,83,80)
#3A4341
(58,67,65)
#2D3332
(45,51,50)
#202323
(32,35,35)
#131314
(19,19,20)
#000000
(0,0,0)

Tints of #95B3AA

#95B3AA
(149,179,170)
#9EB9B1
(158,185,177)
#A7BFB8
(167,191,184)
#B0C5BF
(176,197,191)
#B9CBC6
(185,203,198)
#C2D1CD
(194,209,205)
#CBD7D4
(203,215,212)
#D4DDDB
(212,221,219)
#DDE3E2
(221,227,226)
#E6E9E9
(230,233,233)
#EFEFF0
(239,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #95B3AA; }

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

This text font color is #95B3AA.

Background Color

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

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

This div background color is #95B3AA.

Border color

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

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

This div border color is #95B3AA.

Opacity

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

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

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

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

This text has shadow with #95B3AA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #95B3AA.

Preview

Color preview on black background

This text has color #95B3AA on black background.


Color preview on white background

This text has color #95B3AA on white background.


Black color preview on #95B3AA background

This text has black color on #95B3AA background.


White color preview on #95B3AA background

This text has white color on #95B3AA background.


Related colors

Complementary color

Complementary color for #hex is #6A4C55.


I love getcolorcode.com

Triadic colors

1 #AA95B3 and #B3AA95 with #95B3AA are triadic colors.

2 #AAB395 and #B395AA with #95B3AA are triadic colors.