COLOR #AECACE

HEX: #AECACE RGB: (174,202,206)

Color info

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

RGB color model

#AECACE color RGB value is (174,202,206).

RGB: (174,202,206) (68%, 79%, 81%)

RGB channels and saturation

R 174 of 255 = 68%
G 202 of 255 = 79%
B 206 of 255 = 81%

174
202
206

R + G + B ~ 76%. #AECACE is quite light color.

Portions of RGB colors in percentages

R + G + B = 174 + 202 + 206 = 582 (100%)
R 174 of 582 ~ 29.9%
G 202 of 582 ~ 34.71%
B 206 of 582 ~ 35.4'%

%29.9
%34.71
%35.4

CMYK color model

#AECACE color CMYK value is (16,2,0,19).

  • cyan value is 15.53%
  • magenta value is 1.94%
  • yellow value is 0.00%
  • key color value is 19.22%

CMYK: (16,2,0,19)
C16M2Y0K19 (16%, 2%, 0%, 19%)
(0.16 / 0.02 / 0.00 / 0.19)

CMYK percentages

%15.53
%1.94
%0
%19.22

Codes

Color #AECACE in popluar color models

AE CA CE
RGB 174 202 206
HSL 188° 24.62% 74.51%
HSB/HSV 188° 15.53% 80.78%
CMYK 15.53% 1.94% 0.00%
19.22%

Color #AECACE in popluar number systems.

HEX AE CA CE
Decimal 174 202 206
Binary 10101110 11001010 11001110
Octal 256 312 316

Shades and tints

Shades of #AECACE

#AECACE
(174,202,206)
#9FB8BC
(159,184,188)
#90A6AA
(144,166,170)
#819498
(129,148,152)
#728286
(114,130,134)
#637074
(99,112,116)
#545E62
(84,94,98)
#454C50
(69,76,80)
#363A3E
(54,58,62)
#27282C
(39,40,44)
#18161A
(24,22,26)
#000000
(0,0,0)

Tints of #AECACE

#AECACE
(174,202,206)
#B5CED2
(181,206,210)
#BCD2D6
(188,210,214)
#C3D6DA
(195,214,218)
#CADADE
(202,218,222)
#D1DEE2
(209,222,226)
#D8E2E6
(216,226,230)
#DFE6EA
(223,230,234)
#E6EAEE
(230,234,238)
#EDEEF2
(237,238,242)
#F4F2F6
(244,242,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AECACE color. Also use rgb(174,202,206) instead hex code.

Text Font Color

.myTextColor { color: #AECACE; }

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

This text font color is #AECACE.

Background Color

.myBgColor { background-color: #AECACE; }

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

This div background color is #AECACE.

Border color

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

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

This div border color is #AECACE.

Opacity

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

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

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

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

This text has shadow with #AECACE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AECACE.

Preview

Color preview on black background

This text has color #AECACE on black background.


Color preview on white background

This text has color #AECACE on white background.


Black color preview on #AECACE background

This text has black color on #AECACE background.


White color preview on #AECACE background

This text has white color on #AECACE background.


Related colors

Complementary color

Complementary color for #hex is #513531.


I love getcolorcode.com

Triadic colors

1 #CEAECA and #CACEAE with #AECACE are triadic colors.

2 #CECAAE and #CAAECE with #AECACE are triadic colors.