COLOR #AECDE3

HEX: #AECDE3
RGB: (174,205,227)

Color info

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

RGB color model

#AECDE3 color RGB value is (174,205,227).

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

RGB channels and saturation

R 174 of 255 = 68%
G 205 of 255 = 80%
B 227 of 255 = 89%

174
205
227

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

Portions of RGB colors in percentages

R + G + B =
174 + 205 + 227 = 606 (100%)
R 174 of 606 ~ 28.71%
G 205 of 606 ~ 33.83%
B 227 of 606 ~ 37.46%

%28.71
%33.83
%37.46

CMYK color model

#AECDE3 color CMYK value is (23,10,0,11).

  • cyan value is 23.35%
  • magenta value is 9.69%
  • yellow value is 0.00%
  • key color value is 10.98%
CMYK:
(23,10,0,11)
C23M10Y0K11 
(23%,10%,0%,11%)
(0.23/0.10/0.00/0.11)	

CMYK percentages

%23.35
%9.69
%0
%10.98

Codes

Color #AECDE3 in popluar color models

AECDE3
RGB174205227
HSL205°48.62%78.63%
HSB/HSV205°23.35%89.02%
CMYK23.35%9.69%0.00%
10.98%

Color #AECDE3 in popluar number systems.

HEXAECDE3
Decimal174205227
Binary101011101100110111100011
Octal256315343

Shades and tints

Shades of #AECDE3

#AECDE3
(174,205,227)
#9FBBCF
(159,187,207)
#90A9BB
(144,169,187)
#8197A7
(129,151,167)
#728593
(114,133,147)
#63737F
(99,115,127)
#54616B
(84,97,107)
#454F57
(69,79,87)
#363D43
(54,61,67)
#272B2F
(39,43,47)
#18191B
(24,25,27)
#000000
(0,0,0)

Tints of #AECDE3

#AECDE3
(174,205,227)
#B5D1E5
(181,209,229)
#BCD5E7
(188,213,231)
#C3D9E9
(195,217,233)
#CADDEB
(202,221,235)
#D1E1ED
(209,225,237)
#D8E5EF
(216,229,239)
#DFE9F1
(223,233,241)
#E6EDF3
(230,237,243)
#EDF1F5
(237,241,245)
#F4F5F7
(244,245,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AECDE3; }

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

This text font color is #AECDE3.


Background Color

.myBgColor { background-color: #AECDE3; }

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

This div background color is #AECDE3.


Border color

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

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

This div border color is #AECDE3.


Opacity

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

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

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

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

This text has shadow with #AECDE3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AECDE3 on black background.


Color preview on white background

This text has color #AECDE3 on white background.



Black color preview on #AECDE3 background

This text has black color on #AECDE3 background.


White color preview on #AECDE3 background

This text has white color on #AECDE3 background.