COLOR #AEBBD1

HEX: #AEBBD1
RGB: (174,187,209)

Color info

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

RGB color model

#AEBBD1 color RGB value is (174,187,209).

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

RGB channels and saturation

R 174 of 255 = 68%
G 187 of 255 = 73%
B 209 of 255 = 82%

174
187
209

R + G + B ~ 74%. #AEBBD1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
174 + 187 + 209 = 570 (100%)
R 174 of 570 ~ 30.53%
G 187 of 570 ~ 32.81%
B 209 of 570 ~ 36.67%

%30.53
%32.81
%36.67

CMYK color model

#AEBBD1 color CMYK value is (17,11,0,18).

  • cyan value is 16.75%
  • magenta value is 10.53%
  • yellow value is 0.00%
  • key color value is 18.04%
CMYK:
(17,11,0,18)
C17M11Y0K18 
(17%,11%,0%,18%)
(0.17/0.11/0.00/0.18)	

CMYK percentages

%16.75
%10.53
%0
%18.04

Codes

Color #AEBBD1 in popluar color models

AEBBD1
RGB174187209
HSL218°27.56%75.10%
HSB/HSV218°16.75%81.96%
CMYK16.75%10.53%0.00%
18.04%

Color #AEBBD1 in popluar number systems.

HEXAEBBD1
Decimal174187209
Binary101011101011101111010001
Octal256273321

Shades and tints

Shades of #AEBBD1

#AEBBD1
(174,187,209)
#9FAABE
(159,170,190)
#9099AB
(144,153,171)
#818898
(129,136,152)
#727785
(114,119,133)
#636672
(99,102,114)
#54555F
(84,85,95)
#45444C
(69,68,76)
#363339
(54,51,57)
#272226
(39,34,38)
#181113
(24,17,19)
#000000
(0,0,0)

Tints of #AEBBD1

#AEBBD1
(174,187,209)
#B5C1D5
(181,193,213)
#BCC7D9
(188,199,217)
#C3CDDD
(195,205,221)
#CAD3E1
(202,211,225)
#D1D9E5
(209,217,229)
#D8DFE9
(216,223,233)
#DFE5ED
(223,229,237)
#E6EBF1
(230,235,241)
#EDF1F5
(237,241,245)
#F4F7F9
(244,247,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AEBBD1; }

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

This text font color is #AEBBD1.


Background Color

.myBgColor { background-color: #AEBBD1; }

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

This div background color is #AEBBD1.


Border color

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

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

This div border color is #AEBBD1.


Opacity

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

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

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

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

This text has shadow with #AEBBD1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AEBBD1 on black background.


Color preview on white background

This text has color #AEBBD1 on white background.



Black color preview on #AEBBD1 background

This text has black color on #AEBBD1 background.


White color preview on #AEBBD1 background

This text has white color on #AEBBD1 background.