COLOR #AECFDE

HEX: #AECFDE
RGB: (174,207,222)

Color info

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

RGB color model

#AECFDE color RGB value is (174,207,222).

  • red value is 174;
  • green value is 207;
  • blue value is 222.
RGB:
(174,207,222)
(68%,81%,87%)

RGB channels and saturation

R 174 of 255 = 68%
G 207 of 255 = 81%
B 222 of 255 = 87%

174
207
222

R + G + B ~ 79%. #AECFDE is quite light color.

Portions of RGB colors in percentages

R + G + B =
174 + 207 + 222 = 603 (100%)
R 174 of 603 ~ 28.86%
G 207 of 603 ~ 34.33%
B 222 of 603 ~ 36.82%

%28.86
%34.33
%36.82

CMYK color model

#AECFDE color CMYK value is (22,7,0,13).

  • cyan value is 21.62%
  • magenta value is 6.76%
  • yellow value is 0.00%
  • key color value is 12.94%
CMYK:
(22,7,0,13)
C22M7Y0K13 
(22%,7%,0%,13%)
(0.22/0.07/0.00/0.13)	

CMYK percentages

%21.62
%6.76
%0
%12.94

Codes

Color #AECFDE in popluar color models

AECFDE
RGB174207222
HSL199°42.11%77.65%
HSB/HSV199°21.62%87.06%
CMYK21.62%6.76%0.00%
12.94%

Color #AECFDE in popluar number systems.

HEXAECFDE
Decimal174207222
Binary101011101100111111011110
Octal256317336

Shades and tints

Shades of #AECFDE

#AECFDE
(174,207,222)
#9FBDCA
(159,189,202)
#90ABB6
(144,171,182)
#8199A2
(129,153,162)
#72878E
(114,135,142)
#63757A
(99,117,122)
#546366
(84,99,102)
#455152
(69,81,82)
#363F3E
(54,63,62)
#272D2A
(39,45,42)
#181B16
(24,27,22)
#000000
(0,0,0)

Tints of #AECFDE

#AECFDE
(174,207,222)
#B5D3E1
(181,211,225)
#BCD7E4
(188,215,228)
#C3DBE7
(195,219,231)
#CADFEA
(202,223,234)
#D1E3ED
(209,227,237)
#D8E7F0
(216,231,240)
#DFEBF3
(223,235,243)
#E6EFF6
(230,239,246)
#EDF3F9
(237,243,249)
#F4F7FC
(244,247,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AECFDE color. Also use rgb(174,207,222) instead hex code.

Text Font Color

.myTextColor { color: #AECFDE; }

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

This text font color is #AECFDE.


Background Color

.myBgColor { background-color: #AECFDE; }

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

This div background color is #AECFDE.


Border color

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

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

This div border color is #AECFDE.


Opacity

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

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

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

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

This text has shadow with #AECFDE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AECFDE on black background.


Color preview on white background

This text has color #AECFDE on white background.



Black color preview on #AECFDE background

This text has black color on #AECFDE background.


White color preview on #AECFDE background

This text has white color on #AECFDE background.