COLOR #AECEF4

HEX: #AECEF4
RGB: (174,206,244)

Color info

#AECEF4 contains mainly green and blue colors. Web safe color of #AECEF4 is #99CCFF (or #9CF).

RGB color model

#AECEF4 color RGB value is (174,206,244).

  • red value is 174;
  • green value is 206;
  • blue value is 244.
RGB:
(174,206,244)
(68%,81%,96%)

RGB channels and saturation

R 174 of 255 = 68%
G 206 of 255 = 81%
B 244 of 255 = 96%

174
206
244

R + G + B ~ 82%. #AECEF4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
174 + 206 + 244 = 624 (100%)
R 174 of 624 ~ 27.88%
G 206 of 624 ~ 33.01%
B 244 of 624 ~ 39.1%

%27.88
%33.01
%39.1

CMYK color model

#AECEF4 color CMYK value is (29,16,0,4).

  • cyan value is 28.69%
  • magenta value is 15.57%
  • yellow value is 0.00%
  • key color value is 4.31%
CMYK:
(29,16,0,4)
C29M16Y0K4 
(29%,16%,0%,4%)
(0.29/0.16/0.00/0.04)	

CMYK percentages

%28.69
%15.57
%0
%4.31

Codes

Color #AECEF4 in popluar color models

AECEF4
RGB174206244
HSL213°76.09%81.96%
HSB/HSV213°28.69%95.69%
CMYK28.69%15.57%0.00%
4.31%

Color #AECEF4 in popluar number systems.

HEXAECEF4
Decimal174206244
Binary101011101100111011110100
Octal256316364

Shades and tints

Shades of #AECEF4

#AECEF4
(174,206,244)
#9FBCDE
(159,188,222)
#90AAC8
(144,170,200)
#8198B2
(129,152,178)
#72869C
(114,134,156)
#637486
(99,116,134)
#546270
(84,98,112)
#45505A
(69,80,90)
#363E44
(54,62,68)
#272C2E
(39,44,46)
#181A18
(24,26,24)
#000000
(0,0,0)

Tints of #AECEF4

#AECEF4
(174,206,244)
#B5D2F5
(181,210,245)
#BCD6F6
(188,214,246)
#C3DAF7
(195,218,247)
#CADEF8
(202,222,248)
#D1E2F9
(209,226,249)
#D8E6FA
(216,230,250)
#DFEAFB
(223,234,251)
#E6EEFC
(230,238,252)
#EDF2FD
(237,242,253)
#F4F6FE
(244,246,254)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AECEF4 color. Also use rgb(174,206,244) instead hex code.

Text Font Color

.myTextColor { color: #AECEF4; }

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

This text font color is #AECEF4.


Background Color

.myBgColor { background-color: #AECEF4; }

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

This div background color is #AECEF4.


Border color

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

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

This div border color is #AECEF4.


Opacity

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

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

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

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

This text has shadow with #AECEF4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AECEF4 on black background.


Color preview on white background

This text has color #AECEF4 on white background.



Black color preview on #AECEF4 background

This text has black color on #AECEF4 background.


White color preview on #AECEF4 background

This text has white color on #AECEF4 background.