COLOR #AEEAEC

HEX: #AEEAEC
RGB: (174,234,236)

Color info

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

RGB color model

#AEEAEC color RGB value is (174,234,236).

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

RGB channels and saturation

R 174 of 255 = 68%
G 234 of 255 = 92%
B 236 of 255 = 93%

174
234
236

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

Portions of RGB colors in percentages

R + G + B =
174 + 234 + 236 = 644 (100%)
R 174 of 644 ~ 27.02%
G 234 of 644 ~ 36.34%
B 236 of 644 ~ 36.65%

%27.02
%36.34
%36.65

CMYK color model

#AEEAEC color CMYK value is (26,1,0,7).

  • cyan value is 26.27%
  • magenta value is 0.85%
  • yellow value is 0.00%
  • key color value is 7.45%
CMYK:
(26,1,0,7)
C26M1Y0K7 
(26%,1%,0%,7%)
(0.26/0.01/0.00/0.07)	

CMYK percentages

%26.27
%0.85
%0
%7.45

Codes

Color #AEEAEC in popluar color models

AEEAEC
RGB174234236
HSL182°62.00%80.39%
HSB/HSV182°26.27%92.55%
CMYK26.27%0.85%0.00%
7.45%

Color #AEEAEC in popluar number systems.

HEXAEEAEC
Decimal174234236
Binary101011101110101011101100
Octal256352354

Shades and tints

Shades of #AEEAEC

#AEEAEC
(174,234,236)
#9FD5D7
(159,213,215)
#90C0C2
(144,192,194)
#81ABAD
(129,171,173)
#729698
(114,150,152)
#638183
(99,129,131)
#546C6E
(84,108,110)
#455759
(69,87,89)
#364244
(54,66,68)
#272D2F
(39,45,47)
#18181A
(24,24,26)
#000000
(0,0,0)

Tints of #AEEAEC

#AEEAEC
(174,234,236)
#B5EBED
(181,235,237)
#BCECEE
(188,236,238)
#C3EDEF
(195,237,239)
#CAEEF0
(202,238,240)
#D1EFF1
(209,239,241)
#D8F0F2
(216,240,242)
#DFF1F3
(223,241,243)
#E6F2F4
(230,242,244)
#EDF3F5
(237,243,245)
#F4F4F6
(244,244,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AEEAEC; }

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

This text font color is #AEEAEC.


Background Color

.myBgColor { background-color: #AEEAEC; }

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

This div background color is #AEEAEC.


Border color

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

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

This div border color is #AEEAEC.


Opacity

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

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

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

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

This text has shadow with #AEEAEC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AEEAEC on black background.


Color preview on white background

This text has color #AEEAEC on white background.



Black color preview on #AEEAEC background

This text has black color on #AEEAEC background.


White color preview on #AEEAEC background

This text has white color on #AEEAEC background.