COLOR #AED3DB

HEX: #AED3DB
RGB: (174,211,219)

Color info

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

RGB color model

#AED3DB color RGB value is (174,211,219).

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

RGB channels and saturation

R 174 of 255 = 68%
G 211 of 255 = 83%
B 219 of 255 = 86%

174
211
219

R + G + B ~ 79%. #AED3DB is quite light color.

Portions of RGB colors in percentages

R + G + B =
174 + 211 + 219 = 604 (100%)
R 174 of 604 ~ 28.81%
G 211 of 604 ~ 34.93%
B 219 of 604 ~ 36.26%

%28.81
%34.93
%36.26

CMYK color model

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

  • cyan value is 20.55%
  • magenta value is 3.65%
  • yellow value is 0.00%
  • key color value is 14.12%
CMYK:
(21,4,0,14)
C21M4Y0K14 
(21%,4%,0%,14%)
(0.21/0.04/0.00/0.14)	

CMYK percentages

%20.55
%3.65
%0
%14.12

Codes

Color #AED3DB in popluar color models

AED3DB
RGB174211219
HSL191°38.46%77.06%
HSB/HSV191°20.55%85.88%
CMYK20.55%3.65%0.00%
14.12%

Color #AED3DB in popluar number systems.

HEXAED3DB
Decimal174211219
Binary101011101101001111011011
Octal256323333

Shades and tints

Shades of #AED3DB

#AED3DB
(174,211,219)
#9FC0C8
(159,192,200)
#90ADB5
(144,173,181)
#819AA2
(129,154,162)
#72878F
(114,135,143)
#63747C
(99,116,124)
#546169
(84,97,105)
#454E56
(69,78,86)
#363B43
(54,59,67)
#272830
(39,40,48)
#18151D
(24,21,29)
#000000
(0,0,0)

Tints of #AED3DB

#AED3DB
(174,211,219)
#B5D7DE
(181,215,222)
#BCDBE1
(188,219,225)
#C3DFE4
(195,223,228)
#CAE3E7
(202,227,231)
#D1E7EA
(209,231,234)
#D8EBED
(216,235,237)
#DFEFF0
(223,239,240)
#E6F3F3
(230,243,243)
#EDF7F6
(237,247,246)
#F4FBF9
(244,251,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AED3DB; }

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

This text font color is #AED3DB.


Background Color

.myBgColor { background-color: #AED3DB; }

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

This div background color is #AED3DB.


Border color

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

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

This div border color is #AED3DB.


Opacity

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

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

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

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

This text has shadow with #AED3DB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AED3DB on black background.


Color preview on white background

This text has color #AED3DB on white background.



Black color preview on #AED3DB background

This text has black color on #AED3DB background.


White color preview on #AED3DB background

This text has white color on #AED3DB background.