COLOR #95A1C1

HEX: #95A1C1
RGB: (149,161,193)

Color info

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

RGB color model

#95A1C1 color RGB value is (149,161,193).

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

RGB channels and saturation

R 149 of 255 = 58%
G 161 of 255 = 63%
B 193 of 255 = 76%

149
161
193

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

Portions of RGB colors in percentages

R + G + B =
149 + 161 + 193 = 503 (100%)
R 149 of 503 ~ 29.62%
G 161 of 503 ~ 32.01%
B 193 of 503 ~ 38.37%

%29.62
%32.01
%38.37

CMYK color model

#95A1C1 color CMYK value is (23,17,0,24).

  • cyan value is 22.80%
  • magenta value is 16.58%
  • yellow value is 0.00%
  • key color value is 24.31%
CMYK:
(23,17,0,24)
C23M17Y0K24 
(23%,17%,0%,24%)
(0.23/0.17/0.00/0.24)	

CMYK percentages

%22.8
%16.58
%0
%24.31

Codes

Color #95A1C1 in popluar color models

95A1C1
RGB149161193
HSL224°26.19%67.06%
HSB/HSV224°22.80%75.69%
CMYK22.80%16.58%0.00%
24.31%

Color #95A1C1 in popluar number systems.

HEX95A1C1
Decimal149161193
Binary100101011010000111000001
Octal225241301

Shades and tints

Shades of #95A1C1

#95A1C1
(149,161,193)
#8893B0
(136,147,176)
#7B859F
(123,133,159)
#6E778E
(110,119,142)
#61697D
(97,105,125)
#545B6C
(84,91,108)
#474D5B
(71,77,91)
#3A3F4A
(58,63,74)
#2D3139
(45,49,57)
#202328
(32,35,40)
#131517
(19,21,23)
#000000
(0,0,0)

Tints of #95A1C1

#95A1C1
(149,161,193)
#9EA9C6
(158,169,198)
#A7B1CB
(167,177,203)
#B0B9D0
(176,185,208)
#B9C1D5
(185,193,213)
#C2C9DA
(194,201,218)
#CBD1DF
(203,209,223)
#D4D9E4
(212,217,228)
#DDE1E9
(221,225,233)
#E6E9EE
(230,233,238)
#EFF1F3
(239,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #95A1C1; }

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

This text font color is #95A1C1.


Background Color

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

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

This div background color is #95A1C1.


Border color

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

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

This div border color is #95A1C1.


Opacity

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

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

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

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

This text has shadow with #95A1C1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #95A1C1 on black background.


Color preview on white background

This text has color #95A1C1 on white background.



Black color preview on #95A1C1 background

This text has black color on #95A1C1 background.


White color preview on #95A1C1 background

This text has white color on #95A1C1 background.