COLOR #AEC7C0

HEX: #AEC7C0
RGB: (174,199,192)

Color info

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

RGB color model

#AEC7C0 color RGB value is (174,199,192).

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

RGB channels and saturation

R 174 of 255 = 68%
G 199 of 255 = 78%
B 192 of 255 = 75%

174
199
192

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

Portions of RGB colors in percentages

R + G + B =
174 + 199 + 192 = 565 (100%)
R 174 of 565 ~ 30.8%
G 199 of 565 ~ 35.22%
B 192 of 565 ~ 33.98%

%30.8
%35.22
%33.98

CMYK color model

#AEC7C0 color CMYK value is (13,0,4,22).

  • cyan value is 12.56%
  • magenta value is 0.00%
  • yellow value is 3.52%
  • key color value is 21.96%
CMYK:
(13,0,4,22)
C13M0Y4K22 
(13%,0%,4%,22%)
(0.13/0.00/0.04/0.22)	

CMYK percentages

%12.56
%0
%3.52
%21.96

Codes

Color #AEC7C0 in popluar color models

AEC7C0
RGB174199192
HSL163°18.25%73.14%
HSB/HSV163°12.56%78.04%
CMYK12.56%0.00%3.52%
21.96%

Color #AEC7C0 in popluar number systems.

HEXAEC7C0
Decimal174199192
Binary101011101100011111000000
Octal256307300

Shades and tints

Shades of #AEC7C0

#AEC7C0
(174,199,192)
#9FB5AF
(159,181,175)
#90A39E
(144,163,158)
#81918D
(129,145,141)
#727F7C
(114,127,124)
#636D6B
(99,109,107)
#545B5A
(84,91,90)
#454949
(69,73,73)
#363738
(54,55,56)
#272527
(39,37,39)
#181316
(24,19,22)
#000000
(0,0,0)

Tints of #AEC7C0

#AEC7C0
(174,199,192)
#B5CCC5
(181,204,197)
#BCD1CA
(188,209,202)
#C3D6CF
(195,214,207)
#CADBD4
(202,219,212)
#D1E0D9
(209,224,217)
#D8E5DE
(216,229,222)
#DFEAE3
(223,234,227)
#E6EFE8
(230,239,232)
#EDF4ED
(237,244,237)
#F4F9F2
(244,249,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AEC7C0; }

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

This text font color is #AEC7C0.


Background Color

.myBgColor { background-color: #AEC7C0; }

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

This div background color is #AEC7C0.


Border color

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

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

This div border color is #AEC7C0.


Opacity

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

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

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

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

This text has shadow with #AEC7C0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AEC7C0 on black background.


Color preview on white background

This text has color #AEC7C0 on white background.



Black color preview on #AEC7C0 background

This text has black color on #AEC7C0 background.


White color preview on #AEC7C0 background

This text has white color on #AEC7C0 background.