COLOR #AEB8CA

HEX: #AEB8CA RGB: (174,184,202)

Color info

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

RGB color model

#AEB8CA color RGB value is (174,184,202).

RGB: (174,184,202) (68%, 72%, 79%)

RGB channels and saturation

R 174 of 255 = 68%
G 184 of 255 = 72%
B 202 of 255 = 79%

174
184
202

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

Portions of RGB colors in percentages

R + G + B = 174 + 184 + 202 = 560 (100%)
R 174 of 560 ~ 31.07%
G 184 of 560 ~ 32.86%
B 202 of 560 ~ 36.07'%

%31.07
%32.86
%36.07

CMYK color model

#AEB8CA color CMYK value is (14,9,0,21).

  • cyan value is 13.86%
  • magenta value is 8.91%
  • yellow value is 0.00%
  • key color value is 20.78%
CMYK: (14,9,0,21) C14M9Y0K21 (14%,9%,0%,21%) (0.14/0.09/0.00/0.21) 

CMYK percentages

%13.86
%8.91
%0
%20.78

Codes

Color #AEB8CA in popluar color models

AE B8 CA
RGB 174 184 202
HSL 219° 20.90% 73.73%
HSB/HSV 219° 13.86% 79.22%
CMYK 13.86% 8.91% 0.00%
20.78%

Color #AEB8CA in popluar number systems.

HEX AE B8 CA
Decimal 174 184 202
Binary 10101110 10111000 11001010
Octal 256 270 312

Shades and tints

Shades of #AEB8CA

#AEB8CA
(174,184,202)
#9FA8B8
(159,168,184)
#9098A6
(144,152,166)
#818894
(129,136,148)
#727882
(114,120,130)
#636870
(99,104,112)
#54585E
(84,88,94)
#45484C
(69,72,76)
#36383A
(54,56,58)
#272828
(39,40,40)
#181816
(24,24,22)
#000000
(0,0,0)

Tints of #AEB8CA

#AEB8CA
(174,184,202)
#B5BECE
(181,190,206)
#BCC4D2
(188,196,210)
#C3CAD6
(195,202,214)
#CAD0DA
(202,208,218)
#D1D6DE
(209,214,222)
#D8DCE2
(216,220,226)
#DFE2E6
(223,226,230)
#E6E8EA
(230,232,234)
#EDEEEE
(237,238,238)
#F4F4F2
(244,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AEB8CA; }

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

This text font color is #AEB8CA.

Background Color

.myBgColor { background-color: #AEB8CA; }

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

This div background color is #AEB8CA.

Border color

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

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

This div border color is #AEB8CA.

Opacity

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

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

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

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

This text has shadow with #AEB8CA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AEB8CA.

Preview

Color preview on black background

This text has color #AEB8CA on black background.


Color preview on white background

This text has color #AEB8CA on white background.


Black color preview on #AEB8CA background

This text has black color on #AEB8CA background.


White color preview on #AEB8CA background

This text has white color on #AEB8CA background.


Related colors

Complementary color

Complementary color for #hex is #514735.


I love getcolorcode.com

Triadic colors

1 #CAAEB8 and #B8CAAE with #AEB8CA are triadic colors.

2 #CAB8AE and #B8AECA with #AEB8CA are triadic colors.