COLOR #AEB2C7

HEX: #AEB2C7 RGB: (174,178,199)

Color info

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

RGB color model

#AEB2C7 color RGB value is (174,178,199).

RGB: (174,178,199) (68%, 70%, 78%)

RGB channels and saturation

R 174 of 255 = 68%
G 178 of 255 = 70%
B 199 of 255 = 78%

174
178
199

R + G + B ~ 72%. #AEB2C7 is quite light color.

Portions of RGB colors in percentages

R + G + B = 174 + 178 + 199 = 551 (100%)
R 174 of 551 ~ 31.58%
G 178 of 551 ~ 32.3%
B 199 of 551 ~ 36.12'%

%31.58
%32.3
%36.12

CMYK color model

#AEB2C7 color CMYK value is (13,11,0,22).

  • cyan value is 12.56%
  • magenta value is 10.55%
  • yellow value is 0.00%
  • key color value is 21.96%

CMYK: (13,11,0,22)
C13M11Y0K22 (13%, 11%, 0%, 22%)
(0.13 / 0.11 / 0.00 / 0.22)

CMYK percentages

%12.56
%10.55
%0
%21.96

Codes

Color #AEB2C7 in popluar color models

AE B2 C7
RGB 174 178 199
HSL 230° 18.25% 73.14%
HSB/HSV 230° 12.56% 78.04%
CMYK 12.56% 10.55% 0.00%
21.96%

Color #AEB2C7 in popluar number systems.

HEX AE B2 C7
Decimal 174 178 199
Binary 10101110 10110010 11000111
Octal 256 262 307

Shades and tints

Shades of #AEB2C7

#AEB2C7
(174,178,199)
#9FA2B5
(159,162,181)
#9092A3
(144,146,163)
#818291
(129,130,145)
#72727F
(114,114,127)
#63626D
(99,98,109)
#54525B
(84,82,91)
#454249
(69,66,73)
#363237
(54,50,55)
#272225
(39,34,37)
#181213
(24,18,19)
#000000
(0,0,0)

Tints of #AEB2C7

#AEB2C7
(174,178,199)
#B5B9CC
(181,185,204)
#BCC0D1
(188,192,209)
#C3C7D6
(195,199,214)
#CACEDB
(202,206,219)
#D1D5E0
(209,213,224)
#D8DCE5
(216,220,229)
#DFE3EA
(223,227,234)
#E6EAEF
(230,234,239)
#EDF1F4
(237,241,244)
#F4F8F9
(244,248,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AEB2C7 color. Also use rgb(174,178,199) instead hex code.

Text Font Color

.myTextColor { color: #AEB2C7; }

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

This text font color is #AEB2C7.

Background Color

.myBgColor { background-color: #AEB2C7; }

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

This div background color is #AEB2C7.

Border color

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

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

This div border color is #AEB2C7.

Opacity

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

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

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

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

This text has shadow with #AEB2C7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AEB2C7.

Preview

Color preview on black background

This text has color #AEB2C7 on black background.


Color preview on white background

This text has color #AEB2C7 on white background.


Black color preview on #AEB2C7 background

This text has black color on #AEB2C7 background.


White color preview on #AEB2C7 background

This text has white color on #AEB2C7 background.


Related colors

Complementary color

Complementary color for #hex is #514D38.


I love getcolorcode.com

Triadic colors

1 #C7AEB2 and #B2C7AE with #AEB2C7 are triadic colors.

2 #C7B2AE and #B2AEC7 with #AEB2C7 are triadic colors.