COLOR #AEFCEE

HEX: #AEFCEE
RGB: (174,252,238)

Color info

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

RGB color model

#AEFCEE color RGB value is (174,252,238).

  • red value is 174;
  • green value is 252;
  • blue value is 238.
RGB:
(174,252,238)
(68%,99%,93%)

RGB channels and saturation

R 174 of 255 = 68%
G 252 of 255 = 99%
B 238 of 255 = 93%

174
252
238

R + G + B ~ 87%. #AEFCEE is light color.

Portions of RGB colors in percentages

R + G + B =
174 + 252 + 238 = 664 (100%)
R 174 of 664 ~ 26.2%
G 252 of 664 ~ 37.95%
B 238 of 664 ~ 35.84%

%26.2
%37.95
%35.84

CMYK color model

#AEFCEE color CMYK value is (31,0,6,1).

  • cyan value is 30.95%
  • magenta value is 0.00%
  • yellow value is 5.56%
  • key color value is 1.18%
CMYK:
(31,0,6,1)
C31M0Y6K1 
(31%,0%,6%,1%)
(0.31/0.00/0.06/0.01)	

CMYK percentages

%30.95
%0
%5.56
%1.18

Codes

Color #AEFCEE in popluar color models

AEFCEE
RGB174252238
HSL169°92.86%83.53%
HSB/HSV169°30.95%98.82%
CMYK30.95%0.00%5.56%
1.18%

Color #AEFCEE in popluar number systems.

HEXAEFCEE
Decimal174252238
Binary101011101111110011101110
Octal256374356

Shades and tints

Shades of #AEFCEE

#AEFCEE
(174,252,238)
#9FE6D9
(159,230,217)
#90D0C4
(144,208,196)
#81BAAF
(129,186,175)
#72A49A
(114,164,154)
#638E85
(99,142,133)
#547870
(84,120,112)
#45625B
(69,98,91)
#364C46
(54,76,70)
#273631
(39,54,49)
#18201C
(24,32,28)
#000000
(0,0,0)

Tints of #AEFCEE

#AEFCEE
(174,252,238)
#B5FCEF
(181,252,239)
#BCFCF0
(188,252,240)
#C3FCF1
(195,252,241)
#CAFCF2
(202,252,242)
#D1FCF3
(209,252,243)
#D8FCF4
(216,252,244)
#DFFCF5
(223,252,245)
#E6FCF6
(230,252,246)
#EDFCF7
(237,252,247)
#F4FCF8
(244,252,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AEFCEE color. Also use rgb(174,252,238) instead hex code.

Text Font Color

.myTextColor { color: #AEFCEE; }

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

This text font color is #AEFCEE.


Background Color

.myBgColor { background-color: #AEFCEE; }

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

This div background color is #AEFCEE.


Border color

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

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

This div border color is #AEFCEE.


Opacity

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

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

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

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

This text has shadow with #AEFCEE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AEFCEE on black background.


Color preview on white background

This text has color #AEFCEE on white background.



Black color preview on #AEFCEE background

This text has black color on #AEFCEE background.


White color preview on #AEFCEE background

This text has white color on #AEFCEE background.