COLOR #AEB1CA

HEX: #AEB1CA
RGB: (174,177,202)

Color info

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

RGB color model

#AEB1CA color RGB value is (174,177,202).

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

RGB channels and saturation

R 174 of 255 = 68%
G 177 of 255 = 69%
B 202 of 255 = 79%

174
177
202

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

Portions of RGB colors in percentages

R + G + B =
174 + 177 + 202 = 553 (100%)
R 174 of 553 ~ 31.46%
G 177 of 553 ~ 32.01%
B 202 of 553 ~ 36.53%

%31.46
%32.01
%36.53

CMYK color model

#AEB1CA color CMYK value is (14,12,0,21).

  • cyan value is 13.86%
  • magenta value is 12.38%
  • yellow value is 0.00%
  • key color value is 20.78%
CMYK:
(14,12,0,21)
C14M12Y0K21 
(14%,12%,0%,21%)
(0.14/0.12/0.00/0.21)	

CMYK percentages

%13.86
%12.38
%0
%20.78

Codes

Color #AEB1CA in popluar color models

AEB1CA
RGB174177202
HSL234°20.90%73.73%
HSB/HSV234°13.86%79.22%
CMYK13.86%12.38%0.00%
20.78%

Color #AEB1CA in popluar number systems.

HEXAEB1CA
Decimal174177202
Binary101011101011000111001010
Octal256261312

Shades and tints

Shades of #AEB1CA

#AEB1CA
(174,177,202)
#9FA1B8
(159,161,184)
#9091A6
(144,145,166)
#818194
(129,129,148)
#727182
(114,113,130)
#636170
(99,97,112)
#54515E
(84,81,94)
#45414C
(69,65,76)
#36313A
(54,49,58)
#272128
(39,33,40)
#181116
(24,17,22)
#000000
(0,0,0)

Tints of #AEB1CA

#AEB1CA
(174,177,202)
#B5B8CE
(181,184,206)
#BCBFD2
(188,191,210)
#C3C6D6
(195,198,214)
#CACDDA
(202,205,218)
#D1D4DE
(209,212,222)
#D8DBE2
(216,219,226)
#DFE2E6
(223,226,230)
#E6E9EA
(230,233,234)
#EDF0EE
(237,240,238)
#F4F7F2
(244,247,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AEB1CA; }

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

This text font color is #AEB1CA.


Background Color

.myBgColor { background-color: #AEB1CA; }

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

This div background color is #AEB1CA.


Border color

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

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

This div border color is #AEB1CA.


Opacity

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

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

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

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

This text has shadow with #AEB1CA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AEB1CA on black background.


Color preview on white background

This text has color #AEB1CA on white background.



Black color preview on #AEB1CA background

This text has black color on #AEB1CA background.


White color preview on #AEB1CA background

This text has white color on #AEB1CA background.