COLOR #AECCC0

HEX: #AECCC0 RGB: (174,204,192)

Color info

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

RGB color model

#AECCC0 color RGB value is (174,204,192).

RGB: (174,204,192) (68%, 80%, 75%)

RGB channels and saturation

R 174 of 255 = 68%
G 204 of 255 = 80%
B 192 of 255 = 75%

174
204
192

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

Portions of RGB colors in percentages

R + G + B = 174 + 204 + 192 = 570 (100%)
R 174 of 570 ~ 30.53%
G 204 of 570 ~ 35.79%
B 192 of 570 ~ 33.68'%

%30.53
%35.79
%33.68

CMYK color model

#AECCC0 color CMYK value is (15,0,6,20).

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

CMYK: (15,0,6,20)
C15M0Y6K20 (15%, 0%, 6%, 20%)
(0.15 / 0.00 / 0.06 / 0.20)

CMYK percentages

%14.71
%0
%5.88
%20

Codes

Color #AECCC0 in popluar color models

AE CC C0
RGB 174 204 192
HSL 156° 22.73% 74.12%
HSB/HSV 156° 14.71% 80.00%
CMYK 14.71% 0.00% 5.88%
20.00%

Color #AECCC0 in popluar number systems.

HEX AE CC C0
Decimal 174 204 192
Binary 10101110 11001100 11000000
Octal 256 314 300

Shades and tints

Shades of #AECCC0

#AECCC0
(174,204,192)
#9FBAAF
(159,186,175)
#90A89E
(144,168,158)
#81968D
(129,150,141)
#72847C
(114,132,124)
#63726B
(99,114,107)
#54605A
(84,96,90)
#454E49
(69,78,73)
#363C38
(54,60,56)
#272A27
(39,42,39)
#181816
(24,24,22)
#000000
(0,0,0)

Tints of #AECCC0

#AECCC0
(174,204,192)
#B5D0C5
(181,208,197)
#BCD4CA
(188,212,202)
#C3D8CF
(195,216,207)
#CADCD4
(202,220,212)
#D1E0D9
(209,224,217)
#D8E4DE
(216,228,222)
#DFE8E3
(223,232,227)
#E6ECE8
(230,236,232)
#EDF0ED
(237,240,237)
#F4F4F2
(244,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AECCC0; }

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

This text font color is #AECCC0.

Background Color

.myBgColor { background-color: #AECCC0; }

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

This div background color is #AECCC0.

Border color

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

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

This div border color is #AECCC0.

Opacity

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

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

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

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

This text has shadow with #AECCC0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AECCC0.

Preview

Color preview on black background

This text has color #AECCC0 on black background.


Color preview on white background

This text has color #AECCC0 on white background.


Black color preview on #AECCC0 background

This text has black color on #AECCC0 background.


White color preview on #AECCC0 background

This text has white color on #AECCC0 background.


Related colors

Complementary color

Complementary color for #hex is #51333F.


I love getcolorcode.com

Triadic colors

1 #C0AECC and #CCC0AE with #AECCC0 are triadic colors.

2 #C0CCAE and #CCAEC0 with #AECCC0 are triadic colors.