COLOR #95A8BA

HEX: #95A8BA RGB: (149,168,186)

Color info

#95A8BA contains red, green and blue colors in about the same proportion. Web safe color of #95A8BA is #9999CC (or #99C).

RGB color model

#95A8BA color RGB value is (149,168,186).

RGB: (149,168,186) (58%, 66%, 73%)

RGB channels and saturation

R 149 of 255 = 58%
G 168 of 255 = 66%
B 186 of 255 = 73%

149
168
186

R + G + B ~ 66%. #95A8BA is quite light color.

Portions of RGB colors in percentages

R + G + B = 149 + 168 + 186 = 503 (100%)
R 149 of 503 ~ 29.62%
G 168 of 503 ~ 33.4%
B 186 of 503 ~ 36.98'%

%29.62
%33.4
%36.98

CMYK color model

#95A8BA color CMYK value is (20,10,0,27).

  • cyan value is 19.89%
  • magenta value is 9.68%
  • yellow value is 0.00%
  • key color value is 27.06%

CMYK: (20,10,0,27)
C20M10Y0K27 (20%, 10%, 0%, 27%)
(0.20 / 0.10 / 0.00 / 0.27)

CMYK percentages

%19.89
%9.68
%0
%27.06

Codes

Color #95A8BA in popluar color models

95 A8 BA
RGB 149 168 186
HSL 209° 21.14% 65.69%
HSB/HSV 209° 19.89% 72.94%
CMYK 19.89% 9.68% 0.00%
27.06%

Color #95A8BA in popluar number systems.

HEX 95 A8 BA
Decimal 149 168 186
Binary 10010101 10101000 10111010
Octal 225 250 272

Shades and tints

Shades of #95A8BA

#95A8BA
(149,168,186)
#8899AA
(136,153,170)
#7B8A9A
(123,138,154)
#6E7B8A
(110,123,138)
#616C7A
(97,108,122)
#545D6A
(84,93,106)
#474E5A
(71,78,90)
#3A3F4A
(58,63,74)
#2D303A
(45,48,58)
#20212A
(32,33,42)
#13121A
(19,18,26)
#000000
(0,0,0)

Tints of #95A8BA

#95A8BA
(149,168,186)
#9EAFC0
(158,175,192)
#A7B6C6
(167,182,198)
#B0BDCC
(176,189,204)
#B9C4D2
(185,196,210)
#C2CBD8
(194,203,216)
#CBD2DE
(203,210,222)
#D4D9E4
(212,217,228)
#DDE0EA
(221,224,234)
#E6E7F0
(230,231,240)
#EFEEF6
(239,238,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #95A8BA color. Also use rgb(149,168,186) instead hex code.

Text Font Color

.myTextColor { color: #95A8BA; }

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

This text font color is #95A8BA.

Background Color

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

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

This div background color is #95A8BA.

Border color

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

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

This div border color is #95A8BA.

Opacity

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

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

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

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

This text has shadow with #95A8BA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #95A8BA.

Preview

Color preview on black background

This text has color #95A8BA on black background.


Color preview on white background

This text has color #95A8BA on white background.


Black color preview on #95A8BA background

This text has black color on #95A8BA background.


White color preview on #95A8BA background

This text has white color on #95A8BA background.


Related colors

Complementary color

Complementary color for #hex is #6A5745.


I love getcolorcode.com

Triadic colors

1 #BA95A8 and #A8BA95 with #95A8BA are triadic colors.

2 #BAA895 and #A895BA with #95A8BA are triadic colors.