COLOR #95A5CA

HEX: #95A5CA
RGB: (149,165,202)

Color info

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

RGB color model

#95A5CA color RGB value is (149,165,202).

  • red value is 149;
  • green value is 165;
  • blue value is 202.
RGB:
(149,165,202)
(58%,65%,79%)

RGB channels and saturation

R 149 of 255 = 58%
G 165 of 255 = 65%
B 202 of 255 = 79%

149
165
202

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

Portions of RGB colors in percentages

R + G + B =
149 + 165 + 202 = 516 (100%)
R 149 of 516 ~ 28.88%
G 165 of 516 ~ 31.98%
B 202 of 516 ~ 39.15%

%28.88
%31.98
%39.15

CMYK color model

#95A5CA color CMYK value is (26,18,0,21).

  • cyan value is 26.24%
  • magenta value is 18.32%
  • yellow value is 0.00%
  • key color value is 20.78%
CMYK:
(26,18,0,21)
C26M18Y0K21 
(26%,18%,0%,21%)
(0.26/0.18/0.00/0.21)	

CMYK percentages

%26.24
%18.32
%0
%20.78

Codes

Color #95A5CA in popluar color models

95A5CA
RGB149165202
HSL222°33.33%68.82%
HSB/HSV222°26.24%79.22%
CMYK26.24%18.32%0.00%
20.78%

Color #95A5CA in popluar number systems.

HEX95A5CA
Decimal149165202
Binary100101011010010111001010
Octal225245312

Shades and tints

Shades of #95A5CA

#95A5CA
(149,165,202)
#8896B8
(136,150,184)
#7B87A6
(123,135,166)
#6E7894
(110,120,148)
#616982
(97,105,130)
#545A70
(84,90,112)
#474B5E
(71,75,94)
#3A3C4C
(58,60,76)
#2D2D3A
(45,45,58)
#201E28
(32,30,40)
#130F16
(19,15,22)
#000000
(0,0,0)

Tints of #95A5CA

#95A5CA
(149,165,202)
#9EADCE
(158,173,206)
#A7B5D2
(167,181,210)
#B0BDD6
(176,189,214)
#B9C5DA
(185,197,218)
#C2CDDE
(194,205,222)
#CBD5E2
(203,213,226)
#D4DDE6
(212,221,230)
#DDE5EA
(221,229,234)
#E6EDEE
(230,237,238)
#EFF5F2
(239,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #95A5CA color. Also use rgb(149,165,202) instead hex code.

Text Font Color

.myTextColor { color: #95A5CA; }

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

This text font color is #95A5CA.


Background Color

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

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

This div background color is #95A5CA.


Border color

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

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

This div border color is #95A5CA.


Opacity

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

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

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

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

This text has shadow with #95A5CA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #95A5CA on black background.


Color preview on white background

This text has color #95A5CA on white background.



Black color preview on #95A5CA background

This text has black color on #95A5CA background.


White color preview on #95A5CA background

This text has white color on #95A5CA background.