COLOR #AEEFB6

HEX: #AEEFB6 RGB: (174,239,182)

Color info

#AEEFB6 contains mainly green and blue colors. Web safe color of #AEEFB6 is #99FFCC (or #9FC).

RGB color model

#AEEFB6 color RGB value is (174,239,182).

RGB: (174,239,182) (68%, 94%, 71%)

RGB channels and saturation

R 174 of 255 = 68%
G 239 of 255 = 94%
B 182 of 255 = 71%

174
239
182

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

Portions of RGB colors in percentages

R + G + B = 174 + 239 + 182 = 595 (100%)
R 174 of 595 ~ 29.24%
G 239 of 595 ~ 40.17%
B 182 of 595 ~ 30.59'%

%29.24
%40.17
%30.59

CMYK color model

#AEEFB6 color CMYK value is (27,0,24,6).

  • cyan value is 27.20%
  • magenta value is 0.00%
  • yellow value is 23.85%
  • key color value is 6.27%

CMYK: (27,0,24,6)
C27M0Y24K6 (27%, 0%, 24%, 6%)
(0.27 / 0.00 / 0.24 / 0.06)

CMYK percentages

%27.2
%0
%23.85
%6.27

Codes

Color #AEEFB6 in popluar color models

AE EF B6
RGB 174 239 182
HSL 127° 67.01% 80.98%
HSB/HSV 127° 27.20% 93.73%
CMYK 27.20% 0.00% 23.85%
6.27%

Color #AEEFB6 in popluar number systems.

HEX AE EF B6
Decimal 174 239 182
Binary 10101110 11101111 10110110
Octal 256 357 266

Shades and tints

Shades of #AEEFB6

#AEEFB6
(174,239,182)
#9FDAA6
(159,218,166)
#90C596
(144,197,150)
#81B086
(129,176,134)
#729B76
(114,155,118)
#638666
(99,134,102)
#547156
(84,113,86)
#455C46
(69,92,70)
#364736
(54,71,54)
#273226
(39,50,38)
#181D16
(24,29,22)
#000000
(0,0,0)

Tints of #AEEFB6

#AEEFB6
(174,239,182)
#B5F0BC
(181,240,188)
#BCF1C2
(188,241,194)
#C3F2C8
(195,242,200)
#CAF3CE
(202,243,206)
#D1F4D4
(209,244,212)
#D8F5DA
(216,245,218)
#DFF6E0
(223,246,224)
#E6F7E6
(230,247,230)
#EDF8EC
(237,248,236)
#F4F9F2
(244,249,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AEEFB6 color. Also use rgb(174,239,182) instead hex code.

Text Font Color

.myTextColor { color: #AEEFB6; }

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

This text font color is #AEEFB6.

Background Color

.myBgColor { background-color: #AEEFB6; }

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

This div background color is #AEEFB6.

Border color

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

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

This div border color is #AEEFB6.

Opacity

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

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

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

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

This text has shadow with #AEEFB6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AEEFB6.

Preview

Color preview on black background

This text has color #AEEFB6 on black background.


Color preview on white background

This text has color #AEEFB6 on white background.


Black color preview on #AEEFB6 background

This text has black color on #AEEFB6 background.


White color preview on #AEEFB6 background

This text has white color on #AEEFB6 background.


Related colors

Complementary color

Complementary color for #hex is #511049.


I love getcolorcode.com

Triadic colors

1 #B6AEEF and #EFB6AE with #AEEFB6 are triadic colors.

2 #B6EFAE and #EFAEB6 with #AEEFB6 are triadic colors.