COLOR #AEEAB8

HEX: #AEEAB8
RGB: (174,234,184)

Color info

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

RGB color model

#AEEAB8 color RGB value is (174,234,184).

  • red value is 174;
  • green value is 234;
  • blue value is 184.
RGB:
(174,234,184)
(68%,92%,72%)

RGB channels and saturation

R 174 of 255 = 68%
G 234 of 255 = 92%
B 184 of 255 = 72%

174
234
184

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

Portions of RGB colors in percentages

R + G + B =
174 + 234 + 184 = 592 (100%)
R 174 of 592 ~ 29.39%
G 234 of 592 ~ 39.53%
B 184 of 592 ~ 31.08%

%29.39
%39.53
%31.08

CMYK color model

#AEEAB8 color CMYK value is (26,0,21,8).

  • cyan value is 25.64%
  • magenta value is 0.00%
  • yellow value is 21.37%
  • key color value is 8.24%
CMYK:
(26,0,21,8)
C26M0Y21K8 
(26%,0%,21%,8%)
(0.26/0.00/0.21/0.08)	

CMYK percentages

%25.64
%0
%21.37
%8.24

Codes

Color #AEEAB8 in popluar color models

AEEAB8
RGB174234184
HSL130°58.82%80.00%
HSB/HSV130°25.64%91.76%
CMYK25.64%0.00%21.37%
8.24%

Color #AEEAB8 in popluar number systems.

HEXAEEAB8
Decimal174234184
Binary101011101110101010111000
Octal256352270

Shades and tints

Shades of #AEEAB8

#AEEAB8
(174,234,184)
#9FD5A8
(159,213,168)
#90C098
(144,192,152)
#81AB88
(129,171,136)
#729678
(114,150,120)
#638168
(99,129,104)
#546C58
(84,108,88)
#455748
(69,87,72)
#364238
(54,66,56)
#272D28
(39,45,40)
#181818
(24,24,24)
#000000
(0,0,0)

Tints of #AEEAB8

#AEEAB8
(174,234,184)
#B5EBBE
(181,235,190)
#BCECC4
(188,236,196)
#C3EDCA
(195,237,202)
#CAEED0
(202,238,208)
#D1EFD6
(209,239,214)
#D8F0DC
(216,240,220)
#DFF1E2
(223,241,226)
#E6F2E8
(230,242,232)
#EDF3EE
(237,243,238)
#F4F4F4
(244,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AEEAB8 color. Also use rgb(174,234,184) instead hex code.

Text Font Color

.myTextColor { color: #AEEAB8; }

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

This text font color is #AEEAB8.


Background Color

.myBgColor { background-color: #AEEAB8; }

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

This div background color is #AEEAB8.


Border color

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

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

This div border color is #AEEAB8.


Opacity

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

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

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

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

This text has shadow with #AEEAB8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AEEAB8 on black background.


Color preview on white background

This text has color #AEEAB8 on white background.



Black color preview on #AEEAB8 background

This text has black color on #AEEAB8 background.


White color preview on #AEEAB8 background

This text has white color on #AEEAB8 background.