COLOR #AEBCCC

HEX: #AEBCCC RGB: (174,188,204)

Color info

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

RGB color model

#AEBCCC color RGB value is (174,188,204).

RGB: (174,188,204) (68%, 74%, 80%)

RGB channels and saturation

R 174 of 255 = 68%
G 188 of 255 = 74%
B 204 of 255 = 80%

174
188
204

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

Portions of RGB colors in percentages

R + G + B = 174 + 188 + 204 = 566 (100%)
R 174 of 566 ~ 30.74%
G 188 of 566 ~ 33.22%
B 204 of 566 ~ 36.04'%

%30.74
%33.22
%36.04

CMYK color model

#AEBCCC color CMYK value is (15,8,0,20).

  • cyan value is 14.71%
  • magenta value is 7.84%
  • yellow value is 0.00%
  • key color value is 20.00%

CMYK: (15,8,0,20)
C15M8Y0K20 (15%, 8%, 0%, 20%)
(0.15 / 0.08 / 0.00 / 0.20)

CMYK percentages

%14.71
%7.84
%0
%20

Codes

Color #AEBCCC in popluar color models

AE BC CC
RGB 174 188 204
HSL 212° 22.73% 74.12%
HSB/HSV 212° 14.71% 80.00%
CMYK 14.71% 7.84% 0.00%
20.00%

Color #AEBCCC in popluar number systems.

HEX AE BC CC
Decimal 174 188 204
Binary 10101110 10111100 11001100
Octal 256 274 314

Shades and tints

Shades of #AEBCCC

#AEBCCC
(174,188,204)
#9FABBA
(159,171,186)
#909AA8
(144,154,168)
#818996
(129,137,150)
#727884
(114,120,132)
#636772
(99,103,114)
#545660
(84,86,96)
#45454E
(69,69,78)
#36343C
(54,52,60)
#27232A
(39,35,42)
#181218
(24,18,24)
#000000
(0,0,0)

Tints of #AEBCCC

#AEBCCC
(174,188,204)
#B5C2D0
(181,194,208)
#BCC8D4
(188,200,212)
#C3CED8
(195,206,216)
#CAD4DC
(202,212,220)
#D1DAE0
(209,218,224)
#D8E0E4
(216,224,228)
#DFE6E8
(223,230,232)
#E6ECEC
(230,236,236)
#EDF2F0
(237,242,240)
#F4F8F4
(244,248,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AEBCCC color. Also use rgb(174,188,204) instead hex code.

Text Font Color

.myTextColor { color: #AEBCCC; }

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

This text font color is #AEBCCC.

Background Color

.myBgColor { background-color: #AEBCCC; }

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

This div background color is #AEBCCC.

Border color

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

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

This div border color is #AEBCCC.

Opacity

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

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

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

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

This text has shadow with #AEBCCC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AEBCCC.

Preview

Color preview on black background

This text has color #AEBCCC on black background.


Color preview on white background

This text has color #AEBCCC on white background.


Black color preview on #AEBCCC background

This text has black color on #AEBCCC background.


White color preview on #AEBCCC background

This text has white color on #AEBCCC background.


Related colors

Complementary color

Complementary color for #hex is #514333.


I love getcolorcode.com

Triadic colors

1 #CCAEBC and #BCCCAE with #AEBCCC are triadic colors.

2 #CCBCAE and #BCAECC with #AEBCCC are triadic colors.