COLOR #AEEFD8

HEX: #AEEFD8 RGB: (174,239,216)

Color info

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

RGB color model

#AEEFD8 color RGB value is (174,239,216).

RGB: (174,239,216) (68%, 94%, 85%)

RGB channels and saturation

R 174 of 255 = 68%
G 239 of 255 = 94%
B 216 of 255 = 85%

174
239
216

R + G + B ~ 82%. #AEEFD8 is quite light color.

Portions of RGB colors in percentages

R + G + B = 174 + 239 + 216 = 629 (100%)
R 174 of 629 ~ 27.66%
G 239 of 629 ~ 38%
B 216 of 629 ~ 34.34'%

%27.66
%38
%34.34

CMYK color model

#AEEFD8 color CMYK value is (27,0,10,6).

  • cyan value is 27.20%
  • magenta value is 0.00%
  • yellow value is 9.62%
  • key color value is 6.27%
CMYK: (27,0,10,6) C27M0Y10K6 (27%,0%,10%,6%) (0.27/0.00/0.10/0.06) 

CMYK percentages

%27.2
%0
%9.62
%6.27

Codes

Color #AEEFD8 in popluar color models

AE EF D8
RGB 174 239 216
HSL 159° 67.01% 80.98%
HSB/HSV 159° 27.20% 93.73%
CMYK 27.20% 0.00% 9.62%
6.27%

Color #AEEFD8 in popluar number systems.

HEX AE EF D8
Decimal 174 239 216
Binary 10101110 11101111 11011000
Octal 256 357 330

Shades and tints

Shades of #AEEFD8

#AEEFD8
(174,239,216)
#9FDAC5
(159,218,197)
#90C5B2
(144,197,178)
#81B09F
(129,176,159)
#729B8C
(114,155,140)
#638679
(99,134,121)
#547166
(84,113,102)
#455C53
(69,92,83)
#364740
(54,71,64)
#27322D
(39,50,45)
#181D1A
(24,29,26)
#000000
(0,0,0)

Tints of #AEEFD8

#AEEFD8
(174,239,216)
#B5F0DB
(181,240,219)
#BCF1DE
(188,241,222)
#C3F2E1
(195,242,225)
#CAF3E4
(202,243,228)
#D1F4E7
(209,244,231)
#D8F5EA
(216,245,234)
#DFF6ED
(223,246,237)
#E6F7F0
(230,247,240)
#EDF8F3
(237,248,243)
#F4F9F6
(244,249,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AEEFD8; }

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

This text font color is #AEEFD8.

Background Color

.myBgColor { background-color: #AEEFD8; }

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

This div background color is #AEEFD8.

Border color

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

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

This div border color is #AEEFD8.

Opacity

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

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

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

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

This text has shadow with #AEEFD8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AEEFD8.

Preview

Color preview on black background

This text has color #AEEFD8 on black background.


Color preview on white background

This text has color #AEEFD8 on white background.


Black color preview on #AEEFD8 background

This text has black color on #AEEFD8 background.


White color preview on #AEEFD8 background

This text has white color on #AEEFD8 background.


Related colors

Complementary color

Complementary color for #hex is #511027.


I love getcolorcode.com

Triadic colors

1 #D8AEEF and #EFD8AE with #AEEFD8 are triadic colors.

2 #D8EFAE and #EFAED8 with #AEEFD8 are triadic colors.