COLOR #AECEC0

HEX: #AECEC0 RGB: (174,206,192)

Color info

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

RGB color model

#AECEC0 color RGB value is (174,206,192).

RGB: (174,206,192) (68%, 81%, 75%)

RGB channels and saturation

R 174 of 255 = 68%
G 206 of 255 = 81%
B 192 of 255 = 75%

174
206
192

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

Portions of RGB colors in percentages

R + G + B = 174 + 206 + 192 = 572 (100%)
R 174 of 572 ~ 30.42%
G 206 of 572 ~ 36.01%
B 192 of 572 ~ 33.57'%

%30.42
%36.01
%33.57

CMYK color model

#AECEC0 color CMYK value is (16,0,7,19).

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

CMYK: (16,0,7,19)
C16M0Y7K19 (16%, 0%, 7%, 19%)
(0.16 / 0.00 / 0.07 / 0.19)

CMYK percentages

%15.53
%0
%6.8
%19.22

Codes

Color #AECEC0 in popluar color models

AE CE C0
RGB 174 206 192
HSL 154° 24.62% 74.51%
HSB/HSV 154° 15.53% 80.78%
CMYK 15.53% 0.00% 6.80%
19.22%

Color #AECEC0 in popluar number systems.

HEX AE CE C0
Decimal 174 206 192
Binary 10101110 11001110 11000000
Octal 256 316 300

Shades and tints

Shades of #AECEC0

#AECEC0
(174,206,192)
#9FBCAF
(159,188,175)
#90AA9E
(144,170,158)
#81988D
(129,152,141)
#72867C
(114,134,124)
#63746B
(99,116,107)
#54625A
(84,98,90)
#455049
(69,80,73)
#363E38
(54,62,56)
#272C27
(39,44,39)
#181A16
(24,26,22)
#000000
(0,0,0)

Tints of #AECEC0

#AECEC0
(174,206,192)
#B5D2C5
(181,210,197)
#BCD6CA
(188,214,202)
#C3DACF
(195,218,207)
#CADED4
(202,222,212)
#D1E2D9
(209,226,217)
#D8E6DE
(216,230,222)
#DFEAE3
(223,234,227)
#E6EEE8
(230,238,232)
#EDF2ED
(237,242,237)
#F4F6F2
(244,246,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AECEC0; }

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

This text font color is #AECEC0.

Background Color

.myBgColor { background-color: #AECEC0; }

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

This div background color is #AECEC0.

Border color

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

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

This div border color is #AECEC0.

Opacity

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

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

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

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

This text has shadow with #AECEC0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AECEC0.

Preview

Color preview on black background

This text has color #AECEC0 on black background.


Color preview on white background

This text has color #AECEC0 on white background.


Black color preview on #AECEC0 background

This text has black color on #AECEC0 background.


White color preview on #AECEC0 background

This text has white color on #AECEC0 background.


Related colors

Complementary color

Complementary color for #hex is #51313F.


I love getcolorcode.com

Triadic colors

1 #C0AECE and #CEC0AE with #AECEC0 are triadic colors.

2 #C0CEAE and #CEAEC0 with #AECEC0 are triadic colors.