COLOR #95A4C6

HEX: #95A4C6
RGB: (149,164,198)

Color info

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

RGB color model

#95A4C6 color RGB value is (149,164,198).

  • red value is 149;
  • green value is 164;
  • blue value is 198.
RGB:
(149,164,198)
(58%,64%,78%)

RGB channels and saturation

R 149 of 255 = 58%
G 164 of 255 = 64%
B 198 of 255 = 78%

149
164
198

R + G + B ~ 67%. #95A4C6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
149 + 164 + 198 = 511 (100%)
R 149 of 511 ~ 29.16%
G 164 of 511 ~ 32.09%
B 198 of 511 ~ 38.75%

%29.16
%32.09
%38.75

CMYK color model

#95A4C6 color CMYK value is (25,17,0,22).

  • cyan value is 24.75%
  • magenta value is 17.17%
  • yellow value is 0.00%
  • key color value is 22.35%
CMYK:
(25,17,0,22)
C25M17Y0K22 
(25%,17%,0%,22%)
(0.25/0.17/0.00/0.22)	

CMYK percentages

%24.75
%17.17
%0
%22.35

Codes

Color #95A4C6 in popluar color models

95A4C6
RGB149164198
HSL222°30.06%68.04%
HSB/HSV222°24.75%77.65%
CMYK24.75%17.17%0.00%
22.35%

Color #95A4C6 in popluar number systems.

HEX95A4C6
Decimal149164198
Binary100101011010010011000110
Octal225244306

Shades and tints

Shades of #95A4C6

#95A4C6
(149,164,198)
#8896B4
(136,150,180)
#7B88A2
(123,136,162)
#6E7A90
(110,122,144)
#616C7E
(97,108,126)
#545E6C
(84,94,108)
#47505A
(71,80,90)
#3A4248
(58,66,72)
#2D3436
(45,52,54)
#202624
(32,38,36)
#131812
(19,24,18)
#000000
(0,0,0)

Tints of #95A4C6

#95A4C6
(149,164,198)
#9EACCB
(158,172,203)
#A7B4D0
(167,180,208)
#B0BCD5
(176,188,213)
#B9C4DA
(185,196,218)
#C2CCDF
(194,204,223)
#CBD4E4
(203,212,228)
#D4DCE9
(212,220,233)
#DDE4EE
(221,228,238)
#E6ECF3
(230,236,243)
#EFF4F8
(239,244,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #95A4C6; }

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

This text font color is #95A4C6.


Background Color

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

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

This div background color is #95A4C6.


Border color

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

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

This div border color is #95A4C6.


Opacity

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

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

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

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

This text has shadow with #95A4C6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #95A4C6 on black background.


Color preview on white background

This text has color #95A4C6 on white background.



Black color preview on #95A4C6 background

This text has black color on #95A4C6 background.


White color preview on #95A4C6 background

This text has white color on #95A4C6 background.