COLOR #95A2D4

HEX: #95A2D4
RGB: (149,162,212)

Color info

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

RGB color model

#95A2D4 color RGB value is (149,162,212).

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

RGB channels and saturation

R 149 of 255 = 58%
G 162 of 255 = 64%
B 212 of 255 = 83%

149
162
212

R + G + B ~ 68%. #95A2D4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
149 + 162 + 212 = 523 (100%)
R 149 of 523 ~ 28.49%
G 162 of 523 ~ 30.98%
B 212 of 523 ~ 40.54%

%28.49
%30.98
%40.54

CMYK color model

#95A2D4 color CMYK value is (30,24,0,17).

  • cyan value is 29.72%
  • magenta value is 23.58%
  • yellow value is 0.00%
  • key color value is 16.86%
CMYK:
(30,24,0,17)
C30M24Y0K17 
(30%,24%,0%,17%)
(0.30/0.24/0.00/0.17)	

CMYK percentages

%29.72
%23.58
%0
%16.86

Codes

Color #95A2D4 in popluar color models

95A2D4
RGB149162212
HSL228°42.28%70.78%
HSB/HSV228°29.72%83.14%
CMYK29.72%23.58%0.00%
16.86%

Color #95A2D4 in popluar number systems.

HEX95A2D4
Decimal149162212
Binary100101011010001011010100
Octal225242324

Shades and tints

Shades of #95A2D4

#95A2D4
(149,162,212)
#8894C1
(136,148,193)
#7B86AE
(123,134,174)
#6E789B
(110,120,155)
#616A88
(97,106,136)
#545C75
(84,92,117)
#474E62
(71,78,98)
#3A404F
(58,64,79)
#2D323C
(45,50,60)
#202429
(32,36,41)
#131616
(19,22,22)
#000000
(0,0,0)

Tints of #95A2D4

#95A2D4
(149,162,212)
#9EAAD7
(158,170,215)
#A7B2DA
(167,178,218)
#B0BADD
(176,186,221)
#B9C2E0
(185,194,224)
#C2CAE3
(194,202,227)
#CBD2E6
(203,210,230)
#D4DAE9
(212,218,233)
#DDE2EC
(221,226,236)
#E6EAEF
(230,234,239)
#EFF2F2
(239,242,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #95A2D4; }

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

This text font color is #95A2D4.


Background Color

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

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

This div background color is #95A2D4.


Border color

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

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

This div border color is #95A2D4.


Opacity

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

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

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

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

This text has shadow with #95A2D4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #95A2D4 on black background.


Color preview on white background

This text has color #95A2D4 on white background.



Black color preview on #95A2D4 background

This text has black color on #95A2D4 background.


White color preview on #95A2D4 background

This text has white color on #95A2D4 background.