COLOR #AEFFE4

HEX: #AEFFE4
RGB: (174,255,228)

Color info

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

RGB color model

#AEFFE4 color RGB value is (174,255,228).

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

RGB channels and saturation

R 174 of 255 = 68%
G 255 of 255 = 100%
B 228 of 255 = 89%

174
255
228

R + G + B ~ 86%. #AEFFE4 is light color.

Portions of RGB colors in percentages

R + G + B =
174 + 255 + 228 = 657 (100%)
R 174 of 657 ~ 26.48%
G 255 of 657 ~ 38.81%
B 228 of 657 ~ 34.7%

%26.48
%38.81
%34.7

CMYK color model

#AEFFE4 color CMYK value is (32,0,11,0).

  • cyan value is 31.76%
  • magenta value is 0.00%
  • yellow value is 10.59%
  • key color value is 0.00%
CMYK:
(32,0,11,0)
C32M0Y11K0 
(32%,0%,11%,0%)
(0.32/0.00/0.11/0.00)	

CMYK percentages

%31.76
%0
%10.59
%0

Codes

Color #AEFFE4 in popluar color models

AEFFE4
RGB174255228
HSL160°100.00%84.12%
HSB/HSV160°31.76%100.00%
CMYK31.76%0.00%10.59%
0.00%

Color #AEFFE4 in popluar number systems.

HEXAEFFE4
Decimal174255228
Binary101011101111111111100100
Octal256377344

Shades and tints

Shades of #AEFFE4

#AEFFE4
(174,255,228)
#9FE8D0
(159,232,208)
#90D1BC
(144,209,188)
#81BAA8
(129,186,168)
#72A394
(114,163,148)
#638C80
(99,140,128)
#54756C
(84,117,108)
#455E58
(69,94,88)
#364744
(54,71,68)
#273030
(39,48,48)
#18191C
(24,25,28)
#000000
(0,0,0)

Tints of #AEFFE4

#AEFFE4
(174,255,228)
#B5FFE6
(181,255,230)
#BCFFE8
(188,255,232)
#C3FFEA
(195,255,234)
#CAFFEC
(202,255,236)
#D1FFEE
(209,255,238)
#D8FFF0
(216,255,240)
#DFFFF2
(223,255,242)
#E6FFF4
(230,255,244)
#EDFFF6
(237,255,246)
#F4FFF8
(244,255,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AEFFE4; }

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

This text font color is #AEFFE4.


Background Color

.myBgColor { background-color: #AEFFE4; }

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

This div background color is #AEFFE4.


Border color

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

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

This div border color is #AEFFE4.


Opacity

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

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

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

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

This text has shadow with #AEFFE4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AEFFE4 on black background.


Color preview on white background

This text has color #AEFFE4 on white background.



Black color preview on #AEFFE4 background

This text has black color on #AEFFE4 background.


White color preview on #AEFFE4 background

This text has white color on #AEFFE4 background.