COLOR #95A4BD

HEX: #95A4BD RGB: (149,164,189)

Color info

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

RGB color model

#95A4BD color RGB value is (149,164,189).

RGB: (149,164,189) (58%, 64%, 74%)

RGB channels and saturation

R 149 of 255 = 58%
G 164 of 255 = 64%
B 189 of 255 = 74%

149
164
189

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

Portions of RGB colors in percentages

R + G + B = 149 + 164 + 189 = 502 (100%)
R 149 of 502 ~ 29.68%
G 164 of 502 ~ 32.67%
B 189 of 502 ~ 37.65'%

%29.68
%32.67
%37.65

CMYK color model

#95A4BD color CMYK value is (21,13,0,26).

  • cyan value is 21.16%
  • magenta value is 13.23%
  • yellow value is 0.00%
  • key color value is 25.88%
CMYK: (21,13,0,26) C21M13Y0K26 (21%,13%,0%,26%) (0.21/0.13/0.00/0.26) 

CMYK percentages

%21.16
%13.23
%0
%25.88

Codes

Color #95A4BD in popluar color models

95 A4 BD
RGB 149 164 189
HSL 218° 23.26% 66.27%
HSB/HSV 218° 21.16% 74.12%
CMYK 21.16% 13.23% 0.00%
25.88%

Color #95A4BD in popluar number systems.

HEX 95 A4 BD
Decimal 149 164 189
Binary 10010101 10100100 10111101
Octal 225 244 275

Shades and tints

Shades of #95A4BD

#95A4BD
(149,164,189)
#8896AC
(136,150,172)
#7B889B
(123,136,155)
#6E7A8A
(110,122,138)
#616C79
(97,108,121)
#545E68
(84,94,104)
#475057
(71,80,87)
#3A4246
(58,66,70)
#2D3435
(45,52,53)
#202624
(32,38,36)
#131813
(19,24,19)
#000000
(0,0,0)

Tints of #95A4BD

#95A4BD
(149,164,189)
#9EACC3
(158,172,195)
#A7B4C9
(167,180,201)
#B0BCCF
(176,188,207)
#B9C4D5
(185,196,213)
#C2CCDB
(194,204,219)
#CBD4E1
(203,212,225)
#D4DCE7
(212,220,231)
#DDE4ED
(221,228,237)
#E6ECF3
(230,236,243)
#EFF4F9
(239,244,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #95A4BD; }

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

This text font color is #95A4BD.

Background Color

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

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

This div background color is #95A4BD.

Border color

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

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

This div border color is #95A4BD.

Opacity

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

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

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

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

This text has shadow with #95A4BD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #95A4BD.

Preview

Color preview on black background

This text has color #95A4BD on black background.


Color preview on white background

This text has color #95A4BD on white background.


Black color preview on #95A4BD background

This text has black color on #95A4BD background.


White color preview on #95A4BD background

This text has white color on #95A4BD background.


Related colors

Complementary color

Complementary color for #hex is #6A5B42.


I love getcolorcode.com

Triadic colors

1 #BD95A4 and #A4BD95 with #95A4BD are triadic colors.

2 #BDA495 and #A495BD with #95A4BD are triadic colors.