COLOR #AEDDC2

HEX: #AEDDC2 RGB: (174,221,194)

Color info

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

RGB color model

#AEDDC2 color RGB value is (174,221,194).

RGB: (174,221,194) (68%, 87%, 76%)

RGB channels and saturation

R 174 of 255 = 68%
G 221 of 255 = 87%
B 194 of 255 = 76%

174
221
194

R + G + B ~ 77%. #AEDDC2 is quite light color.

Portions of RGB colors in percentages

R + G + B = 174 + 221 + 194 = 589 (100%)
R 174 of 589 ~ 29.54%
G 221 of 589 ~ 37.52%
B 194 of 589 ~ 32.94'%

%29.54
%37.52
%32.94

CMYK color model

#AEDDC2 color CMYK value is (21,0,12,13).

  • cyan value is 21.27%
  • magenta value is 0.00%
  • yellow value is 12.22%
  • key color value is 13.33%

CMYK: (21,0,12,13)
C21M0Y12K13 (21%, 0%, 12%, 13%)
(0.21 / 0.00 / 0.12 / 0.13)

CMYK percentages

%21.27
%0
%12.22
%13.33

Codes

Color #AEDDC2 in popluar color models

AE DD C2
RGB 174 221 194
HSL 146° 40.87% 77.45%
HSB/HSV 146° 21.27% 86.67%
CMYK 21.27% 0.00% 12.22%
13.33%

Color #AEDDC2 in popluar number systems.

HEX AE DD C2
Decimal 174 221 194
Binary 10101110 11011101 11000010
Octal 256 335 302

Shades and tints

Shades of #AEDDC2

#AEDDC2
(174,221,194)
#9FC9B1
(159,201,177)
#90B5A0
(144,181,160)
#81A18F
(129,161,143)
#728D7E
(114,141,126)
#63796D
(99,121,109)
#54655C
(84,101,92)
#45514B
(69,81,75)
#363D3A
(54,61,58)
#272929
(39,41,41)
#181518
(24,21,24)
#000000
(0,0,0)

Tints of #AEDDC2

#AEDDC2
(174,221,194)
#B5E0C7
(181,224,199)
#BCE3CC
(188,227,204)
#C3E6D1
(195,230,209)
#CAE9D6
(202,233,214)
#D1ECDB
(209,236,219)
#D8EFE0
(216,239,224)
#DFF2E5
(223,242,229)
#E6F5EA
(230,245,234)
#EDF8EF
(237,248,239)
#F4FBF4
(244,251,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AEDDC2 color. Also use rgb(174,221,194) instead hex code.

Text Font Color

.myTextColor { color: #AEDDC2; }

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

This text font color is #AEDDC2.

Background Color

.myBgColor { background-color: #AEDDC2; }

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

This div background color is #AEDDC2.

Border color

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

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

This div border color is #AEDDC2.

Opacity

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

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

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

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

This text has shadow with #AEDDC2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AEDDC2.

Preview

Color preview on black background

This text has color #AEDDC2 on black background.


Color preview on white background

This text has color #AEDDC2 on white background.


Black color preview on #AEDDC2 background

This text has black color on #AEDDC2 background.


White color preview on #AEDDC2 background

This text has white color on #AEDDC2 background.


Related colors

Complementary color

Complementary color for #hex is #51223D.


I love getcolorcode.com

Triadic colors

1 #C2AEDD and #DDC2AE with #AEDDC2 are triadic colors.

2 #C2DDAE and #DDAEC2 with #AEDDC2 are triadic colors.