COLOR #AEDCCD

HEX: #AEDCCD
RGB: (174,220,205)

Color info

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

RGB color model

#AEDCCD color RGB value is (174,220,205).

  • red value is 174;
  • green value is 220;
  • blue value is 205.
RGB:
(174,220,205)
(68%,86%,80%)

RGB channels and saturation

R 174 of 255 = 68%
G 220 of 255 = 86%
B 205 of 255 = 80%

174
220
205

R + G + B ~ 78%. #AEDCCD is quite light color.

Portions of RGB colors in percentages

R + G + B =
174 + 220 + 205 = 599 (100%)
R 174 of 599 ~ 29.05%
G 220 of 599 ~ 36.73%
B 205 of 599 ~ 34.22%

%29.05
%36.73
%34.22

CMYK color model

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

  • cyan value is 20.91%
  • magenta value is 0.00%
  • yellow value is 6.82%
  • key color value is 13.73%
CMYK:
(21,0,7,14)
C21M0Y7K14 
(21%,0%,7%,14%)
(0.21/0.00/0.07/0.14)	

CMYK percentages

%20.91
%0
%6.82
%13.73

Codes

Color #AEDCCD in popluar color models

AEDCCD
RGB174220205
HSL160°39.66%77.25%
HSB/HSV160°20.91%86.27%
CMYK20.91%0.00%6.82%
13.73%

Color #AEDCCD in popluar number systems.

HEXAEDCCD
Decimal174220205
Binary101011101101110011001101
Octal256334315

Shades and tints

Shades of #AEDCCD

#AEDCCD
(174,220,205)
#9FC8BB
(159,200,187)
#90B4A9
(144,180,169)
#81A097
(129,160,151)
#728C85
(114,140,133)
#637873
(99,120,115)
#546461
(84,100,97)
#45504F
(69,80,79)
#363C3D
(54,60,61)
#27282B
(39,40,43)
#181419
(24,20,25)
#000000
(0,0,0)

Tints of #AEDCCD

#AEDCCD
(174,220,205)
#B5DFD1
(181,223,209)
#BCE2D5
(188,226,213)
#C3E5D9
(195,229,217)
#CAE8DD
(202,232,221)
#D1EBE1
(209,235,225)
#D8EEE5
(216,238,229)
#DFF1E9
(223,241,233)
#E6F4ED
(230,244,237)
#EDF7F1
(237,247,241)
#F4FAF5
(244,250,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AEDCCD color. Also use rgb(174,220,205) instead hex code.

Text Font Color

.myTextColor { color: #AEDCCD; }

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

This text font color is #AEDCCD.


Background Color

.myBgColor { background-color: #AEDCCD; }

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

This div background color is #AEDCCD.


Border color

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

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

This div border color is #AEDCCD.


Opacity

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

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

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

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

This text has shadow with #AEDCCD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AEDCCD on black background.


Color preview on white background

This text has color #AEDCCD on white background.



Black color preview on #AEDCCD background

This text has black color on #AEDCCD background.


White color preview on #AEDCCD background

This text has white color on #AEDCCD background.