COLOR #AEB7C8

HEX: #AEB7C8
RGB: (174,183,200)

Color info

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

RGB color model

#AEB7C8 color RGB value is (174,183,200).

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

RGB channels and saturation

R 174 of 255 = 68%
G 183 of 255 = 72%
B 200 of 255 = 78%

174
183
200

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

Portions of RGB colors in percentages

R + G + B =
174 + 183 + 200 = 557 (100%)
R 174 of 557 ~ 31.24%
G 183 of 557 ~ 32.85%
B 200 of 557 ~ 35.91%

%31.24
%32.85
%35.91

CMYK color model

#AEB7C8 color CMYK value is (13,9,0,22).

  • cyan value is 13.00%
  • magenta value is 8.50%
  • yellow value is 0.00%
  • key color value is 21.57%
CMYK:
(13,9,0,22)
C13M9Y0K22 
(13%,9%,0%,22%)
(0.13/0.09/0.00/0.22)	

CMYK percentages

%13
%8.5
%0
%21.57

Codes

Color #AEB7C8 in popluar color models

AEB7C8
RGB174183200
HSL219°19.12%73.33%
HSB/HSV219°13.00%78.43%
CMYK13.00%8.50%0.00%
21.57%

Color #AEB7C8 in popluar number systems.

HEXAEB7C8
Decimal174183200
Binary101011101011011111001000
Octal256267310

Shades and tints

Shades of #AEB7C8

#AEB7C8
(174,183,200)
#9FA7B6
(159,167,182)
#9097A4
(144,151,164)
#818792
(129,135,146)
#727780
(114,119,128)
#63676E
(99,103,110)
#54575C
(84,87,92)
#45474A
(69,71,74)
#363738
(54,55,56)
#272726
(39,39,38)
#181714
(24,23,20)
#000000
(0,0,0)

Tints of #AEB7C8

#AEB7C8
(174,183,200)
#B5BDCD
(181,189,205)
#BCC3D2
(188,195,210)
#C3C9D7
(195,201,215)
#CACFDC
(202,207,220)
#D1D5E1
(209,213,225)
#D8DBE6
(216,219,230)
#DFE1EB
(223,225,235)
#E6E7F0
(230,231,240)
#EDEDF5
(237,237,245)
#F4F3FA
(244,243,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AEB7C8; }

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

This text font color is #AEB7C8.


Background Color

.myBgColor { background-color: #AEB7C8; }

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

This div background color is #AEB7C8.


Border color

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

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

This div border color is #AEB7C8.


Opacity

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

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

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

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

This text has shadow with #AEB7C8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AEB7C8 on black background.


Color preview on white background

This text has color #AEB7C8 on white background.



Black color preview on #AEB7C8 background

This text has black color on #AEB7C8 background.


White color preview on #AEB7C8 background

This text has white color on #AEB7C8 background.