COLOR #95A0DA

HEX: #95A0DA
RGB: (149,160,218)

Color info

#95A0DA contains mainly green and blue colors. Web safe color of #95A0DA is #9999CC (or #99C).

RGB color model

#95A0DA color RGB value is (149,160,218).

  • red value is 149;
  • green value is 160;
  • blue value is 218.
RGB:
(149,160,218)
(58%,63%,85%)

RGB channels and saturation

R 149 of 255 = 58%
G 160 of 255 = 63%
B 218 of 255 = 85%

149
160
218

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

Portions of RGB colors in percentages

R + G + B =
149 + 160 + 218 = 527 (100%)
R 149 of 527 ~ 28.27%
G 160 of 527 ~ 30.36%
B 218 of 527 ~ 41.37%

%28.27
%30.36
%41.37

CMYK color model

#95A0DA color CMYK value is (32,27,0,15).

  • cyan value is 31.65%
  • magenta value is 26.61%
  • yellow value is 0.00%
  • key color value is 14.51%
CMYK:
(32,27,0,15)
C32M27Y0K15 
(32%,27%,0%,15%)
(0.32/0.27/0.00/0.15)	

CMYK percentages

%31.65
%26.61
%0
%14.51

Codes

Color #95A0DA in popluar color models

95A0DA
RGB149160218
HSL230°48.25%71.96%
HSB/HSV230°31.65%85.49%
CMYK31.65%26.61%0.00%
14.51%

Color #95A0DA in popluar number systems.

HEX95A0DA
Decimal149160218
Binary100101011010000011011010
Octal225240332

Shades and tints

Shades of #95A0DA

#95A0DA
(149,160,218)
#8892C7
(136,146,199)
#7B84B4
(123,132,180)
#6E76A1
(110,118,161)
#61688E
(97,104,142)
#545A7B
(84,90,123)
#474C68
(71,76,104)
#3A3E55
(58,62,85)
#2D3042
(45,48,66)
#20222F
(32,34,47)
#13141C
(19,20,28)
#000000
(0,0,0)

Tints of #95A0DA

#95A0DA
(149,160,218)
#9EA8DD
(158,168,221)
#A7B0E0
(167,176,224)
#B0B8E3
(176,184,227)
#B9C0E6
(185,192,230)
#C2C8E9
(194,200,233)
#CBD0EC
(203,208,236)
#D4D8EF
(212,216,239)
#DDE0F2
(221,224,242)
#E6E8F5
(230,232,245)
#EFF0F8
(239,240,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #95A0DA color. Also use rgb(149,160,218) instead hex code.

Text Font Color

.myTextColor { color: #95A0DA; }

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

This text font color is #95A0DA.


Background Color

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

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

This div background color is #95A0DA.


Border color

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

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

This div border color is #95A0DA.


Opacity

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

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

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

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

This text has shadow with #95A0DA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #95A0DA on black background.


Color preview on white background

This text has color #95A0DA on white background.



Black color preview on #95A0DA background

This text has black color on #95A0DA background.


White color preview on #95A0DA background

This text has white color on #95A0DA background.