COLOR #AEBBD8

HEX: #AEBBD8
RGB: (174,187,216)

Color info

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

RGB color model

#AEBBD8 color RGB value is (174,187,216).

  • red value is 174;
  • green value is 187;
  • blue value is 216.
RGB:
(174,187,216)
(68%,73%,85%)

RGB channels and saturation

R 174 of 255 = 68%
G 187 of 255 = 73%
B 216 of 255 = 85%

174
187
216

R + G + B ~ 75%. #AEBBD8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
174 + 187 + 216 = 577 (100%)
R 174 of 577 ~ 30.16%
G 187 of 577 ~ 32.41%
B 216 of 577 ~ 37.44%

%30.16
%32.41
%37.44

CMYK color model

#AEBBD8 color CMYK value is (19,13,0,15).

  • cyan value is 19.44%
  • magenta value is 13.43%
  • yellow value is 0.00%
  • key color value is 15.29%
CMYK:
(19,13,0,15)
C19M13Y0K15 
(19%,13%,0%,15%)
(0.19/0.13/0.00/0.15)	

CMYK percentages

%19.44
%13.43
%0
%15.29

Codes

Color #AEBBD8 in popluar color models

AEBBD8
RGB174187216
HSL221°35.00%76.47%
HSB/HSV221°19.44%84.71%
CMYK19.44%13.43%0.00%
15.29%

Color #AEBBD8 in popluar number systems.

HEXAEBBD8
Decimal174187216
Binary101011101011101111011000
Octal256273330

Shades and tints

Shades of #AEBBD8

#AEBBD8
(174,187,216)
#9FAAC5
(159,170,197)
#9099B2
(144,153,178)
#81889F
(129,136,159)
#72778C
(114,119,140)
#636679
(99,102,121)
#545566
(84,85,102)
#454453
(69,68,83)
#363340
(54,51,64)
#27222D
(39,34,45)
#18111A
(24,17,26)
#000000
(0,0,0)

Tints of #AEBBD8

#AEBBD8
(174,187,216)
#B5C1DB
(181,193,219)
#BCC7DE
(188,199,222)
#C3CDE1
(195,205,225)
#CAD3E4
(202,211,228)
#D1D9E7
(209,217,231)
#D8DFEA
(216,223,234)
#DFE5ED
(223,229,237)
#E6EBF0
(230,235,240)
#EDF1F3
(237,241,243)
#F4F7F6
(244,247,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AEBBD8 color. Also use rgb(174,187,216) instead hex code.

Text Font Color

.myTextColor { color: #AEBBD8; }

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

This text font color is #AEBBD8.


Background Color

.myBgColor { background-color: #AEBBD8; }

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

This div background color is #AEBBD8.


Border color

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

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

This div border color is #AEBBD8.


Opacity

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

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

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

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

This text has shadow with #AEBBD8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AEBBD8 on black background.


Color preview on white background

This text has color #AEBBD8 on white background.



Black color preview on #AEBBD8 background

This text has black color on #AEBBD8 background.


White color preview on #AEBBD8 background

This text has white color on #AEBBD8 background.