COLOR #AED5C4

HEX: #AED5C4 RGB: (174,213,196)

Color info

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

RGB color model

#AED5C4 color RGB value is (174,213,196).

RGB: (174,213,196) (68%, 84%, 77%)

RGB channels and saturation

R 174 of 255 = 68%
G 213 of 255 = 84%
B 196 of 255 = 77%

174
213
196

R + G + B ~ 76%. #AED5C4 is quite light color.

Portions of RGB colors in percentages

R + G + B = 174 + 213 + 196 = 583 (100%)
R 174 of 583 ~ 29.85%
G 213 of 583 ~ 36.54%
B 196 of 583 ~ 33.62'%

%29.85
%36.54
%33.62

CMYK color model

#AED5C4 color CMYK value is (18,0,8,16).

  • cyan value is 18.31%
  • magenta value is 0.00%
  • yellow value is 7.98%
  • key color value is 16.47%

CMYK: (18,0,8,16)
C18M0Y8K16 (18%, 0%, 8%, 16%)
(0.18 / 0.00 / 0.08 / 0.16)

CMYK percentages

%18.31
%0
%7.98
%16.47

Codes

Color #AED5C4 in popluar color models

AE D5 C4
RGB 174 213 196
HSL 154° 31.71% 75.88%
HSB/HSV 154° 18.31% 83.53%
CMYK 18.31% 0.00% 7.98%
16.47%

Color #AED5C4 in popluar number systems.

HEX AE D5 C4
Decimal 174 213 196
Binary 10101110 11010101 11000100
Octal 256 325 304

Shades and tints

Shades of #AED5C4

#AED5C4
(174,213,196)
#9FC2B3
(159,194,179)
#90AFA2
(144,175,162)
#819C91
(129,156,145)
#728980
(114,137,128)
#63766F
(99,118,111)
#54635E
(84,99,94)
#45504D
(69,80,77)
#363D3C
(54,61,60)
#272A2B
(39,42,43)
#18171A
(24,23,26)
#000000
(0,0,0)

Tints of #AED5C4

#AED5C4
(174,213,196)
#B5D8C9
(181,216,201)
#BCDBCE
(188,219,206)
#C3DED3
(195,222,211)
#CAE1D8
(202,225,216)
#D1E4DD
(209,228,221)
#D8E7E2
(216,231,226)
#DFEAE7
(223,234,231)
#E6EDEC
(230,237,236)
#EDF0F1
(237,240,241)
#F4F3F6
(244,243,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AED5C4 color. Also use rgb(174,213,196) instead hex code.

Text Font Color

.myTextColor { color: #AED5C4; }

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

This text font color is #AED5C4.

Background Color

.myBgColor { background-color: #AED5C4; }

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

This div background color is #AED5C4.

Border color

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

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

This div border color is #AED5C4.

Opacity

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

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

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

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

This text has shadow with #AED5C4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AED5C4.

Preview

Color preview on black background

This text has color #AED5C4 on black background.


Color preview on white background

This text has color #AED5C4 on white background.


Black color preview on #AED5C4 background

This text has black color on #AED5C4 background.


White color preview on #AED5C4 background

This text has white color on #AED5C4 background.


Related colors

Complementary color

Complementary color for #hex is #512A3B.


I love getcolorcode.com

Triadic colors

1 #C4AED5 and #D5C4AE with #AED5C4 are triadic colors.

2 #C4D5AE and #D5AEC4 with #AED5C4 are triadic colors.