COLOR #95A9D4

HEX: #95A9D4
RGB: (149,169,212)

Color info

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

RGB color model

#95A9D4 color RGB value is (149,169,212).

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

RGB channels and saturation

R 149 of 255 = 58%
G 169 of 255 = 66%
B 212 of 255 = 83%

149
169
212

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

Portions of RGB colors in percentages

R + G + B =
149 + 169 + 212 = 530 (100%)
R 149 of 530 ~ 28.11%
G 169 of 530 ~ 31.89%
B 212 of 530 ~ 40%

%28.11
%31.89
%40

CMYK color model

#95A9D4 color CMYK value is (30,20,0,17).

  • cyan value is 29.72%
  • magenta value is 20.28%
  • yellow value is 0.00%
  • key color value is 16.86%
CMYK:
(30,20,0,17)
C30M20Y0K17 
(30%,20%,0%,17%)
(0.30/0.20/0.00/0.17)	

CMYK percentages

%29.72
%20.28
%0
%16.86

Codes

Color #95A9D4 in popluar color models

95A9D4
RGB149169212
HSL221°42.28%70.78%
HSB/HSV221°29.72%83.14%
CMYK29.72%20.28%0.00%
16.86%

Color #95A9D4 in popluar number systems.

HEX95A9D4
Decimal149169212
Binary100101011010100111010100
Octal225251324

Shades and tints

Shades of #95A9D4

#95A9D4
(149,169,212)
#889AC1
(136,154,193)
#7B8BAE
(123,139,174)
#6E7C9B
(110,124,155)
#616D88
(97,109,136)
#545E75
(84,94,117)
#474F62
(71,79,98)
#3A404F
(58,64,79)
#2D313C
(45,49,60)
#202229
(32,34,41)
#131316
(19,19,22)
#000000
(0,0,0)

Tints of #95A9D4

#95A9D4
(149,169,212)
#9EB0D7
(158,176,215)
#A7B7DA
(167,183,218)
#B0BEDD
(176,190,221)
#B9C5E0
(185,197,224)
#C2CCE3
(194,204,227)
#CBD3E6
(203,211,230)
#D4DAE9
(212,218,233)
#DDE1EC
(221,225,236)
#E6E8EF
(230,232,239)
#EFEFF2
(239,239,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #95A9D4; }

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

This text font color is #95A9D4.


Background Color

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

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

This div background color is #95A9D4.


Border color

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

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

This div border color is #95A9D4.


Opacity

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

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

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

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

This text has shadow with #95A9D4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #95A9D4 on black background.


Color preview on white background

This text has color #95A9D4 on white background.



Black color preview on #95A9D4 background

This text has black color on #95A9D4 background.


White color preview on #95A9D4 background

This text has white color on #95A9D4 background.