COLOR #AEDFE3

HEX: #AEDFE3
RGB: (174,223,227)

Color info

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

RGB color model

#AEDFE3 color RGB value is (174,223,227).

  • red value is 174;
  • green value is 223;
  • blue value is 227.
RGB:
(174,223,227)
(68%,87%,89%)

RGB channels and saturation

R 174 of 255 = 68%
G 223 of 255 = 87%
B 227 of 255 = 89%

174
223
227

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

Portions of RGB colors in percentages

R + G + B =
174 + 223 + 227 = 624 (100%)
R 174 of 624 ~ 27.88%
G 223 of 624 ~ 35.74%
B 227 of 624 ~ 36.38%

%27.88
%35.74
%36.38

CMYK color model

#AEDFE3 color CMYK value is (23,2,0,11).

  • cyan value is 23.35%
  • magenta value is 1.76%
  • yellow value is 0.00%
  • key color value is 10.98%
CMYK:
(23,2,0,11)
C23M2Y0K11 
(23%,2%,0%,11%)
(0.23/0.02/0.00/0.11)	

CMYK percentages

%23.35
%1.76
%0
%10.98

Codes

Color #AEDFE3 in popluar color models

AEDFE3
RGB174223227
HSL185°48.62%78.63%
HSB/HSV185°23.35%89.02%
CMYK23.35%1.76%0.00%
10.98%

Color #AEDFE3 in popluar number systems.

HEXAEDFE3
Decimal174223227
Binary101011101101111111100011
Octal256337343

Shades and tints

Shades of #AEDFE3

#AEDFE3
(174,223,227)
#9FCBCF
(159,203,207)
#90B7BB
(144,183,187)
#81A3A7
(129,163,167)
#728F93
(114,143,147)
#637B7F
(99,123,127)
#54676B
(84,103,107)
#455357
(69,83,87)
#363F43
(54,63,67)
#272B2F
(39,43,47)
#18171B
(24,23,27)
#000000
(0,0,0)

Tints of #AEDFE3

#AEDFE3
(174,223,227)
#B5E1E5
(181,225,229)
#BCE3E7
(188,227,231)
#C3E5E9
(195,229,233)
#CAE7EB
(202,231,235)
#D1E9ED
(209,233,237)
#D8EBEF
(216,235,239)
#DFEDF1
(223,237,241)
#E6EFF3
(230,239,243)
#EDF1F5
(237,241,245)
#F4F3F7
(244,243,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AEDFE3 color. Also use rgb(174,223,227) instead hex code.

Text Font Color

.myTextColor { color: #AEDFE3; }

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

This text font color is #AEDFE3.


Background Color

.myBgColor { background-color: #AEDFE3; }

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

This div background color is #AEDFE3.


Border color

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

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

This div border color is #AEDFE3.


Opacity

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

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

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

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

This text has shadow with #AEDFE3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AEDFE3 on black background.


Color preview on white background

This text has color #AEDFE3 on white background.



Black color preview on #AEDFE3 background

This text has black color on #AEDFE3 background.


White color preview on #AEDFE3 background

This text has white color on #AEDFE3 background.