COLOR #AEB4CA

HEX: #AEB4CA RGB: (174,180,202)

Color info

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

RGB color model

#AEB4CA color RGB value is (174,180,202).

RGB: (174,180,202) (68%, 71%, 79%)

RGB channels and saturation

R 174 of 255 = 68%
G 180 of 255 = 71%
B 202 of 255 = 79%

174
180
202

R + G + B ~ 73%. #AEB4CA is quite light color.

Portions of RGB colors in percentages

R + G + B = 174 + 180 + 202 = 556 (100%)
R 174 of 556 ~ 31.29%
G 180 of 556 ~ 32.37%
B 202 of 556 ~ 36.33'%

%31.29
%32.37
%36.33

CMYK color model

#AEB4CA color CMYK value is (14,11,0,21).

  • cyan value is 13.86%
  • magenta value is 10.89%
  • yellow value is 0.00%
  • key color value is 20.78%
CMYK: (14,11,0,21) C14M11Y0K21 (14%,11%,0%,21%) (0.14/0.11/0.00/0.21) 

CMYK percentages

%13.86
%10.89
%0
%20.78

Codes

Color #AEB4CA in popluar color models

AE B4 CA
RGB 174 180 202
HSL 227° 20.90% 73.73%
HSB/HSV 227° 13.86% 79.22%
CMYK 13.86% 10.89% 0.00%
20.78%

Color #AEB4CA in popluar number systems.

HEX AE B4 CA
Decimal 174 180 202
Binary 10101110 10110100 11001010
Octal 256 264 312

Shades and tints

Shades of #AEB4CA

#AEB4CA
(174,180,202)
#9FA4B8
(159,164,184)
#9094A6
(144,148,166)
#818494
(129,132,148)
#727482
(114,116,130)
#636470
(99,100,112)
#54545E
(84,84,94)
#45444C
(69,68,76)
#36343A
(54,52,58)
#272428
(39,36,40)
#181416
(24,20,22)
#000000
(0,0,0)

Tints of #AEB4CA

#AEB4CA
(174,180,202)
#B5BACE
(181,186,206)
#BCC0D2
(188,192,210)
#C3C6D6
(195,198,214)
#CACCDA
(202,204,218)
#D1D2DE
(209,210,222)
#D8D8E2
(216,216,226)
#DFDEE6
(223,222,230)
#E6E4EA
(230,228,234)
#EDEAEE
(237,234,238)
#F4F0F2
(244,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AEB4CA color. Also use rgb(174,180,202) instead hex code.

Text Font Color

.myTextColor { color: #AEB4CA; }

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

This text font color is #AEB4CA.

Background Color

.myBgColor { background-color: #AEB4CA; }

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

This div background color is #AEB4CA.

Border color

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

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

This div border color is #AEB4CA.

Opacity

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

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

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

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

This text has shadow with #AEB4CA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AEB4CA.

Preview

Color preview on black background

This text has color #AEB4CA on black background.


Color preview on white background

This text has color #AEB4CA on white background.


Black color preview on #AEB4CA background

This text has black color on #AEB4CA background.


White color preview on #AEB4CA background

This text has white color on #AEB4CA background.


Related colors

Complementary color

Complementary color for #hex is #514B35.


I love getcolorcode.com

Triadic colors

1 #CAAEB4 and #B4CAAE with #AEB4CA are triadic colors.

2 #CAB4AE and #B4AECA with #AEB4CA are triadic colors.