COLOR #AEE7C7

HEX: #AEE7C7 RGB: (174,231,199)

Color info

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

RGB color model

#AEE7C7 color RGB value is (174,231,199).

RGB: (174,231,199) (68%, 91%, 78%)

RGB channels and saturation

R 174 of 255 = 68%
G 231 of 255 = 91%
B 199 of 255 = 78%

174
231
199

R + G + B ~ 79%. #AEE7C7 is quite light color.

Portions of RGB colors in percentages

R + G + B = 174 + 231 + 199 = 604 (100%)
R 174 of 604 ~ 28.81%
G 231 of 604 ~ 38.25%
B 199 of 604 ~ 32.95'%

%28.81
%38.25
%32.95

CMYK color model

#AEE7C7 color CMYK value is (25,0,14,9).

  • cyan value is 24.68%
  • magenta value is 0.00%
  • yellow value is 13.85%
  • key color value is 9.41%

CMYK: (25,0,14,9)
C25M0Y14K9 (25%, 0%, 14%, 9%)
(0.25 / 0.00 / 0.14 / 0.09)

CMYK percentages

%24.68
%0
%13.85
%9.41

Codes

Color #AEE7C7 in popluar color models

AE E7 C7
RGB 174 231 199
HSL 146° 54.29% 79.41%
HSB/HSV 146° 24.68% 90.59%
CMYK 24.68% 0.00% 13.85%
9.41%

Color #AEE7C7 in popluar number systems.

HEX AE E7 C7
Decimal 174 231 199
Binary 10101110 11100111 11000111
Octal 256 347 307

Shades and tints

Shades of #AEE7C7

#AEE7C7
(174,231,199)
#9FD2B5
(159,210,181)
#90BDA3
(144,189,163)
#81A891
(129,168,145)
#72937F
(114,147,127)
#637E6D
(99,126,109)
#54695B
(84,105,91)
#455449
(69,84,73)
#363F37
(54,63,55)
#272A25
(39,42,37)
#181513
(24,21,19)
#000000
(0,0,0)

Tints of #AEE7C7

#AEE7C7
(174,231,199)
#B5E9CC
(181,233,204)
#BCEBD1
(188,235,209)
#C3EDD6
(195,237,214)
#CAEFDB
(202,239,219)
#D1F1E0
(209,241,224)
#D8F3E5
(216,243,229)
#DFF5EA
(223,245,234)
#E6F7EF
(230,247,239)
#EDF9F4
(237,249,244)
#F4FBF9
(244,251,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AEE7C7; }

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

This text font color is #AEE7C7.

Background Color

.myBgColor { background-color: #AEE7C7; }

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

This div background color is #AEE7C7.

Border color

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

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

This div border color is #AEE7C7.

Opacity

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

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

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

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

This text has shadow with #AEE7C7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AEE7C7.

Preview

Color preview on black background

This text has color #AEE7C7 on black background.


Color preview on white background

This text has color #AEE7C7 on white background.


Black color preview on #AEE7C7 background

This text has black color on #AEE7C7 background.


White color preview on #AEE7C7 background

This text has white color on #AEE7C7 background.


Related colors

Complementary color

Complementary color for #hex is #511838.


I love getcolorcode.com

Triadic colors

1 #C7AEE7 and #E7C7AE with #AEE7C7 are triadic colors.

2 #C7E7AE and #E7AEC7 with #AEE7C7 are triadic colors.