COLOR #AEE6B7

HEX: #AEE6B7 RGB: (174,230,183)

Color info

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

RGB color model

#AEE6B7 color RGB value is (174,230,183).

RGB: (174,230,183) (68%, 90%, 72%)

RGB channels and saturation

R 174 of 255 = 68%
G 230 of 255 = 90%
B 183 of 255 = 72%

174
230
183

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

Portions of RGB colors in percentages

R + G + B = 174 + 230 + 183 = 587 (100%)
R 174 of 587 ~ 29.64%
G 230 of 587 ~ 39.18%
B 183 of 587 ~ 31.18'%

%29.64
%39.18
%31.18

CMYK color model

#AEE6B7 color CMYK value is (24,0,20,10).

  • cyan value is 24.35%
  • magenta value is 0.00%
  • yellow value is 20.43%
  • key color value is 9.80%

CMYK: (24,0,20,10)
C24M0Y20K10 (24%, 0%, 20%, 10%)
(0.24 / 0.00 / 0.20 / 0.10)

CMYK percentages

%24.35
%0
%20.43
%9.8

Codes

Color #AEE6B7 in popluar color models

AE E6 B7
RGB 174 230 183
HSL 130° 52.83% 79.22%
HSB/HSV 130° 24.35% 90.20%
CMYK 24.35% 0.00% 20.43%
9.80%

Color #AEE6B7 in popluar number systems.

HEX AE E6 B7
Decimal 174 230 183
Binary 10101110 11100110 10110111
Octal 256 346 267

Shades and tints

Shades of #AEE6B7

#AEE6B7
(174,230,183)
#9FD2A7
(159,210,167)
#90BE97
(144,190,151)
#81AA87
(129,170,135)
#729677
(114,150,119)
#638267
(99,130,103)
#546E57
(84,110,87)
#455A47
(69,90,71)
#364637
(54,70,55)
#273227
(39,50,39)
#181E17
(24,30,23)
#000000
(0,0,0)

Tints of #AEE6B7

#AEE6B7
(174,230,183)
#B5E8BD
(181,232,189)
#BCEAC3
(188,234,195)
#C3ECC9
(195,236,201)
#CAEECF
(202,238,207)
#D1F0D5
(209,240,213)
#D8F2DB
(216,242,219)
#DFF4E1
(223,244,225)
#E6F6E7
(230,246,231)
#EDF8ED
(237,248,237)
#F4FAF3
(244,250,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AEE6B7 color. Also use rgb(174,230,183) instead hex code.

Text Font Color

.myTextColor { color: #AEE6B7; }

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

This text font color is #AEE6B7.

Background Color

.myBgColor { background-color: #AEE6B7; }

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

This div background color is #AEE6B7.

Border color

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

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

This div border color is #AEE6B7.

Opacity

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

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

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

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

This text has shadow with #AEE6B7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AEE6B7.

Preview

Color preview on black background

This text has color #AEE6B7 on black background.


Color preview on white background

This text has color #AEE6B7 on white background.


Black color preview on #AEE6B7 background

This text has black color on #AEE6B7 background.


White color preview on #AEE6B7 background

This text has white color on #AEE6B7 background.


Related colors

Complementary color

Complementary color for #hex is #511948.


I love getcolorcode.com

Triadic colors

1 #B7AEE6 and #E6B7AE with #AEE6B7 are triadic colors.

2 #B7E6AE and #E6AEB7 with #AEE6B7 are triadic colors.