COLOR #AEFFE6

HEX: #AEFFE6
RGB: (174,255,230)

Color info

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

RGB color model

#AEFFE6 color RGB value is (174,255,230).

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

RGB channels and saturation

R 174 of 255 = 68%
G 255 of 255 = 100%
B 230 of 255 = 90%

174
255
230

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

Portions of RGB colors in percentages

R + G + B =
174 + 255 + 230 = 659 (100%)
R 174 of 659 ~ 26.4%
G 255 of 659 ~ 38.69%
B 230 of 659 ~ 34.9%

%26.4
%38.69
%34.9

CMYK color model

#AEFFE6 color CMYK value is (32,0,10,0).

  • cyan value is 31.76%
  • magenta value is 0.00%
  • yellow value is 9.80%
  • key color value is 0.00%
CMYK:
(32,0,10,0)
C32M0Y10K0 
(32%,0%,10%,0%)
(0.32/0.00/0.10/0.00)	

CMYK percentages

%31.76
%0
%9.8
%0

Codes

Color #AEFFE6 in popluar color models

AEFFE6
RGB174255230
HSL161°100.00%84.12%
HSB/HSV161°31.76%100.00%
CMYK31.76%0.00%9.80%
0.00%

Color #AEFFE6 in popluar number systems.

HEXAEFFE6
Decimal174255230
Binary101011101111111111100110
Octal256377346

Shades and tints

Shades of #AEFFE6

#AEFFE6
(174,255,230)
#9FE8D2
(159,232,210)
#90D1BE
(144,209,190)
#81BAAA
(129,186,170)
#72A396
(114,163,150)
#638C82
(99,140,130)
#54756E
(84,117,110)
#455E5A
(69,94,90)
#364746
(54,71,70)
#273032
(39,48,50)
#18191E
(24,25,30)
#000000
(0,0,0)

Tints of #AEFFE6

#AEFFE6
(174,255,230)
#B5FFE8
(181,255,232)
#BCFFEA
(188,255,234)
#C3FFEC
(195,255,236)
#CAFFEE
(202,255,238)
#D1FFF0
(209,255,240)
#D8FFF2
(216,255,242)
#DFFFF4
(223,255,244)
#E6FFF6
(230,255,246)
#EDFFF8
(237,255,248)
#F4FFFA
(244,255,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AEFFE6; }

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

This text font color is #AEFFE6.


Background Color

.myBgColor { background-color: #AEFFE6; }

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

This div background color is #AEFFE6.


Border color

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

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

This div border color is #AEFFE6.


Opacity

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

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

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

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

This text has shadow with #AEFFE6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AEFFE6 on black background.


Color preview on white background

This text has color #AEFFE6 on white background.



Black color preview on #AEFFE6 background

This text has black color on #AEFFE6 background.


White color preview on #AEFFE6 background

This text has white color on #AEFFE6 background.