COLOR #AEDBF3

HEX: #AEDBF3
RGB: (174,219,243)

Color info

#AEDBF3 contains mainly green and blue colors. Web safe color of #AEDBF3 is #99CCFF (or #9CF).

RGB color model

#AEDBF3 color RGB value is (174,219,243).

  • red value is 174;
  • green value is 219;
  • blue value is 243.
RGB:
(174,219,243)
(68%,86%,95%)

RGB channels and saturation

R 174 of 255 = 68%
G 219 of 255 = 86%
B 243 of 255 = 95%

174
219
243

R + G + B ~ 83%. #AEDBF3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
174 + 219 + 243 = 636 (100%)
R 174 of 636 ~ 27.36%
G 219 of 636 ~ 34.43%
B 243 of 636 ~ 38.21%

%27.36
%34.43
%38.21

CMYK color model

#AEDBF3 color CMYK value is (28,10,0,5).

  • cyan value is 28.40%
  • magenta value is 9.88%
  • yellow value is 0.00%
  • key color value is 4.71%
CMYK:
(28,10,0,5)
C28M10Y0K5 
(28%,10%,0%,5%)
(0.28/0.10/0.00/0.05)	

CMYK percentages

%28.4
%9.88
%0
%4.71

Codes

Color #AEDBF3 in popluar color models

AEDBF3
RGB174219243
HSL201°74.19%81.76%
HSB/HSV201°28.40%95.29%
CMYK28.40%9.88%0.00%
4.71%

Color #AEDBF3 in popluar number systems.

HEXAEDBF3
Decimal174219243
Binary101011101101101111110011
Octal256333363

Shades and tints

Shades of #AEDBF3

#AEDBF3
(174,219,243)
#9FC8DD
(159,200,221)
#90B5C7
(144,181,199)
#81A2B1
(129,162,177)
#728F9B
(114,143,155)
#637C85
(99,124,133)
#54696F
(84,105,111)
#455659
(69,86,89)
#364343
(54,67,67)
#27302D
(39,48,45)
#181D17
(24,29,23)
#000000
(0,0,0)

Tints of #AEDBF3

#AEDBF3
(174,219,243)
#B5DEF4
(181,222,244)
#BCE1F5
(188,225,245)
#C3E4F6
(195,228,246)
#CAE7F7
(202,231,247)
#D1EAF8
(209,234,248)
#D8EDF9
(216,237,249)
#DFF0FA
(223,240,250)
#E6F3FB
(230,243,251)
#EDF6FC
(237,246,252)
#F4F9FD
(244,249,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AEDBF3 color. Also use rgb(174,219,243) instead hex code.

Text Font Color

.myTextColor { color: #AEDBF3; }

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

This text font color is #AEDBF3.


Background Color

.myBgColor { background-color: #AEDBF3; }

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

This div background color is #AEDBF3.


Border color

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

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

This div border color is #AEDBF3.


Opacity

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

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

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

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

This text has shadow with #AEDBF3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AEDBF3 on black background.


Color preview on white background

This text has color #AEDBF3 on white background.



Black color preview on #AEDBF3 background

This text has black color on #AEDBF3 background.


White color preview on #AEDBF3 background

This text has white color on #AEDBF3 background.