COLOR #AEC7C6

HEX: #AEC7C6
RGB: (174,199,198)

Color info

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

RGB color model

#AEC7C6 color RGB value is (174,199,198).

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

RGB channels and saturation

R 174 of 255 = 68%
G 199 of 255 = 78%
B 198 of 255 = 78%

174
199
198

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

Portions of RGB colors in percentages

R + G + B =
174 + 199 + 198 = 571 (100%)
R 174 of 571 ~ 30.47%
G 199 of 571 ~ 34.85%
B 198 of 571 ~ 34.68%

%30.47
%34.85
%34.68

CMYK color model

#AEC7C6 color CMYK value is (13,0,1,22).

  • cyan value is 12.56%
  • magenta value is 0.00%
  • yellow value is 0.50%
  • key color value is 21.96%
CMYK:
(13,0,1,22)
C13M0Y1K22 
(13%,0%,1%,22%)
(0.13/0.00/0.01/0.22)	

CMYK percentages

%12.56
%0
%0.5
%21.96

Codes

Color #AEC7C6 in popluar color models

AEC7C6
RGB174199198
HSL178°18.25%73.14%
HSB/HSV178°12.56%78.04%
CMYK12.56%0.00%0.50%
21.96%

Color #AEC7C6 in popluar number systems.

HEXAEC7C6
Decimal174199198
Binary101011101100011111000110
Octal256307306

Shades and tints

Shades of #AEC7C6

#AEC7C6
(174,199,198)
#9FB5B4
(159,181,180)
#90A3A2
(144,163,162)
#819190
(129,145,144)
#727F7E
(114,127,126)
#636D6C
(99,109,108)
#545B5A
(84,91,90)
#454948
(69,73,72)
#363736
(54,55,54)
#272524
(39,37,36)
#181312
(24,19,18)
#000000
(0,0,0)

Tints of #AEC7C6

#AEC7C6
(174,199,198)
#B5CCCB
(181,204,203)
#BCD1D0
(188,209,208)
#C3D6D5
(195,214,213)
#CADBDA
(202,219,218)
#D1E0DF
(209,224,223)
#D8E5E4
(216,229,228)
#DFEAE9
(223,234,233)
#E6EFEE
(230,239,238)
#EDF4F3
(237,244,243)
#F4F9F8
(244,249,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AEC7C6; }

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

This text font color is #AEC7C6.


Background Color

.myBgColor { background-color: #AEC7C6; }

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

This div background color is #AEC7C6.


Border color

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

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

This div border color is #AEC7C6.


Opacity

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

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

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

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

This text has shadow with #AEC7C6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AEC7C6 on black background.


Color preview on white background

This text has color #AEC7C6 on white background.



Black color preview on #AEC7C6 background

This text has black color on #AEC7C6 background.


White color preview on #AEC7C6 background

This text has white color on #AEC7C6 background.