COLOR #AEC7BC

HEX: #AEC7BC
RGB: (174,199,188)

Color info

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

RGB color model

#AEC7BC color RGB value is (174,199,188).

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

RGB channels and saturation

R 174 of 255 = 68%
G 199 of 255 = 78%
B 188 of 255 = 74%

174
199
188

R + G + B ~ 73%. #AEC7BC is quite light color.

Portions of RGB colors in percentages

R + G + B =
174 + 199 + 188 = 561 (100%)
R 174 of 561 ~ 31.02%
G 199 of 561 ~ 35.47%
B 188 of 561 ~ 33.51%

%31.02
%35.47
%33.51

CMYK color model

#AEC7BC color CMYK value is (13,0,6,22).

  • cyan value is 12.56%
  • magenta value is 0.00%
  • yellow value is 5.53%
  • key color value is 21.96%
CMYK:
(13,0,6,22)
C13M0Y6K22 
(13%,0%,6%,22%)
(0.13/0.00/0.06/0.22)	

CMYK percentages

%12.56
%0
%5.53
%21.96

Codes

Color #AEC7BC in popluar color models

AEC7BC
RGB174199188
HSL154°18.25%73.14%
HSB/HSV154°12.56%78.04%
CMYK12.56%0.00%5.53%
21.96%

Color #AEC7BC in popluar number systems.

HEXAEC7BC
Decimal174199188
Binary101011101100011110111100
Octal256307274

Shades and tints

Shades of #AEC7BC

#AEC7BC
(174,199,188)
#9FB5AB
(159,181,171)
#90A39A
(144,163,154)
#819189
(129,145,137)
#727F78
(114,127,120)
#636D67
(99,109,103)
#545B56
(84,91,86)
#454945
(69,73,69)
#363734
(54,55,52)
#272523
(39,37,35)
#181312
(24,19,18)
#000000
(0,0,0)

Tints of #AEC7BC

#AEC7BC
(174,199,188)
#B5CCC2
(181,204,194)
#BCD1C8
(188,209,200)
#C3D6CE
(195,214,206)
#CADBD4
(202,219,212)
#D1E0DA
(209,224,218)
#D8E5E0
(216,229,224)
#DFEAE6
(223,234,230)
#E6EFEC
(230,239,236)
#EDF4F2
(237,244,242)
#F4F9F8
(244,249,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AEC7BC; }

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

This text font color is #AEC7BC.


Background Color

.myBgColor { background-color: #AEC7BC; }

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

This div background color is #AEC7BC.


Border color

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

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

This div border color is #AEC7BC.


Opacity

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

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

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

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

This text has shadow with #AEC7BC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AEC7BC on black background.


Color preview on white background

This text has color #AEC7BC on white background.



Black color preview on #AEC7BC background

This text has black color on #AEC7BC background.


White color preview on #AEC7BC background

This text has white color on #AEC7BC background.