COLOR #95A8F1

HEX: #95A8F1
RGB: (149,168,241)

Color info

#95A8F1 contains mainly blue color. Web safe color of #95A8F1 is #9999FF (or #99F).

RGB color model

#95A8F1 color RGB value is (149,168,241).

  • red value is 149;
  • green value is 168;
  • blue value is 241.
RGB:
(149,168,241)
(58%,66%,95%)

RGB channels and saturation

R 149 of 255 = 58%
G 168 of 255 = 66%
B 241 of 255 = 95%

149
168
241

R + G + B ~ 73%. #95A8F1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
149 + 168 + 241 = 558 (100%)
R 149 of 558 ~ 26.7%
G 168 of 558 ~ 30.11%
B 241 of 558 ~ 43.19%

%26.7
%30.11
%43.19

CMYK color model

#95A8F1 color CMYK value is (38,30,0,5).

  • cyan value is 38.17%
  • magenta value is 30.29%
  • yellow value is 0.00%
  • key color value is 5.49%
CMYK:
(38,30,0,5)
C38M30Y0K5 
(38%,30%,0%,5%)
(0.38/0.30/0.00/0.05)	

CMYK percentages

%38.17
%30.29
%0
%5.49

Codes

Color #95A8F1 in popluar color models

95A8F1
RGB149168241
HSL228°76.67%76.47%
HSB/HSV228°38.17%94.51%
CMYK38.17%30.29%0.00%
5.49%

Color #95A8F1 in popluar number systems.

HEX95A8F1
Decimal149168241
Binary100101011010100011110001
Octal225250361

Shades and tints

Shades of #95A8F1

#95A8F1
(149,168,241)
#8899DC
(136,153,220)
#7B8AC7
(123,138,199)
#6E7BB2
(110,123,178)
#616C9D
(97,108,157)
#545D88
(84,93,136)
#474E73
(71,78,115)
#3A3F5E
(58,63,94)
#2D3049
(45,48,73)
#202134
(32,33,52)
#13121F
(19,18,31)
#000000
(0,0,0)

Tints of #95A8F1

#95A8F1
(149,168,241)
#9EAFF2
(158,175,242)
#A7B6F3
(167,182,243)
#B0BDF4
(176,189,244)
#B9C4F5
(185,196,245)
#C2CBF6
(194,203,246)
#CBD2F7
(203,210,247)
#D4D9F8
(212,217,248)
#DDE0F9
(221,224,249)
#E6E7FA
(230,231,250)
#EFEEFB
(239,238,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #95A8F1 color. Also use rgb(149,168,241) instead hex code.

Text Font Color

.myTextColor { color: #95A8F1; }

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

This text font color is #95A8F1.


Background Color

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

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

This div background color is #95A8F1.


Border color

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

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

This div border color is #95A8F1.


Opacity

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

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

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

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

This text has shadow with #95A8F1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #95A8F1 on black background.


Color preview on white background

This text has color #95A8F1 on white background.



Black color preview on #95A8F1 background

This text has black color on #95A8F1 background.


White color preview on #95A8F1 background

This text has white color on #95A8F1 background.