COLOR #AECAD5

HEX: #AECAD5
RGB: (174,202,213)

Color info

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

RGB color model

#AECAD5 color RGB value is (174,202,213).

  • red value is 174;
  • green value is 202;
  • blue value is 213.
RGB:
(174,202,213)
(68%,79%,84%)

RGB channels and saturation

R 174 of 255 = 68%
G 202 of 255 = 79%
B 213 of 255 = 84%

174
202
213

R + G + B ~ 77%. #AECAD5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
174 + 202 + 213 = 589 (100%)
R 174 of 589 ~ 29.54%
G 202 of 589 ~ 34.3%
B 213 of 589 ~ 36.16%

%29.54
%34.3
%36.16

CMYK color model

#AECAD5 color CMYK value is (18,5,0,16).

  • cyan value is 18.31%
  • magenta value is 5.16%
  • yellow value is 0.00%
  • key color value is 16.47%
CMYK:
(18,5,0,16)
C18M5Y0K16 
(18%,5%,0%,16%)
(0.18/0.05/0.00/0.16)	

CMYK percentages

%18.31
%5.16
%0
%16.47

Codes

Color #AECAD5 in popluar color models

AECAD5
RGB174202213
HSL197°31.71%75.88%
HSB/HSV197°18.31%83.53%
CMYK18.31%5.16%0.00%
16.47%

Color #AECAD5 in popluar number systems.

HEXAECAD5
Decimal174202213
Binary101011101100101011010101
Octal256312325

Shades and tints

Shades of #AECAD5

#AECAD5
(174,202,213)
#9FB8C2
(159,184,194)
#90A6AF
(144,166,175)
#81949C
(129,148,156)
#728289
(114,130,137)
#637076
(99,112,118)
#545E63
(84,94,99)
#454C50
(69,76,80)
#363A3D
(54,58,61)
#27282A
(39,40,42)
#181617
(24,22,23)
#000000
(0,0,0)

Tints of #AECAD5

#AECAD5
(174,202,213)
#B5CED8
(181,206,216)
#BCD2DB
(188,210,219)
#C3D6DE
(195,214,222)
#CADAE1
(202,218,225)
#D1DEE4
(209,222,228)
#D8E2E7
(216,226,231)
#DFE6EA
(223,230,234)
#E6EAED
(230,234,237)
#EDEEF0
(237,238,240)
#F4F2F3
(244,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AECAD5 color. Also use rgb(174,202,213) instead hex code.

Text Font Color

.myTextColor { color: #AECAD5; }

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

This text font color is #AECAD5.


Background Color

.myBgColor { background-color: #AECAD5; }

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

This div background color is #AECAD5.


Border color

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

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

This div border color is #AECAD5.


Opacity

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

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

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

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

This text has shadow with #AECAD5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AECAD5 on black background.


Color preview on white background

This text has color #AECAD5 on white background.



Black color preview on #AECAD5 background

This text has black color on #AECAD5 background.


White color preview on #AECAD5 background

This text has white color on #AECAD5 background.