COLOR #AEB7CA

HEX: #AEB7CA
RGB: (174,183,202)

Color info

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

RGB color model

#AEB7CA color RGB value is (174,183,202).

  • red value is 174;
  • green value is 183;
  • blue value is 202.
RGB:
(174,183,202)
(68%,72%,79%)

RGB channels and saturation

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

174
183
202

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

Portions of RGB colors in percentages

R + G + B =
174 + 183 + 202 = 559 (100%)
R 174 of 559 ~ 31.13%
G 183 of 559 ~ 32.74%
B 202 of 559 ~ 36.14%

%31.13
%32.74
%36.14

CMYK color model

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

  • cyan value is 13.86%
  • magenta value is 9.41%
  • 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
%9.41
%0
%20.78

Codes

Color #AEB7CA in popluar color models

AEB7CA
RGB174183202
HSL221°20.90%73.73%
HSB/HSV221°13.86%79.22%
CMYK13.86%9.41%0.00%
20.78%

Color #AEB7CA in popluar number systems.

HEXAEB7CA
Decimal174183202
Binary101011101011011111001010
Octal256267312

Shades and tints

Shades of #AEB7CA

#AEB7CA
(174,183,202)
#9FA7B8
(159,167,184)
#9097A6
(144,151,166)
#818794
(129,135,148)
#727782
(114,119,130)
#636770
(99,103,112)
#54575E
(84,87,94)
#45474C
(69,71,76)
#36373A
(54,55,58)
#272728
(39,39,40)
#181716
(24,23,22)
#000000
(0,0,0)

Tints of #AEB7CA

#AEB7CA
(174,183,202)
#B5BDCE
(181,189,206)
#BCC3D2
(188,195,210)
#C3C9D6
(195,201,214)
#CACFDA
(202,207,218)
#D1D5DE
(209,213,222)
#D8DBE2
(216,219,226)
#DFE1E6
(223,225,230)
#E6E7EA
(230,231,234)
#EDEDEE
(237,237,238)
#F4F3F2
(244,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AEB7CA; }

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

This text font color is #AEB7CA.


Background Color

.myBgColor { background-color: #AEB7CA; }

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

This div background color is #AEB7CA.


Border color

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

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

This div border color is #AEB7CA.


Opacity

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

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

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

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

This text has shadow with #AEB7CA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AEB7CA on black background.


Color preview on white background

This text has color #AEB7CA on white background.



Black color preview on #AEB7CA background

This text has black color on #AEB7CA background.


White color preview on #AEB7CA background

This text has white color on #AEB7CA background.