COLOR #AEE2C7

HEX: #AEE2C7 RGB: (174,226,199)

Color info

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

RGB color model

#AEE2C7 color RGB value is (174,226,199).

RGB: (174,226,199) (68%, 89%, 78%)

RGB channels and saturation

R 174 of 255 = 68%
G 226 of 255 = 89%
B 199 of 255 = 78%

174
226
199

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

Portions of RGB colors in percentages

R + G + B = 174 + 226 + 199 = 599 (100%)
R 174 of 599 ~ 29.05%
G 226 of 599 ~ 37.73%
B 199 of 599 ~ 33.22'%

%29.05
%37.73
%33.22

CMYK color model

#AEE2C7 color CMYK value is (23,0,12,11).

  • cyan value is 23.01%
  • magenta value is 0.00%
  • yellow value is 11.95%
  • key color value is 11.37%

CMYK: (23,0,12,11)
C23M0Y12K11 (23%, 0%, 12%, 11%)
(0.23 / 0.00 / 0.12 / 0.11)

CMYK percentages

%23.01
%0
%11.95
%11.37

Codes

Color #AEE2C7 in popluar color models

AE E2 C7
RGB 174 226 199
HSL 149° 47.27% 78.43%
HSB/HSV 149° 23.01% 88.63%
CMYK 23.01% 0.00% 11.95%
11.37%

Color #AEE2C7 in popluar number systems.

HEX AE E2 C7
Decimal 174 226 199
Binary 10101110 11100010 11000111
Octal 256 342 307

Shades and tints

Shades of #AEE2C7

#AEE2C7
(174,226,199)
#9FCEB5
(159,206,181)
#90BAA3
(144,186,163)
#81A691
(129,166,145)
#72927F
(114,146,127)
#637E6D
(99,126,109)
#546A5B
(84,106,91)
#455649
(69,86,73)
#364237
(54,66,55)
#272E25
(39,46,37)
#181A13
(24,26,19)
#000000
(0,0,0)

Tints of #AEE2C7

#AEE2C7
(174,226,199)
#B5E4CC
(181,228,204)
#BCE6D1
(188,230,209)
#C3E8D6
(195,232,214)
#CAEADB
(202,234,219)
#D1ECE0
(209,236,224)
#D8EEE5
(216,238,229)
#DFF0EA
(223,240,234)
#E6F2EF
(230,242,239)
#EDF4F4
(237,244,244)
#F4F6F9
(244,246,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AEE2C7 color. Also use rgb(174,226,199) instead hex code.

Text Font Color

.myTextColor { color: #AEE2C7; }

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

This text font color is #AEE2C7.

Background Color

.myBgColor { background-color: #AEE2C7; }

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

This div background color is #AEE2C7.

Border color

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

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

This div border color is #AEE2C7.

Opacity

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

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

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

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

This text has shadow with #AEE2C7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AEE2C7.

Preview

Color preview on black background

This text has color #AEE2C7 on black background.


Color preview on white background

This text has color #AEE2C7 on white background.


Black color preview on #AEE2C7 background

This text has black color on #AEE2C7 background.


White color preview on #AEE2C7 background

This text has white color on #AEE2C7 background.


Related colors

Complementary color

Complementary color for #hex is #511D38.


I love getcolorcode.com

Triadic colors

1 #C7AEE2 and #E2C7AE with #AEE2C7 are triadic colors.

2 #C7E2AE and #E2AEC7 with #AEE2C7 are triadic colors.