COLOR #AECBE4

HEX: #AECBE4 RGB: (174,203,228)

Color info

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

RGB color model

#AECBE4 color RGB value is (174,203,228).

RGB: (174,203,228) (68%, 80%, 89%)

RGB channels and saturation

R 174 of 255 = 68%
G 203 of 255 = 80%
B 228 of 255 = 89%

174
203
228

R + G + B ~ 79%. #AECBE4 is quite light color.

Portions of RGB colors in percentages

R + G + B = 174 + 203 + 228 = 605 (100%)
R 174 of 605 ~ 28.76%
G 203 of 605 ~ 33.55%
B 228 of 605 ~ 37.69'%

%28.76
%33.55
%37.69

CMYK color model

#AECBE4 color CMYK value is (24,11,0,11).

  • cyan value is 23.68%
  • magenta value is 10.96%
  • yellow value is 0.00%
  • key color value is 10.59%
CMYK: (24,11,0,11) C24M11Y0K11 (24%,11%,0%,11%) (0.24/0.11/0.00/0.11) 

CMYK percentages

%23.68
%10.96
%0
%10.59

Codes

Color #AECBE4 in popluar color models

AE CB E4
RGB 174 203 228
HSL 208° 50.00% 78.82%
HSB/HSV 208° 23.68% 89.41%
CMYK 23.68% 10.96% 0.00%
10.59%

Color #AECBE4 in popluar number systems.

HEX AE CB E4
Decimal 174 203 228
Binary 10101110 11001011 11100100
Octal 256 313 344

Shades and tints

Shades of #AECBE4

#AECBE4
(174,203,228)
#9FB9D0
(159,185,208)
#90A7BC
(144,167,188)
#8195A8
(129,149,168)
#728394
(114,131,148)
#637180
(99,113,128)
#545F6C
(84,95,108)
#454D58
(69,77,88)
#363B44
(54,59,68)
#272930
(39,41,48)
#18171C
(24,23,28)
#000000
(0,0,0)

Tints of #AECBE4

#AECBE4
(174,203,228)
#B5CFE6
(181,207,230)
#BCD3E8
(188,211,232)
#C3D7EA
(195,215,234)
#CADBEC
(202,219,236)
#D1DFEE
(209,223,238)
#D8E3F0
(216,227,240)
#DFE7F2
(223,231,242)
#E6EBF4
(230,235,244)
#EDEFF6
(237,239,246)
#F4F3F8
(244,243,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AECBE4 color. Also use rgb(174,203,228) instead hex code.

Text Font Color

.myTextColor { color: #AECBE4; }

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

This text font color is #AECBE4.

Background Color

.myBgColor { background-color: #AECBE4; }

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

This div background color is #AECBE4.

Border color

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

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

This div border color is #AECBE4.

Opacity

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

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

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

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

This text has shadow with #AECBE4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AECBE4.

Preview

Color preview on black background

This text has color #AECBE4 on black background.


Color preview on white background

This text has color #AECBE4 on white background.


Black color preview on #AECBE4 background

This text has black color on #AECBE4 background.


White color preview on #AECBE4 background

This text has white color on #AECBE4 background.


Related colors

Complementary color

Complementary color for #hex is #51341B.


I love getcolorcode.com

Triadic colors

1 #E4AECB and #CBE4AE with #AECBE4 are triadic colors.

2 #E4CBAE and #CBAEE4 with #AECBE4 are triadic colors.