COLOR #95A9C1

HEX: #95A9C1
RGB: (149,169,193)

Color info

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

RGB color model

#95A9C1 color RGB value is (149,169,193).

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

RGB channels and saturation

R 149 of 255 = 58%
G 169 of 255 = 66%
B 193 of 255 = 76%

149
169
193

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

Portions of RGB colors in percentages

R + G + B =
149 + 169 + 193 = 511 (100%)
R 149 of 511 ~ 29.16%
G 169 of 511 ~ 33.07%
B 193 of 511 ~ 37.77%

%29.16
%33.07
%37.77

CMYK color model

#95A9C1 color CMYK value is (23,12,0,24).

  • cyan value is 22.80%
  • magenta value is 12.44%
  • yellow value is 0.00%
  • key color value is 24.31%
CMYK:
(23,12,0,24)
C23M12Y0K24 
(23%,12%,0%,24%)
(0.23/0.12/0.00/0.24)	

CMYK percentages

%22.8
%12.44
%0
%24.31

Codes

Color #95A9C1 in popluar color models

95A9C1
RGB149169193
HSL213°26.19%67.06%
HSB/HSV213°22.80%75.69%
CMYK22.80%12.44%0.00%
24.31%

Color #95A9C1 in popluar number systems.

HEX95A9C1
Decimal149169193
Binary100101011010100111000001
Octal225251301

Shades and tints

Shades of #95A9C1

#95A9C1
(149,169,193)
#889AB0
(136,154,176)
#7B8B9F
(123,139,159)
#6E7C8E
(110,124,142)
#616D7D
(97,109,125)
#545E6C
(84,94,108)
#474F5B
(71,79,91)
#3A404A
(58,64,74)
#2D3139
(45,49,57)
#202228
(32,34,40)
#131317
(19,19,23)
#000000
(0,0,0)

Tints of #95A9C1

#95A9C1
(149,169,193)
#9EB0C6
(158,176,198)
#A7B7CB
(167,183,203)
#B0BED0
(176,190,208)
#B9C5D5
(185,197,213)
#C2CCDA
(194,204,218)
#CBD3DF
(203,211,223)
#D4DAE4
(212,218,228)
#DDE1E9
(221,225,233)
#E6E8EE
(230,232,238)
#EFEFF3
(239,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #95A9C1; }

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

This text font color is #95A9C1.


Background Color

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

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

This div background color is #95A9C1.


Border color

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

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

This div border color is #95A9C1.


Opacity

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

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

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

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

This text has shadow with #95A9C1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #95A9C1 on black background.


Color preview on white background

This text has color #95A9C1 on white background.



Black color preview on #95A9C1 background

This text has black color on #95A9C1 background.


White color preview on #95A9C1 background

This text has white color on #95A9C1 background.