COLOR #AECED1

HEX: #AECED1
RGB: (174,206,209)

Color info

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

RGB color model

#AECED1 color RGB value is (174,206,209).

  • red value is 174;
  • green value is 206;
  • blue value is 209.
RGB:
(174,206,209)
(68%,81%,82%)

RGB channels and saturation

R 174 of 255 = 68%
G 206 of 255 = 81%
B 209 of 255 = 82%

174
206
209

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

Portions of RGB colors in percentages

R + G + B =
174 + 206 + 209 = 589 (100%)
R 174 of 589 ~ 29.54%
G 206 of 589 ~ 34.97%
B 209 of 589 ~ 35.48%

%29.54
%34.97
%35.48

CMYK color model

#AECED1 color CMYK value is (17,1,0,18).

  • cyan value is 16.75%
  • magenta value is 1.44%
  • yellow value is 0.00%
  • key color value is 18.04%
CMYK:
(17,1,0,18)
C17M1Y0K18 
(17%,1%,0%,18%)
(0.17/0.01/0.00/0.18)	

CMYK percentages

%16.75
%1.44
%0
%18.04

Codes

Color #AECED1 in popluar color models

AECED1
RGB174206209
HSL185°27.56%75.10%
HSB/HSV185°16.75%81.96%
CMYK16.75%1.44%0.00%
18.04%

Color #AECED1 in popluar number systems.

HEXAECED1
Decimal174206209
Binary101011101100111011010001
Octal256316321

Shades and tints

Shades of #AECED1

#AECED1
(174,206,209)
#9FBCBE
(159,188,190)
#90AAAB
(144,170,171)
#819898
(129,152,152)
#728685
(114,134,133)
#637472
(99,116,114)
#54625F
(84,98,95)
#45504C
(69,80,76)
#363E39
(54,62,57)
#272C26
(39,44,38)
#181A13
(24,26,19)
#000000
(0,0,0)

Tints of #AECED1

#AECED1
(174,206,209)
#B5D2D5
(181,210,213)
#BCD6D9
(188,214,217)
#C3DADD
(195,218,221)
#CADEE1
(202,222,225)
#D1E2E5
(209,226,229)
#D8E6E9
(216,230,233)
#DFEAED
(223,234,237)
#E6EEF1
(230,238,241)
#EDF2F5
(237,242,245)
#F4F6F9
(244,246,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AECED1 color. Also use rgb(174,206,209) instead hex code.

Text Font Color

.myTextColor { color: #AECED1; }

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

This text font color is #AECED1.


Background Color

.myBgColor { background-color: #AECED1; }

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

This div background color is #AECED1.


Border color

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

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

This div border color is #AECED1.


Opacity

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

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

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

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

This text has shadow with #AECED1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AECED1 on black background.


Color preview on white background

This text has color #AECED1 on white background.



Black color preview on #AECED1 background

This text has black color on #AECED1 background.


White color preview on #AECED1 background

This text has white color on #AECED1 background.