COLOR #AEEBC9

HEX: #AEEBC9 RGB: (174,235,201)

Color info

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

RGB color model

#AEEBC9 color RGB value is (174,235,201).

RGB: (174,235,201) (68%, 92%, 79%)

RGB channels and saturation

R 174 of 255 = 68%
G 235 of 255 = 92%
B 201 of 255 = 79%

174
235
201

R + G + B ~ 80%. #AEEBC9 is quite light color.

Portions of RGB colors in percentages

R + G + B = 174 + 235 + 201 = 610 (100%)
R 174 of 610 ~ 28.52%
G 235 of 610 ~ 38.52%
B 201 of 610 ~ 32.95'%

%28.52
%38.52
%32.95

CMYK color model

#AEEBC9 color CMYK value is (26,0,14,8).

  • cyan value is 25.96%
  • magenta value is 0.00%
  • yellow value is 14.47%
  • key color value is 7.84%

CMYK: (26,0,14,8)
C26M0Y14K8 (26%, 0%, 14%, 8%)
(0.26 / 0.00 / 0.14 / 0.08)

CMYK percentages

%25.96
%0
%14.47
%7.84

Codes

Color #AEEBC9 in popluar color models

AE EB C9
RGB 174 235 201
HSL 147° 60.40% 80.20%
HSB/HSV 147° 25.96% 92.16%
CMYK 25.96% 0.00% 14.47%
7.84%

Color #AEEBC9 in popluar number systems.

HEX AE EB C9
Decimal 174 235 201
Binary 10101110 11101011 11001001
Octal 256 353 311

Shades and tints

Shades of #AEEBC9

#AEEBC9
(174,235,201)
#9FD6B7
(159,214,183)
#90C1A5
(144,193,165)
#81AC93
(129,172,147)
#729781
(114,151,129)
#63826F
(99,130,111)
#546D5D
(84,109,93)
#45584B
(69,88,75)
#364339
(54,67,57)
#272E27
(39,46,39)
#181915
(24,25,21)
#000000
(0,0,0)

Tints of #AEEBC9

#AEEBC9
(174,235,201)
#B5ECCD
(181,236,205)
#BCEDD1
(188,237,209)
#C3EED5
(195,238,213)
#CAEFD9
(202,239,217)
#D1F0DD
(209,240,221)
#D8F1E1
(216,241,225)
#DFF2E5
(223,242,229)
#E6F3E9
(230,243,233)
#EDF4ED
(237,244,237)
#F4F5F1
(244,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AEEBC9 color. Also use rgb(174,235,201) instead hex code.

Text Font Color

.myTextColor { color: #AEEBC9; }

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

This text font color is #AEEBC9.

Background Color

.myBgColor { background-color: #AEEBC9; }

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

This div background color is #AEEBC9.

Border color

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

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

This div border color is #AEEBC9.

Opacity

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

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

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

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

This text has shadow with #AEEBC9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AEEBC9.

Preview

Color preview on black background

This text has color #AEEBC9 on black background.


Color preview on white background

This text has color #AEEBC9 on white background.


Black color preview on #AEEBC9 background

This text has black color on #AEEBC9 background.


White color preview on #AEEBC9 background

This text has white color on #AEEBC9 background.


Related colors

Complementary color

Complementary color for #hex is #511436.


I love getcolorcode.com

Triadic colors

1 #C9AEEB and #EBC9AE with #AEEBC9 are triadic colors.

2 #C9EBAE and #EBAEC9 with #AEEBC9 are triadic colors.