COLOR #95AEDC

HEX: #95AEDC
RGB: (149,174,220)

Color info

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

RGB color model

#95AEDC color RGB value is (149,174,220).

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

RGB channels and saturation

R 149 of 255 = 58%
G 174 of 255 = 68%
B 220 of 255 = 86%

149
174
220

R + G + B ~ 71%. #95AEDC is quite light color.

Portions of RGB colors in percentages

R + G + B =
149 + 174 + 220 = 543 (100%)
R 149 of 543 ~ 27.44%
G 174 of 543 ~ 32.04%
B 220 of 543 ~ 40.52%

%27.44
%32.04
%40.52

CMYK color model

#95AEDC color CMYK value is (32,21,0,14).

  • cyan value is 32.27%
  • magenta value is 20.91%
  • yellow value is 0.00%
  • key color value is 13.73%
CMYK:
(32,21,0,14)
C32M21Y0K14 
(32%,21%,0%,14%)
(0.32/0.21/0.00/0.14)	

CMYK percentages

%32.27
%20.91
%0
%13.73

Codes

Color #95AEDC in popluar color models

95AEDC
RGB149174220
HSL219°50.35%72.35%
HSB/HSV219°32.27%86.27%
CMYK32.27%20.91%0.00%
13.73%

Color #95AEDC in popluar number systems.

HEX95AEDC
Decimal149174220
Binary100101011010111011011100
Octal225256334

Shades and tints

Shades of #95AEDC

#95AEDC
(149,174,220)
#889FC8
(136,159,200)
#7B90B4
(123,144,180)
#6E81A0
(110,129,160)
#61728C
(97,114,140)
#546378
(84,99,120)
#475464
(71,84,100)
#3A4550
(58,69,80)
#2D363C
(45,54,60)
#202728
(32,39,40)
#131814
(19,24,20)
#000000
(0,0,0)

Tints of #95AEDC

#95AEDC
(149,174,220)
#9EB5DF
(158,181,223)
#A7BCE2
(167,188,226)
#B0C3E5
(176,195,229)
#B9CAE8
(185,202,232)
#C2D1EB
(194,209,235)
#CBD8EE
(203,216,238)
#D4DFF1
(212,223,241)
#DDE6F4
(221,230,244)
#E6EDF7
(230,237,247)
#EFF4FA
(239,244,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #95AEDC; }

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

This text font color is #95AEDC.


Background Color

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

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

This div background color is #95AEDC.


Border color

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

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

This div border color is #95AEDC.


Opacity

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

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

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

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

This text has shadow with #95AEDC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #95AEDC on black background.


Color preview on white background

This text has color #95AEDC on white background.



Black color preview on #95AEDC background

This text has black color on #95AEDC background.


White color preview on #95AEDC background

This text has white color on #95AEDC background.