COLOR #95ABFD

HEX: #95ABFD
RGB: (149,171,253)

Color info

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

RGB color model

#95ABFD color RGB value is (149,171,253).

  • red value is 149;
  • green value is 171;
  • blue value is 253.
RGB:
(149,171,253)
(58%,67%,99%)

RGB channels and saturation

R 149 of 255 = 58%
G 171 of 255 = 67%
B 253 of 255 = 99%

149
171
253

R + G + B ~ 75%. #95ABFD is quite light color.

Portions of RGB colors in percentages

R + G + B =
149 + 171 + 253 = 573 (100%)
R 149 of 573 ~ 26%
G 171 of 573 ~ 29.84%
B 253 of 573 ~ 44.15%

%26
%29.84
%44.15

CMYK color model

#95ABFD color CMYK value is (41,32,0,1).

  • cyan value is 41.11%
  • magenta value is 32.41%
  • yellow value is 0.00%
  • key color value is 0.78%
CMYK:
(41,32,0,1)
C41M32Y0K1 
(41%,32%,0%,1%)
(0.41/0.32/0.00/0.01)	

CMYK percentages

%41.11
%32.41
%0
%0.78

Codes

Color #95ABFD in popluar color models

95ABFD
RGB149171253
HSL227°96.30%78.82%
HSB/HSV227°41.11%99.22%
CMYK41.11%32.41%0.00%
0.78%

Color #95ABFD in popluar number systems.

HEX95ABFD
Decimal149171253
Binary100101011010101111111101
Octal225253375

Shades and tints

Shades of #95ABFD

#95ABFD
(149,171,253)
#889CE6
(136,156,230)
#7B8DCF
(123,141,207)
#6E7EB8
(110,126,184)
#616FA1
(97,111,161)
#54608A
(84,96,138)
#475173
(71,81,115)
#3A425C
(58,66,92)
#2D3345
(45,51,69)
#20242E
(32,36,46)
#131517
(19,21,23)
#000000
(0,0,0)

Tints of #95ABFD

#95ABFD
(149,171,253)
#9EB2FD
(158,178,253)
#A7B9FD
(167,185,253)
#B0C0FD
(176,192,253)
#B9C7FD
(185,199,253)
#C2CEFD
(194,206,253)
#CBD5FD
(203,213,253)
#D4DCFD
(212,220,253)
#DDE3FD
(221,227,253)
#E6EAFD
(230,234,253)
#EFF1FD
(239,241,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #95ABFD color. Also use rgb(149,171,253) instead hex code.

Text Font Color

.myTextColor { color: #95ABFD; }

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

This text font color is #95ABFD.


Background Color

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

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

This div background color is #95ABFD.


Border color

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

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

This div border color is #95ABFD.


Opacity

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

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

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

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

This text has shadow with #95ABFD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #95ABFD on black background.


Color preview on white background

This text has color #95ABFD on white background.



Black color preview on #95ABFD background

This text has black color on #95ABFD background.


White color preview on #95ABFD background

This text has white color on #95ABFD background.