COLOR #95ABD0

HEX: #95ABD0
RGB: (149,171,208)

Color info

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

RGB color model

#95ABD0 color RGB value is (149,171,208).

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

RGB channels and saturation

R 149 of 255 = 58%
G 171 of 255 = 67%
B 208 of 255 = 82%

149
171
208

R + G + B ~ 69%. #95ABD0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
149 + 171 + 208 = 528 (100%)
R 149 of 528 ~ 28.22%
G 171 of 528 ~ 32.39%
B 208 of 528 ~ 39.39%

%28.22
%32.39
%39.39

CMYK color model

#95ABD0 color CMYK value is (28,18,0,18).

  • cyan value is 28.37%
  • magenta value is 17.79%
  • yellow value is 0.00%
  • key color value is 18.43%
CMYK:
(28,18,0,18)
C28M18Y0K18 
(28%,18%,0%,18%)
(0.28/0.18/0.00/0.18)	

CMYK percentages

%28.37
%17.79
%0
%18.43

Codes

Color #95ABD0 in popluar color models

95ABD0
RGB149171208
HSL218°38.56%70.00%
HSB/HSV218°28.37%81.57%
CMYK28.37%17.79%0.00%
18.43%

Color #95ABD0 in popluar number systems.

HEX95ABD0
Decimal149171208
Binary100101011010101111010000
Octal225253320

Shades and tints

Shades of #95ABD0

#95ABD0
(149,171,208)
#889CBE
(136,156,190)
#7B8DAC
(123,141,172)
#6E7E9A
(110,126,154)
#616F88
(97,111,136)
#546076
(84,96,118)
#475164
(71,81,100)
#3A4252
(58,66,82)
#2D3340
(45,51,64)
#20242E
(32,36,46)
#13151C
(19,21,28)
#000000
(0,0,0)

Tints of #95ABD0

#95ABD0
(149,171,208)
#9EB2D4
(158,178,212)
#A7B9D8
(167,185,216)
#B0C0DC
(176,192,220)
#B9C7E0
(185,199,224)
#C2CEE4
(194,206,228)
#CBD5E8
(203,213,232)
#D4DCEC
(212,220,236)
#DDE3F0
(221,227,240)
#E6EAF4
(230,234,244)
#EFF1F8
(239,241,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #95ABD0; }

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

This text font color is #95ABD0.


Background Color

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

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

This div background color is #95ABD0.


Border color

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

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

This div border color is #95ABD0.


Opacity

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

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

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

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

This text has shadow with #95ABD0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #95ABD0 on black background.


Color preview on white background

This text has color #95ABD0 on white background.



Black color preview on #95ABD0 background

This text has black color on #95ABD0 background.


White color preview on #95ABD0 background

This text has white color on #95ABD0 background.