COLOR #AEB7CB

HEX: #AEB7CB
RGB: (174,183,203)

Color info

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

RGB color model

#AEB7CB color RGB value is (174,183,203).

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

RGB channels and saturation

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

174
183
203

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

Portions of RGB colors in percentages

R + G + B =
174 + 183 + 203 = 560 (100%)
R 174 of 560 ~ 31.07%
G 183 of 560 ~ 32.68%
B 203 of 560 ~ 36.25%

%31.07
%32.68
%36.25

CMYK color model

#AEB7CB color CMYK value is (14,10,0,20).

  • cyan value is 14.29%
  • magenta value is 9.85%
  • yellow value is 0.00%
  • key color value is 20.39%
CMYK:
(14,10,0,20)
C14M10Y0K20 
(14%,10%,0%,20%)
(0.14/0.10/0.00/0.20)	

CMYK percentages

%14.29
%9.85
%0
%20.39

Codes

Color #AEB7CB in popluar color models

AEB7CB
RGB174183203
HSL221°21.80%73.92%
HSB/HSV221°14.29%79.61%
CMYK14.29%9.85%0.00%
20.39%

Color #AEB7CB in popluar number systems.

HEXAEB7CB
Decimal174183203
Binary101011101011011111001011
Octal256267313

Shades and tints

Shades of #AEB7CB

#AEB7CB
(174,183,203)
#9FA7B9
(159,167,185)
#9097A7
(144,151,167)
#818795
(129,135,149)
#727783
(114,119,131)
#636771
(99,103,113)
#54575F
(84,87,95)
#45474D
(69,71,77)
#36373B
(54,55,59)
#272729
(39,39,41)
#181717
(24,23,23)
#000000
(0,0,0)

Tints of #AEB7CB

#AEB7CB
(174,183,203)
#B5BDCF
(181,189,207)
#BCC3D3
(188,195,211)
#C3C9D7
(195,201,215)
#CACFDB
(202,207,219)
#D1D5DF
(209,213,223)
#D8DBE3
(216,219,227)
#DFE1E7
(223,225,231)
#E6E7EB
(230,231,235)
#EDEDEF
(237,237,239)
#F4F3F3
(244,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AEB7CB; }

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

This text font color is #AEB7CB.


Background Color

.myBgColor { background-color: #AEB7CB; }

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

This div background color is #AEB7CB.


Border color

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

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

This div border color is #AEB7CB.


Opacity

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

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

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

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

This text has shadow with #AEB7CB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AEB7CB on black background.


Color preview on white background

This text has color #AEB7CB on white background.



Black color preview on #AEB7CB background

This text has black color on #AEB7CB background.


White color preview on #AEB7CB background

This text has white color on #AEB7CB background.