COLOR #AEC9CD

HEX: #AEC9CD
RGB: (174,201,205)

Color info

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

RGB color model

#AEC9CD color RGB value is (174,201,205).

  • red value is 174;
  • green value is 201;
  • blue value is 205.
RGB:
(174,201,205)
(68%,79%,80%)

RGB channels and saturation

R 174 of 255 = 68%
G 201 of 255 = 79%
B 205 of 255 = 80%

174
201
205

R + G + B ~ 76%. #AEC9CD is quite light color.

Portions of RGB colors in percentages

R + G + B =
174 + 201 + 205 = 580 (100%)
R 174 of 580 ~ 30%
G 201 of 580 ~ 34.66%
B 205 of 580 ~ 35.34%

%30
%34.66
%35.34

CMYK color model

#AEC9CD color CMYK value is (15,2,0,20).

  • cyan value is 15.12%
  • magenta value is 1.95%
  • yellow value is 0.00%
  • key color value is 19.61%
CMYK:
(15,2,0,20)
C15M2Y0K20 
(15%,2%,0%,20%)
(0.15/0.02/0.00/0.20)	

CMYK percentages

%15.12
%1.95
%0
%19.61

Codes

Color #AEC9CD in popluar color models

AEC9CD
RGB174201205
HSL188°23.66%74.31%
HSB/HSV188°15.12%80.39%
CMYK15.12%1.95%0.00%
19.61%

Color #AEC9CD in popluar number systems.

HEXAEC9CD
Decimal174201205
Binary101011101100100111001101
Octal256311315

Shades and tints

Shades of #AEC9CD

#AEC9CD
(174,201,205)
#9FB7BB
(159,183,187)
#90A5A9
(144,165,169)
#819397
(129,147,151)
#728185
(114,129,133)
#636F73
(99,111,115)
#545D61
(84,93,97)
#454B4F
(69,75,79)
#36393D
(54,57,61)
#27272B
(39,39,43)
#181519
(24,21,25)
#000000
(0,0,0)

Tints of #AEC9CD

#AEC9CD
(174,201,205)
#B5CDD1
(181,205,209)
#BCD1D5
(188,209,213)
#C3D5D9
(195,213,217)
#CAD9DD
(202,217,221)
#D1DDE1
(209,221,225)
#D8E1E5
(216,225,229)
#DFE5E9
(223,229,233)
#E6E9ED
(230,233,237)
#EDEDF1
(237,237,241)
#F4F1F5
(244,241,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AEC9CD color. Also use rgb(174,201,205) instead hex code.

Text Font Color

.myTextColor { color: #AEC9CD; }

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

This text font color is #AEC9CD.


Background Color

.myBgColor { background-color: #AEC9CD; }

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

This div background color is #AEC9CD.


Border color

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

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

This div border color is #AEC9CD.


Opacity

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

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

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

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

This text has shadow with #AEC9CD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AEC9CD on black background.


Color preview on white background

This text has color #AEC9CD on white background.



Black color preview on #AEC9CD background

This text has black color on #AEC9CD background.


White color preview on #AEC9CD background

This text has white color on #AEC9CD background.