COLOR #AEC4C2

HEX: #AEC4C2
RGB: (174,196,194)

Color info

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

RGB color model

#AEC4C2 color RGB value is (174,196,194).

  • red value is 174;
  • green value is 196;
  • blue value is 194.
RGB:
(174,196,194)
(68%,77%,76%)

RGB channels and saturation

R 174 of 255 = 68%
G 196 of 255 = 77%
B 194 of 255 = 76%

174
196
194

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

Portions of RGB colors in percentages

R + G + B =
174 + 196 + 194 = 564 (100%)
R 174 of 564 ~ 30.85%
G 196 of 564 ~ 34.75%
B 194 of 564 ~ 34.4%

%30.85
%34.75
%34.4

CMYK color model

#AEC4C2 color CMYK value is (11,0,1,23).

  • cyan value is 11.22%
  • magenta value is 0.00%
  • yellow value is 1.02%
  • key color value is 23.14%
CMYK:
(11,0,1,23)
C11M0Y1K23 
(11%,0%,1%,23%)
(0.11/0.00/0.01/0.23)	

CMYK percentages

%11.22
%0
%1.02
%23.14

Codes

Color #AEC4C2 in popluar color models

AEC4C2
RGB174196194
HSL175°15.71%72.55%
HSB/HSV175°11.22%76.86%
CMYK11.22%0.00%1.02%
23.14%

Color #AEC4C2 in popluar number systems.

HEXAEC4C2
Decimal174196194
Binary101011101100010011000010
Octal256304302

Shades and tints

Shades of #AEC4C2

#AEC4C2
(174,196,194)
#9FB3B1
(159,179,177)
#90A2A0
(144,162,160)
#81918F
(129,145,143)
#72807E
(114,128,126)
#636F6D
(99,111,109)
#545E5C
(84,94,92)
#454D4B
(69,77,75)
#363C3A
(54,60,58)
#272B29
(39,43,41)
#181A18
(24,26,24)
#000000
(0,0,0)

Tints of #AEC4C2

#AEC4C2
(174,196,194)
#B5C9C7
(181,201,199)
#BCCECC
(188,206,204)
#C3D3D1
(195,211,209)
#CAD8D6
(202,216,214)
#D1DDDB
(209,221,219)
#D8E2E0
(216,226,224)
#DFE7E5
(223,231,229)
#E6ECEA
(230,236,234)
#EDF1EF
(237,241,239)
#F4F6F4
(244,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AEC4C2 color. Also use rgb(174,196,194) instead hex code.

Text Font Color

.myTextColor { color: #AEC4C2; }

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

This text font color is #AEC4C2.


Background Color

.myBgColor { background-color: #AEC4C2; }

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

This div background color is #AEC4C2.


Border color

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

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

This div border color is #AEC4C2.


Opacity

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

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

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

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

This text has shadow with #AEC4C2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AEC4C2 on black background.


Color preview on white background

This text has color #AEC4C2 on white background.



Black color preview on #AEC4C2 background

This text has black color on #AEC4C2 background.


White color preview on #AEC4C2 background

This text has white color on #AEC4C2 background.