COLOR #AEB5CA

HEX: #AEB5CA RGB: (174,181,202)

Color info

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

RGB color model

#AEB5CA color RGB value is (174,181,202).

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

RGB channels and saturation

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

174
181
202

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

Portions of RGB colors in percentages

R + G + B = 174 + 181 + 202 = 557 (100%)
R 174 of 557 ~ 31.24%
G 181 of 557 ~ 32.5%
B 202 of 557 ~ 36.27'%

%31.24
%32.5
%36.27

CMYK color model

#AEB5CA color CMYK value is (14,10,0,21).

  • cyan value is 13.86%
  • magenta value is 10.40%
  • yellow value is 0.00%
  • key color value is 20.78%

CMYK: (14,10,0,21)
C14M10Y0K21 (14%, 10%, 0%, 21%)
(0.14 / 0.10 / 0.00 / 0.21)

CMYK percentages

%13.86
%10.4
%0
%20.78

Codes

Color #AEB5CA in popluar color models

AE B5 CA
RGB 174 181 202
HSL 225° 20.90% 73.73%
HSB/HSV 225° 13.86% 79.22%
CMYK 13.86% 10.40% 0.00%
20.78%

Color #AEB5CA in popluar number systems.

HEX AE B5 CA
Decimal 174 181 202
Binary 10101110 10110101 11001010
Octal 256 265 312

Shades and tints

Shades of #AEB5CA

#AEB5CA
(174,181,202)
#9FA5B8
(159,165,184)
#9095A6
(144,149,166)
#818594
(129,133,148)
#727582
(114,117,130)
#636570
(99,101,112)
#54555E
(84,85,94)
#45454C
(69,69,76)
#36353A
(54,53,58)
#272528
(39,37,40)
#181516
(24,21,22)
#000000
(0,0,0)

Tints of #AEB5CA

#AEB5CA
(174,181,202)
#B5BBCE
(181,187,206)
#BCC1D2
(188,193,210)
#C3C7D6
(195,199,214)
#CACDDA
(202,205,218)
#D1D3DE
(209,211,222)
#D8D9E2
(216,217,226)
#DFDFE6
(223,223,230)
#E6E5EA
(230,229,234)
#EDEBEE
(237,235,238)
#F4F1F2
(244,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AEB5CA; }

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

This text font color is #AEB5CA.

Background Color

.myBgColor { background-color: #AEB5CA; }

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

This div background color is #AEB5CA.

Border color

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

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

This div border color is #AEB5CA.

Opacity

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

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

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

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

This text has shadow with #AEB5CA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AEB5CA.

Preview

Color preview on black background

This text has color #AEB5CA on black background.


Color preview on white background

This text has color #AEB5CA on white background.


Black color preview on #AEB5CA background

This text has black color on #AEB5CA background.


White color preview on #AEB5CA background

This text has white color on #AEB5CA background.


Related colors

Complementary color

Complementary color for #hex is #514A35.


I love getcolorcode.com

Triadic colors

1 #CAAEB5 and #B5CAAE with #AEB5CA are triadic colors.

2 #CAB5AE and #B5AECA with #AEB5CA are triadic colors.