COLOR #AEDADB

HEX: #AEDADB
RGB: (174,218,219)

Color info

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

RGB color model

#AEDADB color RGB value is (174,218,219).

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

RGB channels and saturation

R 174 of 255 = 68%
G 218 of 255 = 85%
B 219 of 255 = 86%

174
218
219

R + G + B ~ 80%. #AEDADB is quite light color.

Portions of RGB colors in percentages

R + G + B =
174 + 218 + 219 = 611 (100%)
R 174 of 611 ~ 28.48%
G 218 of 611 ~ 35.68%
B 219 of 611 ~ 35.84%

%28.48
%35.68
%35.84

CMYK color model

#AEDADB color CMYK value is (21,0,0,14).

  • cyan value is 20.55%
  • magenta value is 0.46%
  • yellow value is 0.00%
  • key color value is 14.12%
CMYK:
(21,0,0,14)
C21M0Y0K14 
(21%,0%,0%,14%)
(0.21/0.00/0.00/0.14)	

CMYK percentages

%20.55
%0.46
%0
%14.12

Codes

Color #AEDADB in popluar color models

AEDADB
RGB174218219
HSL181°38.46%77.06%
HSB/HSV181°20.55%85.88%
CMYK20.55%0.46%0.00%
14.12%

Color #AEDADB in popluar number systems.

HEXAEDADB
Decimal174218219
Binary101011101101101011011011
Octal256332333

Shades and tints

Shades of #AEDADB

#AEDADB
(174,218,219)
#9FC7C8
(159,199,200)
#90B4B5
(144,180,181)
#81A1A2
(129,161,162)
#728E8F
(114,142,143)
#637B7C
(99,123,124)
#546869
(84,104,105)
#455556
(69,85,86)
#364243
(54,66,67)
#272F30
(39,47,48)
#181C1D
(24,28,29)
#000000
(0,0,0)

Tints of #AEDADB

#AEDADB
(174,218,219)
#B5DDDE
(181,221,222)
#BCE0E1
(188,224,225)
#C3E3E4
(195,227,228)
#CAE6E7
(202,230,231)
#D1E9EA
(209,233,234)
#D8ECED
(216,236,237)
#DFEFF0
(223,239,240)
#E6F2F3
(230,242,243)
#EDF5F6
(237,245,246)
#F4F8F9
(244,248,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AEDADB; }

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

This text font color is #AEDADB.


Background Color

.myBgColor { background-color: #AEDADB; }

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

This div background color is #AEDADB.


Border color

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

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

This div border color is #AEDADB.


Opacity

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

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

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

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

This text has shadow with #AEDADB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AEDADB on black background.


Color preview on white background

This text has color #AEDADB on white background.



Black color preview on #AEDADB background

This text has black color on #AEDADB background.


White color preview on #AEDADB background

This text has white color on #AEDADB background.