COLOR #AEDCE6

HEX: #AEDCE6
RGB: (174,220,230)

Color info

#AEDCE6 contains red, green and blue colors in about the same proportion. Web safe color of #AEDCE6 is #99CCCC (or #9CC).

RGB color model

#AEDCE6 color RGB value is (174,220,230).

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

RGB channels and saturation

R 174 of 255 = 68%
G 220 of 255 = 86%
B 230 of 255 = 90%

174
220
230

R + G + B ~ 81%. #AEDCE6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
174 + 220 + 230 = 624 (100%)
R 174 of 624 ~ 27.88%
G 220 of 624 ~ 35.26%
B 230 of 624 ~ 36.86%

%27.88
%35.26
%36.86

CMYK color model

#AEDCE6 color CMYK value is (24,4,0,10).

  • cyan value is 24.35%
  • magenta value is 4.35%
  • yellow value is 0.00%
  • key color value is 9.80%
CMYK:
(24,4,0,10)
C24M4Y0K10 
(24%,4%,0%,10%)
(0.24/0.04/0.00/0.10)	

CMYK percentages

%24.35
%4.35
%0
%9.8

Codes

Color #AEDCE6 in popluar color models

AEDCE6
RGB174220230
HSL191°52.83%79.22%
HSB/HSV191°24.35%90.20%
CMYK24.35%4.35%0.00%
9.80%

Color #AEDCE6 in popluar number systems.

HEXAEDCE6
Decimal174220230
Binary101011101101110011100110
Octal256334346

Shades and tints

Shades of #AEDCE6

#AEDCE6
(174,220,230)
#9FC8D2
(159,200,210)
#90B4BE
(144,180,190)
#81A0AA
(129,160,170)
#728C96
(114,140,150)
#637882
(99,120,130)
#54646E
(84,100,110)
#45505A
(69,80,90)
#363C46
(54,60,70)
#272832
(39,40,50)
#18141E
(24,20,30)
#000000
(0,0,0)

Tints of #AEDCE6

#AEDCE6
(174,220,230)
#B5DFE8
(181,223,232)
#BCE2EA
(188,226,234)
#C3E5EC
(195,229,236)
#CAE8EE
(202,232,238)
#D1EBF0
(209,235,240)
#D8EEF2
(216,238,242)
#DFF1F4
(223,241,244)
#E6F4F6
(230,244,246)
#EDF7F8
(237,247,248)
#F4FAFA
(244,250,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AEDCE6; }

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

This text font color is #AEDCE6.


Background Color

.myBgColor { background-color: #AEDCE6; }

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

This div background color is #AEDCE6.


Border color

.myBorderColor { border: 1px solid #AEDCE6; }

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

This div border color is #AEDCE6.


Opacity

.myOpacity80 { color: #AEDCE6; opacity: 0.8; }

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

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

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

This text has shadow with #AEDCE6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AEDCE6 on black background.


Color preview on white background

This text has color #AEDCE6 on white background.



Black color preview on #AEDCE6 background

This text has black color on #AEDCE6 background.


White color preview on #AEDCE6 background

This text has white color on #AEDCE6 background.