COLOR #AEC7DB

HEX: #AEC7DB RGB: (174,199,219)

Color info

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

RGB color model

#AEC7DB color RGB value is (174,199,219).

RGB: (174,199,219) (68%, 78%, 86%)

RGB channels and saturation

R 174 of 255 = 68%
G 199 of 255 = 78%
B 219 of 255 = 86%

174
199
219

R + G + B ~ 77%. #AEC7DB is quite light color.

Portions of RGB colors in percentages

R + G + B = 174 + 199 + 219 = 592 (100%)
R 174 of 592 ~ 29.39%
G 199 of 592 ~ 33.61%
B 219 of 592 ~ 36.99'%

%29.39
%33.61
%36.99

CMYK color model

#AEC7DB color CMYK value is (21,9,0,14).

  • cyan value is 20.55%
  • magenta value is 9.13%
  • yellow value is 0.00%
  • key color value is 14.12%

CMYK: (21,9,0,14)
C21M9Y0K14 (21%, 9%, 0%, 14%)
(0.21 / 0.09 / 0.00 / 0.14)

CMYK percentages

%20.55
%9.13
%0
%14.12

Codes

Color #AEC7DB in popluar color models

AE C7 DB
RGB 174 199 219
HSL 207° 38.46% 77.06%
HSB/HSV 207° 20.55% 85.88%
CMYK 20.55% 9.13% 0.00%
14.12%

Color #AEC7DB in popluar number systems.

HEX AE C7 DB
Decimal 174 199 219
Binary 10101110 11000111 11011011
Octal 256 307 333

Shades and tints

Shades of #AEC7DB

#AEC7DB
(174,199,219)
#9FB5C8
(159,181,200)
#90A3B5
(144,163,181)
#8191A2
(129,145,162)
#727F8F
(114,127,143)
#636D7C
(99,109,124)
#545B69
(84,91,105)
#454956
(69,73,86)
#363743
(54,55,67)
#272530
(39,37,48)
#18131D
(24,19,29)
#000000
(0,0,0)

Tints of #AEC7DB

#AEC7DB
(174,199,219)
#B5CCDE
(181,204,222)
#BCD1E1
(188,209,225)
#C3D6E4
(195,214,228)
#CADBE7
(202,219,231)
#D1E0EA
(209,224,234)
#D8E5ED
(216,229,237)
#DFEAF0
(223,234,240)
#E6EFF3
(230,239,243)
#EDF4F6
(237,244,246)
#F4F9F9
(244,249,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AEC7DB color. Also use rgb(174,199,219) instead hex code.

Text Font Color

.myTextColor { color: #AEC7DB; }

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

This text font color is #AEC7DB.

Background Color

.myBgColor { background-color: #AEC7DB; }

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

This div background color is #AEC7DB.

Border color

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

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

This div border color is #AEC7DB.

Opacity

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

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

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

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

This text has shadow with #AEC7DB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AEC7DB.

Preview

Color preview on black background

This text has color #AEC7DB on black background.


Color preview on white background

This text has color #AEC7DB on white background.


Black color preview on #AEC7DB background

This text has black color on #AEC7DB background.


White color preview on #AEC7DB background

This text has white color on #AEC7DB background.


Related colors

Complementary color

Complementary color for #hex is #513824.


I love getcolorcode.com

Triadic colors

1 #DBAEC7 and #C7DBAE with #AEC7DB are triadic colors.

2 #DBC7AE and #C7AEDB with #AEC7DB are triadic colors.