COLOR #95ADF8

HEX: #95ADF8
RGB: (149,173,248)

Color info

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

RGB color model

#95ADF8 color RGB value is (149,173,248).

  • red value is 149;
  • green value is 173;
  • blue value is 248.
RGB:
(149,173,248)
(58%,68%,97%)

RGB channels and saturation

R 149 of 255 = 58%
G 173 of 255 = 68%
B 248 of 255 = 97%

149
173
248

R + G + B ~ 74%. #95ADF8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
149 + 173 + 248 = 570 (100%)
R 149 of 570 ~ 26.14%
G 173 of 570 ~ 30.35%
B 248 of 570 ~ 43.51%

%26.14
%30.35
%43.51

CMYK color model

#95ADF8 color CMYK value is (40,30,0,3).

  • cyan value is 39.92%
  • magenta value is 30.24%
  • yellow value is 0.00%
  • key color value is 2.75%
CMYK:
(40,30,0,3)
C40M30Y0K3 
(40%,30%,0%,3%)
(0.40/0.30/0.00/0.03)	

CMYK percentages

%39.92
%30.24
%0
%2.75

Codes

Color #95ADF8 in popluar color models

95ADF8
RGB149173248
HSL225°87.61%77.84%
HSB/HSV225°39.92%97.25%
CMYK39.92%30.24%0.00%
2.75%

Color #95ADF8 in popluar number systems.

HEX95ADF8
Decimal149173248
Binary100101011010110111111000
Octal225255370

Shades and tints

Shades of #95ADF8

#95ADF8
(149,173,248)
#889EE2
(136,158,226)
#7B8FCC
(123,143,204)
#6E80B6
(110,128,182)
#6171A0
(97,113,160)
#54628A
(84,98,138)
#475374
(71,83,116)
#3A445E
(58,68,94)
#2D3548
(45,53,72)
#202632
(32,38,50)
#13171C
(19,23,28)
#000000
(0,0,0)

Tints of #95ADF8

#95ADF8
(149,173,248)
#9EB4F8
(158,180,248)
#A7BBF8
(167,187,248)
#B0C2F8
(176,194,248)
#B9C9F8
(185,201,248)
#C2D0F8
(194,208,248)
#CBD7F8
(203,215,248)
#D4DEF8
(212,222,248)
#DDE5F8
(221,229,248)
#E6ECF8
(230,236,248)
#EFF3F8
(239,243,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #95ADF8 color. Also use rgb(149,173,248) instead hex code.

Text Font Color

.myTextColor { color: #95ADF8; }

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

This text font color is #95ADF8.


Background Color

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

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

This div background color is #95ADF8.


Border color

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

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

This div border color is #95ADF8.


Opacity

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

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

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

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

This text has shadow with #95ADF8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #95ADF8 on black background.


Color preview on white background

This text has color #95ADF8 on white background.



Black color preview on #95ADF8 background

This text has black color on #95ADF8 background.


White color preview on #95ADF8 background

This text has white color on #95ADF8 background.