COLOR #AECCAC

HEX: #AECCAC RGB: (174,204,172)

Color info

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

RGB color model

#AECCAC color RGB value is (174,204,172).

RGB: (174,204,172) (68%, 80%, 67%)

RGB channels and saturation

R 174 of 255 = 68%
G 204 of 255 = 80%
B 172 of 255 = 67%

174
204
172

R + G + B ~ 72%. #AECCAC is quite light color.

Portions of RGB colors in percentages

R + G + B = 174 + 204 + 172 = 550 (100%)
R 174 of 550 ~ 31.64%
G 204 of 550 ~ 37.09%
B 172 of 550 ~ 31.27'%

%31.64
%37.09
%31.27

CMYK color model

#AECCAC color CMYK value is (15,0,16,20).

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

CMYK: (15,0,16,20)
C15M0Y16K20 (15%, 0%, 16%, 20%)
(0.15 / 0.00 / 0.16 / 0.20)

CMYK percentages

%14.71
%0
%15.69
%20

Codes

Color #AECCAC in popluar color models

AE CC AC
RGB 174 204 172
HSL 116° 23.88% 73.73%
HSB/HSV 116° 15.69% 80.00%
CMYK 14.71% 0.00% 15.69%
20.00%

Color #AECCAC in popluar number systems.

HEX AE CC AC
Decimal 174 204 172
Binary 10101110 11001100 10101100
Octal 256 314 254

Shades and tints

Shades of #AECCAC

#AECCAC
(174,204,172)
#9FBA9D
(159,186,157)
#90A88E
(144,168,142)
#81967F
(129,150,127)
#728470
(114,132,112)
#637261
(99,114,97)
#546052
(84,96,82)
#454E43
(69,78,67)
#363C34
(54,60,52)
#272A25
(39,42,37)
#181816
(24,24,22)
#000000
(0,0,0)

Tints of #AECCAC

#AECCAC
(174,204,172)
#B5D0B3
(181,208,179)
#BCD4BA
(188,212,186)
#C3D8C1
(195,216,193)
#CADCC8
(202,220,200)
#D1E0CF
(209,224,207)
#D8E4D6
(216,228,214)
#DFE8DD
(223,232,221)
#E6ECE4
(230,236,228)
#EDF0EB
(237,240,235)
#F4F4F2
(244,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AECCAC; }

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

This text font color is #AECCAC.

Background Color

.myBgColor { background-color: #AECCAC; }

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

This div background color is #AECCAC.

Border color

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

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

This div border color is #AECCAC.

Opacity

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

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

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

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

This text has shadow with #AECCAC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AECCAC.

Preview

Color preview on black background

This text has color #AECCAC on black background.


Color preview on white background

This text has color #AECCAC on white background.


Black color preview on #AECCAC background

This text has black color on #AECCAC background.


White color preview on #AECCAC background

This text has white color on #AECCAC background.


Related colors

Complementary color

Complementary color for #hex is #513353.


I love getcolorcode.com

Triadic colors

1 #ACAECC and #CCACAE with #AECCAC are triadic colors.

2 #ACCCAE and #CCAEAC with #AECCAC are triadic colors.