COLOR #AEC7CB

HEX: #AEC7CB
RGB: (174,199,203)

Color info

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

RGB color model

#AEC7CB color RGB value is (174,199,203).

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

RGB channels and saturation

R 174 of 255 = 68%
G 199 of 255 = 78%
B 203 of 255 = 80%

174
199
203

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

Portions of RGB colors in percentages

R + G + B =
174 + 199 + 203 = 576 (100%)
R 174 of 576 ~ 30.21%
G 199 of 576 ~ 34.55%
B 203 of 576 ~ 35.24%

%30.21
%34.55
%35.24

CMYK color model

#AEC7CB color CMYK value is (14,2,0,20).

  • cyan value is 14.29%
  • magenta value is 1.97%
  • yellow value is 0.00%
  • key color value is 20.39%
CMYK:
(14,2,0,20)
C14M2Y0K20 
(14%,2%,0%,20%)
(0.14/0.02/0.00/0.20)	

CMYK percentages

%14.29
%1.97
%0
%20.39

Codes

Color #AEC7CB in popluar color models

AEC7CB
RGB174199203
HSL188°21.80%73.92%
HSB/HSV188°14.29%79.61%
CMYK14.29%1.97%0.00%
20.39%

Color #AEC7CB in popluar number systems.

HEXAEC7CB
Decimal174199203
Binary101011101100011111001011
Octal256307313

Shades and tints

Shades of #AEC7CB

#AEC7CB
(174,199,203)
#9FB5B9
(159,181,185)
#90A3A7
(144,163,167)
#819195
(129,145,149)
#727F83
(114,127,131)
#636D71
(99,109,113)
#545B5F
(84,91,95)
#45494D
(69,73,77)
#36373B
(54,55,59)
#272529
(39,37,41)
#181317
(24,19,23)
#000000
(0,0,0)

Tints of #AEC7CB

#AEC7CB
(174,199,203)
#B5CCCF
(181,204,207)
#BCD1D3
(188,209,211)
#C3D6D7
(195,214,215)
#CADBDB
(202,219,219)
#D1E0DF
(209,224,223)
#D8E5E3
(216,229,227)
#DFEAE7
(223,234,231)
#E6EFEB
(230,239,235)
#EDF4EF
(237,244,239)
#F4F9F3
(244,249,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AEC7CB; }

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

This text font color is #AEC7CB.


Background Color

.myBgColor { background-color: #AEC7CB; }

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

This div background color is #AEC7CB.


Border color

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

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

This div border color is #AEC7CB.


Opacity

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

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

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

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

This text has shadow with #AEC7CB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AEC7CB on black background.


Color preview on white background

This text has color #AEC7CB on white background.



Black color preview on #AEC7CB background

This text has black color on #AEC7CB background.


White color preview on #AEC7CB background

This text has white color on #AEC7CB background.