COLOR #AECED2

HEX: #AECED2 RGB: (174,206,210)

Color info

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

RGB color model

#AECED2 color RGB value is (174,206,210).

RGB: (174,206,210) (68%, 81%, 82%)

RGB channels and saturation

R 174 of 255 = 68%
G 206 of 255 = 81%
B 210 of 255 = 82%

174
206
210

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

Portions of RGB colors in percentages

R + G + B = 174 + 206 + 210 = 590 (100%)
R 174 of 590 ~ 29.49%
G 206 of 590 ~ 34.92%
B 210 of 590 ~ 35.59'%

%29.49
%34.92
%35.59

CMYK color model

#AECED2 color CMYK value is (17,2,0,18).

  • cyan value is 17.14%
  • magenta value is 1.90%
  • yellow value is 0.00%
  • key color value is 17.65%

CMYK: (17,2,0,18)
C17M2Y0K18 (17%, 2%, 0%, 18%)
(0.17 / 0.02 / 0.00 / 0.18)

CMYK percentages

%17.14
%1.9
%0
%17.65

Codes

Color #AECED2 in popluar color models

AE CE D2
RGB 174 206 210
HSL 187° 28.57% 75.29%
HSB/HSV 187° 17.14% 82.35%
CMYK 17.14% 1.90% 0.00%
17.65%

Color #AECED2 in popluar number systems.

HEX AE CE D2
Decimal 174 206 210
Binary 10101110 11001110 11010010
Octal 256 316 322

Shades and tints

Shades of #AECED2

#AECED2
(174,206,210)
#9FBCBF
(159,188,191)
#90AAAC
(144,170,172)
#819899
(129,152,153)
#728686
(114,134,134)
#637473
(99,116,115)
#546260
(84,98,96)
#45504D
(69,80,77)
#363E3A
(54,62,58)
#272C27
(39,44,39)
#181A14
(24,26,20)
#000000
(0,0,0)

Tints of #AECED2

#AECED2
(174,206,210)
#B5D2D6
(181,210,214)
#BCD6DA
(188,214,218)
#C3DADE
(195,218,222)
#CADEE2
(202,222,226)
#D1E2E6
(209,226,230)
#D8E6EA
(216,230,234)
#DFEAEE
(223,234,238)
#E6EEF2
(230,238,242)
#EDF2F6
(237,242,246)
#F4F6FA
(244,246,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AECED2 color. Also use rgb(174,206,210) instead hex code.

Text Font Color

.myTextColor { color: #AECED2; }

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

This text font color is #AECED2.

Background Color

.myBgColor { background-color: #AECED2; }

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

This div background color is #AECED2.

Border color

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

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

This div border color is #AECED2.

Opacity

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

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

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

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

This text has shadow with #AECED2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AECED2.

Preview

Color preview on black background

This text has color #AECED2 on black background.


Color preview on white background

This text has color #AECED2 on white background.


Black color preview on #AECED2 background

This text has black color on #AECED2 background.


White color preview on #AECED2 background

This text has white color on #AECED2 background.


Related colors

Complementary color

Complementary color for #hex is #51312D.


I love getcolorcode.com

Triadic colors

1 #D2AECE and #CED2AE with #AECED2 are triadic colors.

2 #D2CEAE and #CEAED2 with #AECED2 are triadic colors.