COLOR #AEC1D0

HEX: #AEC1D0
RGB: (174,193,208)

Color info

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

RGB color model

#AEC1D0 color RGB value is (174,193,208).

  • red value is 174;
  • green value is 193;
  • blue value is 208.
RGB:
(174,193,208)
(68%,76%,82%)

RGB channels and saturation

R 174 of 255 = 68%
G 193 of 255 = 76%
B 208 of 255 = 82%

174
193
208

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

Portions of RGB colors in percentages

R + G + B =
174 + 193 + 208 = 575 (100%)
R 174 of 575 ~ 30.26%
G 193 of 575 ~ 33.57%
B 208 of 575 ~ 36.17%

%30.26
%33.57
%36.17

CMYK color model

#AEC1D0 color CMYK value is (16,7,0,18).

  • cyan value is 16.35%
  • magenta value is 7.21%
  • yellow value is 0.00%
  • key color value is 18.43%
CMYK:
(16,7,0,18)
C16M7Y0K18 
(16%,7%,0%,18%)
(0.16/0.07/0.00/0.18)	

CMYK percentages

%16.35
%7.21
%0
%18.43

Codes

Color #AEC1D0 in popluar color models

AEC1D0
RGB174193208
HSL206°26.56%74.90%
HSB/HSV206°16.35%81.57%
CMYK16.35%7.21%0.00%
18.43%

Color #AEC1D0 in popluar number systems.

HEXAEC1D0
Decimal174193208
Binary101011101100000111010000
Octal256301320

Shades and tints

Shades of #AEC1D0

#AEC1D0
(174,193,208)
#9FB0BE
(159,176,190)
#909FAC
(144,159,172)
#818E9A
(129,142,154)
#727D88
(114,125,136)
#636C76
(99,108,118)
#545B64
(84,91,100)
#454A52
(69,74,82)
#363940
(54,57,64)
#27282E
(39,40,46)
#18171C
(24,23,28)
#000000
(0,0,0)

Tints of #AEC1D0

#AEC1D0
(174,193,208)
#B5C6D4
(181,198,212)
#BCCBD8
(188,203,216)
#C3D0DC
(195,208,220)
#CAD5E0
(202,213,224)
#D1DAE4
(209,218,228)
#D8DFE8
(216,223,232)
#DFE4EC
(223,228,236)
#E6E9F0
(230,233,240)
#EDEEF4
(237,238,244)
#F4F3F8
(244,243,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AEC1D0 color. Also use rgb(174,193,208) instead hex code.

Text Font Color

.myTextColor { color: #AEC1D0; }

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

This text font color is #AEC1D0.


Background Color

.myBgColor { background-color: #AEC1D0; }

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

This div background color is #AEC1D0.


Border color

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

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

This div border color is #AEC1D0.


Opacity

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

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

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

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

This text has shadow with #AEC1D0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AEC1D0 on black background.


Color preview on white background

This text has color #AEC1D0 on white background.



Black color preview on #AEC1D0 background

This text has black color on #AEC1D0 background.


White color preview on #AEC1D0 background

This text has white color on #AEC1D0 background.