COLOR #95A6B0

HEX: #95A6B0 RGB: (149,166,176)

Color info

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

RGB color model

#95A6B0 color RGB value is (149,166,176).

RGB: (149,166,176) (58%, 65%, 69%)

RGB channels and saturation

R 149 of 255 = 58%
G 166 of 255 = 65%
B 176 of 255 = 69%

149
166
176

R + G + B ~ 64%. #95A6B0 is quite light color.

Portions of RGB colors in percentages

R + G + B = 149 + 166 + 176 = 491 (100%)
R 149 of 491 ~ 30.35%
G 166 of 491 ~ 33.81%
B 176 of 491 ~ 35.85'%

%30.35
%33.81
%35.85

CMYK color model

#95A6B0 color CMYK value is (15,6,0,31).

  • cyan value is 15.34%
  • magenta value is 5.68%
  • yellow value is 0.00%
  • key color value is 30.98%

CMYK: (15,6,0,31)
C15M6Y0K31 (15%, 6%, 0%, 31%)
(0.15 / 0.06 / 0.00 / 0.31)

CMYK percentages

%15.34
%5.68
%0
%30.98

Codes

Color #95A6B0 in popluar color models

95 A6 B0
RGB 149 166 176
HSL 202° 14.59% 63.73%
HSB/HSV 202° 15.34% 69.02%
CMYK 15.34% 5.68% 0.00%
30.98%

Color #95A6B0 in popluar number systems.

HEX 95 A6 B0
Decimal 149 166 176
Binary 10010101 10100110 10110000
Octal 225 246 260

Shades and tints

Shades of #95A6B0

#95A6B0
(149,166,176)
#8897A0
(136,151,160)
#7B8890
(123,136,144)
#6E7980
(110,121,128)
#616A70
(97,106,112)
#545B60
(84,91,96)
#474C50
(71,76,80)
#3A3D40
(58,61,64)
#2D2E30
(45,46,48)
#201F20
(32,31,32)
#131010
(19,16,16)
#000000
(0,0,0)

Tints of #95A6B0

#95A6B0
(149,166,176)
#9EAEB7
(158,174,183)
#A7B6BE
(167,182,190)
#B0BEC5
(176,190,197)
#B9C6CC
(185,198,204)
#C2CED3
(194,206,211)
#CBD6DA
(203,214,218)
#D4DEE1
(212,222,225)
#DDE6E8
(221,230,232)
#E6EEEF
(230,238,239)
#EFF6F6
(239,246,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #95A6B0 color. Also use rgb(149,166,176) instead hex code.

Text Font Color

.myTextColor { color: #95A6B0; }

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

This text font color is #95A6B0.

Background Color

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

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

This div background color is #95A6B0.

Border color

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

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

This div border color is #95A6B0.

Opacity

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

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

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

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

This text has shadow with #95A6B0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #95A6B0.

Preview

Color preview on black background

This text has color #95A6B0 on black background.


Color preview on white background

This text has color #95A6B0 on white background.


Black color preview on #95A6B0 background

This text has black color on #95A6B0 background.


White color preview on #95A6B0 background

This text has white color on #95A6B0 background.


Related colors

Complementary color

Complementary color for #hex is #6A594F.


I love getcolorcode.com

Triadic colors

1 #B095A6 and #A6B095 with #95A6B0 are triadic colors.

2 #B0A695 and #A695B0 with #95A6B0 are triadic colors.