COLOR #95A2D8

HEX: #95A2D8
RGB: (149,162,216)

Color info

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

RGB color model

#95A2D8 color RGB value is (149,162,216).

  • red value is 149;
  • green value is 162;
  • blue value is 216.
RGB:
(149,162,216)
(58%,64%,85%)

RGB channels and saturation

R 149 of 255 = 58%
G 162 of 255 = 64%
B 216 of 255 = 85%

149
162
216

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

Portions of RGB colors in percentages

R + G + B =
149 + 162 + 216 = 527 (100%)
R 149 of 527 ~ 28.27%
G 162 of 527 ~ 30.74%
B 216 of 527 ~ 40.99%

%28.27
%30.74
%40.99

CMYK color model

#95A2D8 color CMYK value is (31,25,0,15).

  • cyan value is 31.02%
  • magenta value is 25.00%
  • yellow value is 0.00%
  • key color value is 15.29%
CMYK:
(31,25,0,15)
C31M25Y0K15 
(31%,25%,0%,15%)
(0.31/0.25/0.00/0.15)	

CMYK percentages

%31.02
%25
%0
%15.29

Codes

Color #95A2D8 in popluar color models

95A2D8
RGB149162216
HSL228°46.21%71.57%
HSB/HSV228°31.02%84.71%
CMYK31.02%25.00%0.00%
15.29%

Color #95A2D8 in popluar number systems.

HEX95A2D8
Decimal149162216
Binary100101011010001011011000
Octal225242330

Shades and tints

Shades of #95A2D8

#95A2D8
(149,162,216)
#8894C5
(136,148,197)
#7B86B2
(123,134,178)
#6E789F
(110,120,159)
#616A8C
(97,106,140)
#545C79
(84,92,121)
#474E66
(71,78,102)
#3A4053
(58,64,83)
#2D3240
(45,50,64)
#20242D
(32,36,45)
#13161A
(19,22,26)
#000000
(0,0,0)

Tints of #95A2D8

#95A2D8
(149,162,216)
#9EAADB
(158,170,219)
#A7B2DE
(167,178,222)
#B0BAE1
(176,186,225)
#B9C2E4
(185,194,228)
#C2CAE7
(194,202,231)
#CBD2EA
(203,210,234)
#D4DAED
(212,218,237)
#DDE2F0
(221,226,240)
#E6EAF3
(230,234,243)
#EFF2F6
(239,242,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #95A2D8 color. Also use rgb(149,162,216) instead hex code.

Text Font Color

.myTextColor { color: #95A2D8; }

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

This text font color is #95A2D8.


Background Color

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

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

This div background color is #95A2D8.


Border color

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

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

This div border color is #95A2D8.


Opacity

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

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

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

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

This text has shadow with #95A2D8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #95A2D8 on black background.


Color preview on white background

This text has color #95A2D8 on white background.



Black color preview on #95A2D8 background

This text has black color on #95A2D8 background.


White color preview on #95A2D8 background

This text has white color on #95A2D8 background.