COLOR #AEC7C4

HEX: #AEC7C4
RGB: (174,199,196)

Color info

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

RGB color model

#AEC7C4 color RGB value is (174,199,196).

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

RGB channels and saturation

R 174 of 255 = 68%
G 199 of 255 = 78%
B 196 of 255 = 77%

174
199
196

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

Portions of RGB colors in percentages

R + G + B =
174 + 199 + 196 = 569 (100%)
R 174 of 569 ~ 30.58%
G 199 of 569 ~ 34.97%
B 196 of 569 ~ 34.45%

%30.58
%34.97
%34.45

CMYK color model

#AEC7C4 color CMYK value is (13,0,2,22).

  • cyan value is 12.56%
  • magenta value is 0.00%
  • yellow value is 1.51%
  • key color value is 21.96%
CMYK:
(13,0,2,22)
C13M0Y2K22 
(13%,0%,2%,22%)
(0.13/0.00/0.02/0.22)	

CMYK percentages

%12.56
%0
%1.51
%21.96

Codes

Color #AEC7C4 in popluar color models

AEC7C4
RGB174199196
HSL173°18.25%73.14%
HSB/HSV173°12.56%78.04%
CMYK12.56%0.00%1.51%
21.96%

Color #AEC7C4 in popluar number systems.

HEXAEC7C4
Decimal174199196
Binary101011101100011111000100
Octal256307304

Shades and tints

Shades of #AEC7C4

#AEC7C4
(174,199,196)
#9FB5B3
(159,181,179)
#90A3A2
(144,163,162)
#819191
(129,145,145)
#727F80
(114,127,128)
#636D6F
(99,109,111)
#545B5E
(84,91,94)
#45494D
(69,73,77)
#36373C
(54,55,60)
#27252B
(39,37,43)
#18131A
(24,19,26)
#000000
(0,0,0)

Tints of #AEC7C4

#AEC7C4
(174,199,196)
#B5CCC9
(181,204,201)
#BCD1CE
(188,209,206)
#C3D6D3
(195,214,211)
#CADBD8
(202,219,216)
#D1E0DD
(209,224,221)
#D8E5E2
(216,229,226)
#DFEAE7
(223,234,231)
#E6EFEC
(230,239,236)
#EDF4F1
(237,244,241)
#F4F9F6
(244,249,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AEC7C4; }

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

This text font color is #AEC7C4.


Background Color

.myBgColor { background-color: #AEC7C4; }

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

This div background color is #AEC7C4.


Border color

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

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

This div border color is #AEC7C4.


Opacity

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

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

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

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

This text has shadow with #AEC7C4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AEC7C4 on black background.


Color preview on white background

This text has color #AEC7C4 on white background.



Black color preview on #AEC7C4 background

This text has black color on #AEC7C4 background.


White color preview on #AEC7C4 background

This text has white color on #AEC7C4 background.