COLOR #AEB5CD

HEX: #AEB5CD
RGB: (174,181,205)

Color info

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

RGB color model

#AEB5CD color RGB value is (174,181,205).

  • red value is 174;
  • green value is 181;
  • blue value is 205.
RGB:
(174,181,205)
(68%,71%,80%)

RGB channels and saturation

R 174 of 255 = 68%
G 181 of 255 = 71%
B 205 of 255 = 80%

174
181
205

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

Portions of RGB colors in percentages

R + G + B =
174 + 181 + 205 = 560 (100%)
R 174 of 560 ~ 31.07%
G 181 of 560 ~ 32.32%
B 205 of 560 ~ 36.61%

%31.07
%32.32
%36.61

CMYK color model

#AEB5CD color CMYK value is (15,12,0,20).

  • cyan value is 15.12%
  • magenta value is 11.71%
  • yellow value is 0.00%
  • key color value is 19.61%
CMYK:
(15,12,0,20)
C15M12Y0K20 
(15%,12%,0%,20%)
(0.15/0.12/0.00/0.20)	

CMYK percentages

%15.12
%11.71
%0
%19.61

Codes

Color #AEB5CD in popluar color models

AEB5CD
RGB174181205
HSL226°23.66%74.31%
HSB/HSV226°15.12%80.39%
CMYK15.12%11.71%0.00%
19.61%

Color #AEB5CD in popluar number systems.

HEXAEB5CD
Decimal174181205
Binary101011101011010111001101
Octal256265315

Shades and tints

Shades of #AEB5CD

#AEB5CD
(174,181,205)
#9FA5BB
(159,165,187)
#9095A9
(144,149,169)
#818597
(129,133,151)
#727585
(114,117,133)
#636573
(99,101,115)
#545561
(84,85,97)
#45454F
(69,69,79)
#36353D
(54,53,61)
#27252B
(39,37,43)
#181519
(24,21,25)
#000000
(0,0,0)

Tints of #AEB5CD

#AEB5CD
(174,181,205)
#B5BBD1
(181,187,209)
#BCC1D5
(188,193,213)
#C3C7D9
(195,199,217)
#CACDDD
(202,205,221)
#D1D3E1
(209,211,225)
#D8D9E5
(216,217,229)
#DFDFE9
(223,223,233)
#E6E5ED
(230,229,237)
#EDEBF1
(237,235,241)
#F4F1F5
(244,241,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AEB5CD; }

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

This text font color is #AEB5CD.


Background Color

.myBgColor { background-color: #AEB5CD; }

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

This div background color is #AEB5CD.


Border color

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

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

This div border color is #AEB5CD.


Opacity

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

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

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

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

This text has shadow with #AEB5CD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AEB5CD on black background.


Color preview on white background

This text has color #AEB5CD on white background.



Black color preview on #AEB5CD background

This text has black color on #AEB5CD background.


White color preview on #AEB5CD background

This text has white color on #AEB5CD background.