COLOR #AEC3E3

HEX: #AEC3E3 RGB: (174,195,227)

Color info

#AEC3E3 contains red, green and blue colors in about the same proportion. Web safe color of #AEC3E3 is #99CCCC (or #9CC).

RGB color model

#AEC3E3 color RGB value is (174,195,227).

RGB: (174,195,227) (68%, 76%, 89%)

RGB channels and saturation

R 174 of 255 = 68%
G 195 of 255 = 76%
B 227 of 255 = 89%

174
195
227

R + G + B ~ 78%. #AEC3E3 is quite light color.

Portions of RGB colors in percentages

R + G + B = 174 + 195 + 227 = 596 (100%)
R 174 of 596 ~ 29.19%
G 195 of 596 ~ 32.72%
B 227 of 596 ~ 38.09'%

%29.19
%32.72
%38.09

CMYK color model

#AEC3E3 color CMYK value is (23,14,0,11).

  • cyan value is 23.35%
  • magenta value is 14.10%
  • yellow value is 0.00%
  • key color value is 10.98%

CMYK: (23,14,0,11)
C23M14Y0K11 (23%, 14%, 0%, 11%)
(0.23 / 0.14 / 0.00 / 0.11)

CMYK percentages

%23.35
%14.1
%0
%10.98

Codes

Color #AEC3E3 in popluar color models

AE C3 E3
RGB 174 195 227
HSL 216° 48.62% 78.63%
HSB/HSV 216° 23.35% 89.02%
CMYK 23.35% 14.10% 0.00%
10.98%

Color #AEC3E3 in popluar number systems.

HEX AE C3 E3
Decimal 174 195 227
Binary 10101110 11000011 11100011
Octal 256 303 343

Shades and tints

Shades of #AEC3E3

#AEC3E3
(174,195,227)
#9FB2CF
(159,178,207)
#90A1BB
(144,161,187)
#8190A7
(129,144,167)
#727F93
(114,127,147)
#636E7F
(99,110,127)
#545D6B
(84,93,107)
#454C57
(69,76,87)
#363B43
(54,59,67)
#272A2F
(39,42,47)
#18191B
(24,25,27)
#000000
(0,0,0)

Tints of #AEC3E3

#AEC3E3
(174,195,227)
#B5C8E5
(181,200,229)
#BCCDE7
(188,205,231)
#C3D2E9
(195,210,233)
#CAD7EB
(202,215,235)
#D1DCED
(209,220,237)
#D8E1EF
(216,225,239)
#DFE6F1
(223,230,241)
#E6EBF3
(230,235,243)
#EDF0F5
(237,240,245)
#F4F5F7
(244,245,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AEC3E3 color. Also use rgb(174,195,227) instead hex code.

Text Font Color

.myTextColor { color: #AEC3E3; }

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

This text font color is #AEC3E3.

Background Color

.myBgColor { background-color: #AEC3E3; }

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

This div background color is #AEC3E3.

Border color

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

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

This div border color is #AEC3E3.

Opacity

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

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

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

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

This text has shadow with #AEC3E3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AEC3E3.

Preview

Color preview on black background

This text has color #AEC3E3 on black background.


Color preview on white background

This text has color #AEC3E3 on white background.


Black color preview on #AEC3E3 background

This text has black color on #AEC3E3 background.


White color preview on #AEC3E3 background

This text has white color on #AEC3E3 background.


Related colors

Complementary color

Complementary color for #hex is #513C1C.


I love getcolorcode.com

Triadic colors

1 #E3AEC3 and #C3E3AE with #AEC3E3 are triadic colors.

2 #E3C3AE and #C3AEE3 with #AEC3E3 are triadic colors.