COLOR #AEEFE7

HEX: #AEEFE7
RGB: (174,239,231)

Color info

#AEEFE7 contains mainly green and blue colors. Web safe color of #AEEFE7 is #99FFFF (or #9FF).

RGB color model

#AEEFE7 color RGB value is (174,239,231).

  • red value is 174;
  • green value is 239;
  • blue value is 231.
RGB:
(174,239,231)
(68%,94%,91%)

RGB channels and saturation

R 174 of 255 = 68%
G 239 of 255 = 94%
B 231 of 255 = 91%

174
239
231

R + G + B ~ 84%. #AEEFE7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
174 + 239 + 231 = 644 (100%)
R 174 of 644 ~ 27.02%
G 239 of 644 ~ 37.11%
B 231 of 644 ~ 35.87%

%27.02
%37.11
%35.87

CMYK color model

#AEEFE7 color CMYK value is (27,0,3,6).

  • cyan value is 27.20%
  • magenta value is 0.00%
  • yellow value is 3.35%
  • key color value is 6.27%
CMYK:
(27,0,3,6)
C27M0Y3K6 
(27%,0%,3%,6%)
(0.27/0.00/0.03/0.06)	

CMYK percentages

%27.2
%0
%3.35
%6.27

Codes

Color #AEEFE7 in popluar color models

AEEFE7
RGB174239231
HSL173°67.01%80.98%
HSB/HSV173°27.20%93.73%
CMYK27.20%0.00%3.35%
6.27%

Color #AEEFE7 in popluar number systems.

HEXAEEFE7
Decimal174239231
Binary101011101110111111100111
Octal256357347

Shades and tints

Shades of #AEEFE7

#AEEFE7
(174,239,231)
#9FDAD2
(159,218,210)
#90C5BD
(144,197,189)
#81B0A8
(129,176,168)
#729B93
(114,155,147)
#63867E
(99,134,126)
#547169
(84,113,105)
#455C54
(69,92,84)
#36473F
(54,71,63)
#27322A
(39,50,42)
#181D15
(24,29,21)
#000000
(0,0,0)

Tints of #AEEFE7

#AEEFE7
(174,239,231)
#B5F0E9
(181,240,233)
#BCF1EB
(188,241,235)
#C3F2ED
(195,242,237)
#CAF3EF
(202,243,239)
#D1F4F1
(209,244,241)
#D8F5F3
(216,245,243)
#DFF6F5
(223,246,245)
#E6F7F7
(230,247,247)
#EDF8F9
(237,248,249)
#F4F9FB
(244,249,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AEEFE7 color. Also use rgb(174,239,231) instead hex code.

Text Font Color

.myTextColor { color: #AEEFE7; }

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

This text font color is #AEEFE7.


Background Color

.myBgColor { background-color: #AEEFE7; }

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

This div background color is #AEEFE7.


Border color

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

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

This div border color is #AEEFE7.


Opacity

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

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

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

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

This text has shadow with #AEEFE7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AEEFE7 on black background.


Color preview on white background

This text has color #AEEFE7 on white background.



Black color preview on #AEEFE7 background

This text has black color on #AEEFE7 background.


White color preview on #AEEFE7 background

This text has white color on #AEEFE7 background.