COLOR #95A9BF

HEX: #95A9BF RGB: (149,169,191)

Color info

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

RGB color model

#95A9BF color RGB value is (149,169,191).

RGB: (149,169,191) (58%, 66%, 75%)

RGB channels and saturation

R 149 of 255 = 58%
G 169 of 255 = 66%
B 191 of 255 = 75%

149
169
191

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

Portions of RGB colors in percentages

R + G + B = 149 + 169 + 191 = 509 (100%)
R 149 of 509 ~ 29.27%
G 169 of 509 ~ 33.2%
B 191 of 509 ~ 37.52'%

%29.27
%33.2
%37.52

CMYK color model

#95A9BF color CMYK value is (22,12,0,25).

  • cyan value is 21.99%
  • magenta value is 11.52%
  • yellow value is 0.00%
  • key color value is 25.10%

CMYK: (22,12,0,25)
C22M12Y0K25 (22%, 12%, 0%, 25%)
(0.22 / 0.12 / 0.00 / 0.25)

CMYK percentages

%21.99
%11.52
%0
%25.1

Codes

Color #95A9BF in popluar color models

95 A9 BF
RGB 149 169 191
HSL 211° 24.71% 66.67%
HSB/HSV 211° 21.99% 74.90%
CMYK 21.99% 11.52% 0.00%
25.10%

Color #95A9BF in popluar number systems.

HEX 95 A9 BF
Decimal 149 169 191
Binary 10010101 10101001 10111111
Octal 225 251 277

Shades and tints

Shades of #95A9BF

#95A9BF
(149,169,191)
#889AAE
(136,154,174)
#7B8B9D
(123,139,157)
#6E7C8C
(110,124,140)
#616D7B
(97,109,123)
#545E6A
(84,94,106)
#474F59
(71,79,89)
#3A4048
(58,64,72)
#2D3137
(45,49,55)
#202226
(32,34,38)
#131315
(19,19,21)
#000000
(0,0,0)

Tints of #95A9BF

#95A9BF
(149,169,191)
#9EB0C4
(158,176,196)
#A7B7C9
(167,183,201)
#B0BECE
(176,190,206)
#B9C5D3
(185,197,211)
#C2CCD8
(194,204,216)
#CBD3DD
(203,211,221)
#D4DAE2
(212,218,226)
#DDE1E7
(221,225,231)
#E6E8EC
(230,232,236)
#EFEFF1
(239,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #95A9BF color. Also use rgb(149,169,191) instead hex code.

Text Font Color

.myTextColor { color: #95A9BF; }

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

This text font color is #95A9BF.

Background Color

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

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

This div background color is #95A9BF.

Border color

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

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

This div border color is #95A9BF.

Opacity

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

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

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

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

This text has shadow with #95A9BF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #95A9BF.

Preview

Color preview on black background

This text has color #95A9BF on black background.


Color preview on white background

This text has color #95A9BF on white background.


Black color preview on #95A9BF background

This text has black color on #95A9BF background.


White color preview on #95A9BF background

This text has white color on #95A9BF background.


Related colors

Complementary color

Complementary color for #hex is #6A5640.


I love getcolorcode.com

Triadic colors

1 #BF95A9 and #A9BF95 with #95A9BF are triadic colors.

2 #BFA995 and #A995BF with #95A9BF are triadic colors.