COLOR #95AED9

HEX: #95AED9
RGB: (149,174,217)

Color info

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

RGB color model

#95AED9 color RGB value is (149,174,217).

  • red value is 149;
  • green value is 174;
  • blue value is 217.
RGB:
(149,174,217)
(58%,68%,85%)

RGB channels and saturation

R 149 of 255 = 58%
G 174 of 255 = 68%
B 217 of 255 = 85%

149
174
217

R + G + B ~ 70%. #95AED9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
149 + 174 + 217 = 540 (100%)
R 149 of 540 ~ 27.59%
G 174 of 540 ~ 32.22%
B 217 of 540 ~ 40.19%

%27.59
%32.22
%40.19

CMYK color model

#95AED9 color CMYK value is (31,20,0,15).

  • cyan value is 31.34%
  • magenta value is 19.82%
  • yellow value is 0.00%
  • key color value is 14.90%
CMYK:
(31,20,0,15)
C31M20Y0K15 
(31%,20%,0%,15%)
(0.31/0.20/0.00/0.15)	

CMYK percentages

%31.34
%19.82
%0
%14.9

Codes

Color #95AED9 in popluar color models

95AED9
RGB149174217
HSL218°47.22%71.76%
HSB/HSV218°31.34%85.10%
CMYK31.34%19.82%0.00%
14.90%

Color #95AED9 in popluar number systems.

HEX95AED9
Decimal149174217
Binary100101011010111011011001
Octal225256331

Shades and tints

Shades of #95AED9

#95AED9
(149,174,217)
#889FC6
(136,159,198)
#7B90B3
(123,144,179)
#6E81A0
(110,129,160)
#61728D
(97,114,141)
#54637A
(84,99,122)
#475467
(71,84,103)
#3A4554
(58,69,84)
#2D3641
(45,54,65)
#20272E
(32,39,46)
#13181B
(19,24,27)
#000000
(0,0,0)

Tints of #95AED9

#95AED9
(149,174,217)
#9EB5DC
(158,181,220)
#A7BCDF
(167,188,223)
#B0C3E2
(176,195,226)
#B9CAE5
(185,202,229)
#C2D1E8
(194,209,232)
#CBD8EB
(203,216,235)
#D4DFEE
(212,223,238)
#DDE6F1
(221,230,241)
#E6EDF4
(230,237,244)
#EFF4F7
(239,244,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #95AED9 color. Also use rgb(149,174,217) instead hex code.

Text Font Color

.myTextColor { color: #95AED9; }

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

This text font color is #95AED9.


Background Color

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

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

This div background color is #95AED9.


Border color

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

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

This div border color is #95AED9.


Opacity

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

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

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

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

This text has shadow with #95AED9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #95AED9 on black background.


Color preview on white background

This text has color #95AED9 on white background.



Black color preview on #95AED9 background

This text has black color on #95AED9 background.


White color preview on #95AED9 background

This text has white color on #95AED9 background.