COLOR #AEEAE4

HEX: #AEEAE4
RGB: (174,234,228)

Color info

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

RGB color model

#AEEAE4 color RGB value is (174,234,228).

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

RGB channels and saturation

R 174 of 255 = 68%
G 234 of 255 = 92%
B 228 of 255 = 89%

174
234
228

R + G + B ~ 83%. #AEEAE4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
174 + 234 + 228 = 636 (100%)
R 174 of 636 ~ 27.36%
G 234 of 636 ~ 36.79%
B 228 of 636 ~ 35.85%

%27.36
%36.79
%35.85

CMYK color model

#AEEAE4 color CMYK value is (26,0,3,8).

  • cyan value is 25.64%
  • magenta value is 0.00%
  • yellow value is 2.56%
  • key color value is 8.24%
CMYK:
(26,0,3,8)
C26M0Y3K8 
(26%,0%,3%,8%)
(0.26/0.00/0.03/0.08)	

CMYK percentages

%25.64
%0
%2.56
%8.24

Codes

Color #AEEAE4 in popluar color models

AEEAE4
RGB174234228
HSL174°58.82%80.00%
HSB/HSV174°25.64%91.76%
CMYK25.64%0.00%2.56%
8.24%

Color #AEEAE4 in popluar number systems.

HEXAEEAE4
Decimal174234228
Binary101011101110101011100100
Octal256352344

Shades and tints

Shades of #AEEAE4

#AEEAE4
(174,234,228)
#9FD5D0
(159,213,208)
#90C0BC
(144,192,188)
#81ABA8
(129,171,168)
#729694
(114,150,148)
#638180
(99,129,128)
#546C6C
(84,108,108)
#455758
(69,87,88)
#364244
(54,66,68)
#272D30
(39,45,48)
#18181C
(24,24,28)
#000000
(0,0,0)

Tints of #AEEAE4

#AEEAE4
(174,234,228)
#B5EBE6
(181,235,230)
#BCECE8
(188,236,232)
#C3EDEA
(195,237,234)
#CAEEEC
(202,238,236)
#D1EFEE
(209,239,238)
#D8F0F0
(216,240,240)
#DFF1F2
(223,241,242)
#E6F2F4
(230,242,244)
#EDF3F6
(237,243,246)
#F4F4F8
(244,244,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AEEAE4; }

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

This text font color is #AEEAE4.


Background Color

.myBgColor { background-color: #AEEAE4; }

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

This div background color is #AEEAE4.


Border color

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

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

This div border color is #AEEAE4.


Opacity

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

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

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

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

This text has shadow with #AEEAE4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AEEAE4 on black background.


Color preview on white background

This text has color #AEEAE4 on white background.



Black color preview on #AEEAE4 background

This text has black color on #AEEAE4 background.


White color preview on #AEEAE4 background

This text has white color on #AEEAE4 background.