COLOR #95A9BD

HEX: #95A9BD
RGB: (149,169,189)

Color info

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

RGB color model

#95A9BD color RGB value is (149,169,189).

  • red value is 149;
  • green value is 169;
  • blue value is 189.
RGB:
(149,169,189)
(58%,66%,74%)

RGB channels and saturation

R 149 of 255 = 58%
G 169 of 255 = 66%
B 189 of 255 = 74%

149
169
189

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

Portions of RGB colors in percentages

R + G + B =
149 + 169 + 189 = 507 (100%)
R 149 of 507 ~ 29.39%
G 169 of 507 ~ 33.33%
B 189 of 507 ~ 37.28%

%29.39
%33.33
%37.28

CMYK color model

#95A9BD color CMYK value is (21,11,0,26).

  • cyan value is 21.16%
  • magenta value is 10.58%
  • yellow value is 0.00%
  • key color value is 25.88%
CMYK:
(21,11,0,26)
C21M11Y0K26 
(21%,11%,0%,26%)
(0.21/0.11/0.00/0.26)	

CMYK percentages

%21.16
%10.58
%0
%25.88

Codes

Color #95A9BD in popluar color models

95A9BD
RGB149169189
HSL210°23.26%66.27%
HSB/HSV210°21.16%74.12%
CMYK21.16%10.58%0.00%
25.88%

Color #95A9BD in popluar number systems.

HEX95A9BD
Decimal149169189
Binary100101011010100110111101
Octal225251275

Shades and tints

Shades of #95A9BD

#95A9BD
(149,169,189)
#889AAC
(136,154,172)
#7B8B9B
(123,139,155)
#6E7C8A
(110,124,138)
#616D79
(97,109,121)
#545E68
(84,94,104)
#474F57
(71,79,87)
#3A4046
(58,64,70)
#2D3135
(45,49,53)
#202224
(32,34,36)
#131313
(19,19,19)
#000000
(0,0,0)

Tints of #95A9BD

#95A9BD
(149,169,189)
#9EB0C3
(158,176,195)
#A7B7C9
(167,183,201)
#B0BECF
(176,190,207)
#B9C5D5
(185,197,213)
#C2CCDB
(194,204,219)
#CBD3E1
(203,211,225)
#D4DAE7
(212,218,231)
#DDE1ED
(221,225,237)
#E6E8F3
(230,232,243)
#EFEFF9
(239,239,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #95A9BD; }

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

This text font color is #95A9BD.


Background Color

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

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

This div background color is #95A9BD.


Border color

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

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

This div border color is #95A9BD.


Opacity

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

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

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

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

This text has shadow with #95A9BD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #95A9BD on black background.


Color preview on white background

This text has color #95A9BD on white background.



Black color preview on #95A9BD background

This text has black color on #95A9BD background.


White color preview on #95A9BD background

This text has white color on #95A9BD background.