COLOR #95A4BF

HEX: #95A4BF RGB: (149,164,191)

Color info

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

RGB color model

#95A4BF color RGB value is (149,164,191).

RGB: (149,164,191) (58%, 64%, 75%)

RGB channels and saturation

R 149 of 255 = 58%
G 164 of 255 = 64%
B 191 of 255 = 75%

149
164
191

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

Portions of RGB colors in percentages

R + G + B = 149 + 164 + 191 = 504 (100%)
R 149 of 504 ~ 29.56%
G 164 of 504 ~ 32.54%
B 191 of 504 ~ 37.9'%

%29.56
%32.54
%37.9

CMYK color model

#95A4BF color CMYK value is (22,14,0,25).

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

CMYK: (22,14,0,25)
C22M14Y0K25 (22%, 14%, 0%, 25%)
(0.22 / 0.14 / 0.00 / 0.25)

CMYK percentages

%21.99
%14.14
%0
%25.1

Codes

Color #95A4BF in popluar color models

95 A4 BF
RGB 149 164 191
HSL 219° 24.71% 66.67%
HSB/HSV 219° 21.99% 74.90%
CMYK 21.99% 14.14% 0.00%
25.10%

Color #95A4BF in popluar number systems.

HEX 95 A4 BF
Decimal 149 164 191
Binary 10010101 10100100 10111111
Octal 225 244 277

Shades and tints

Shades of #95A4BF

#95A4BF
(149,164,191)
#8896AE
(136,150,174)
#7B889D
(123,136,157)
#6E7A8C
(110,122,140)
#616C7B
(97,108,123)
#545E6A
(84,94,106)
#475059
(71,80,89)
#3A4248
(58,66,72)
#2D3437
(45,52,55)
#202626
(32,38,38)
#131815
(19,24,21)
#000000
(0,0,0)

Tints of #95A4BF

#95A4BF
(149,164,191)
#9EACC4
(158,172,196)
#A7B4C9
(167,180,201)
#B0BCCE
(176,188,206)
#B9C4D3
(185,196,211)
#C2CCD8
(194,204,216)
#CBD4DD
(203,212,221)
#D4DCE2
(212,220,226)
#DDE4E7
(221,228,231)
#E6ECEC
(230,236,236)
#EFF4F1
(239,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #95A4BF; }

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

This text font color is #95A4BF.

Background Color

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

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

This div background color is #95A4BF.

Border color

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

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

This div border color is #95A4BF.

Opacity

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

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

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

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

This text has shadow with #95A4BF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #95A4BF.

Preview

Color preview on black background

This text has color #95A4BF on black background.


Color preview on white background

This text has color #95A4BF on white background.


Black color preview on #95A4BF background

This text has black color on #95A4BF background.


White color preview on #95A4BF background

This text has white color on #95A4BF background.


Related colors

Complementary color

Complementary color for #hex is #6A5B40.


I love getcolorcode.com

Triadic colors

1 #BF95A4 and #A4BF95 with #95A4BF are triadic colors.

2 #BFA495 and #A495BF with #95A4BF are triadic colors.