COLOR #AEB8CB

HEX: #AEB8CB RGB: (174,184,203)

Color info

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

RGB color model

#AEB8CB color RGB value is (174,184,203).

RGB: (174,184,203) (68%, 72%, 80%)

RGB channels and saturation

R 174 of 255 = 68%
G 184 of 255 = 72%
B 203 of 255 = 80%

174
184
203

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

Portions of RGB colors in percentages

R + G + B = 174 + 184 + 203 = 561 (100%)
R 174 of 561 ~ 31.02%
G 184 of 561 ~ 32.8%
B 203 of 561 ~ 36.19'%

%31.02
%32.8
%36.19

CMYK color model

#AEB8CB color CMYK value is (14,9,0,20).

  • cyan value is 14.29%
  • magenta value is 9.36%
  • yellow value is 0.00%
  • key color value is 20.39%

CMYK: (14,9,0,20)
C14M9Y0K20 (14%, 9%, 0%, 20%)
(0.14 / 0.09 / 0.00 / 0.20)

CMYK percentages

%14.29
%9.36
%0
%20.39

Codes

Color #AEB8CB in popluar color models

AE B8 CB
RGB 174 184 203
HSL 219° 21.80% 73.92%
HSB/HSV 219° 14.29% 79.61%
CMYK 14.29% 9.36% 0.00%
20.39%

Color #AEB8CB in popluar number systems.

HEX AE B8 CB
Decimal 174 184 203
Binary 10101110 10111000 11001011
Octal 256 270 313

Shades and tints

Shades of #AEB8CB

#AEB8CB
(174,184,203)
#9FA8B9
(159,168,185)
#9098A7
(144,152,167)
#818895
(129,136,149)
#727883
(114,120,131)
#636871
(99,104,113)
#54585F
(84,88,95)
#45484D
(69,72,77)
#36383B
(54,56,59)
#272829
(39,40,41)
#181817
(24,24,23)
#000000
(0,0,0)

Tints of #AEB8CB

#AEB8CB
(174,184,203)
#B5BECF
(181,190,207)
#BCC4D3
(188,196,211)
#C3CAD7
(195,202,215)
#CAD0DB
(202,208,219)
#D1D6DF
(209,214,223)
#D8DCE3
(216,220,227)
#DFE2E7
(223,226,231)
#E6E8EB
(230,232,235)
#EDEEEF
(237,238,239)
#F4F4F3
(244,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AEB8CB; }

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

This text font color is #AEB8CB.

Background Color

.myBgColor { background-color: #AEB8CB; }

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

This div background color is #AEB8CB.

Border color

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

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

This div border color is #AEB8CB.

Opacity

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

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

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

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

This text has shadow with #AEB8CB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AEB8CB.

Preview

Color preview on black background

This text has color #AEB8CB on black background.


Color preview on white background

This text has color #AEB8CB on white background.


Black color preview on #AEB8CB background

This text has black color on #AEB8CB background.


White color preview on #AEB8CB background

This text has white color on #AEB8CB background.


Related colors

Complementary color

Complementary color for #hex is #514734.


I love getcolorcode.com

Triadic colors

1 #CBAEB8 and #B8CBAE with #AEB8CB are triadic colors.

2 #CBB8AE and #B8AECB with #AEB8CB are triadic colors.