COLOR #AED0FB

HEX: #AED0FB
RGB: (174,208,251)

Color info

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

RGB color model

#AED0FB color RGB value is (174,208,251).

  • red value is 174;
  • green value is 208;
  • blue value is 251.
RGB:
(174,208,251)
(68%,82%,98%)

RGB channels and saturation

R 174 of 255 = 68%
G 208 of 255 = 82%
B 251 of 255 = 98%

174
208
251

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

Portions of RGB colors in percentages

R + G + B =
174 + 208 + 251 = 633 (100%)
R 174 of 633 ~ 27.49%
G 208 of 633 ~ 32.86%
B 251 of 633 ~ 39.65%

%27.49
%32.86
%39.65

CMYK color model

#AED0FB color CMYK value is (31,17,0,2).

  • cyan value is 30.68%
  • magenta value is 17.13%
  • yellow value is 0.00%
  • key color value is 1.57%
CMYK:
(31,17,0,2)
C31M17Y0K2 
(31%,17%,0%,2%)
(0.31/0.17/0.00/0.02)	

CMYK percentages

%30.68
%17.13
%0
%1.57

Codes

Color #AED0FB in popluar color models

AED0FB
RGB174208251
HSL214°90.59%83.33%
HSB/HSV214°30.68%98.43%
CMYK30.68%17.13%0.00%
1.57%

Color #AED0FB in popluar number systems.

HEXAED0FB
Decimal174208251
Binary101011101101000011111011
Octal256320373

Shades and tints

Shades of #AED0FB

#AED0FB
(174,208,251)
#9FBEE5
(159,190,229)
#90ACCF
(144,172,207)
#819AB9
(129,154,185)
#7288A3
(114,136,163)
#63768D
(99,118,141)
#546477
(84,100,119)
#455261
(69,82,97)
#36404B
(54,64,75)
#272E35
(39,46,53)
#181C1F
(24,28,31)
#000000
(0,0,0)

Tints of #AED0FB

#AED0FB
(174,208,251)
#B5D4FB
(181,212,251)
#BCD8FB
(188,216,251)
#C3DCFB
(195,220,251)
#CAE0FB
(202,224,251)
#D1E4FB
(209,228,251)
#D8E8FB
(216,232,251)
#DFECFB
(223,236,251)
#E6F0FB
(230,240,251)
#EDF4FB
(237,244,251)
#F4F8FB
(244,248,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AED0FB color. Also use rgb(174,208,251) instead hex code.

Text Font Color

.myTextColor { color: #AED0FB; }

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

This text font color is #AED0FB.


Background Color

.myBgColor { background-color: #AED0FB; }

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

This div background color is #AED0FB.


Border color

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

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

This div border color is #AED0FB.


Opacity

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

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

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

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

This text has shadow with #AED0FB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AED0FB on black background.


Color preview on white background

This text has color #AED0FB on white background.



Black color preview on #AED0FB background

This text has black color on #AED0FB background.


White color preview on #AED0FB background

This text has white color on #AED0FB background.