COLOR #AED2CC

HEX: #AED2CC
RGB: (174,210,204)

Color info

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

RGB color model

#AED2CC color RGB value is (174,210,204).

  • red value is 174;
  • green value is 210;
  • blue value is 204.
RGB:
(174,210,204)
(68%,82%,80%)

RGB channels and saturation

R 174 of 255 = 68%
G 210 of 255 = 82%
B 204 of 255 = 80%

174
210
204

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

Portions of RGB colors in percentages

R + G + B =
174 + 210 + 204 = 588 (100%)
R 174 of 588 ~ 29.59%
G 210 of 588 ~ 35.71%
B 204 of 588 ~ 34.69%

%29.59
%35.71
%34.69

CMYK color model

#AED2CC color CMYK value is (17,0,3,18).

  • cyan value is 17.14%
  • magenta value is 0.00%
  • yellow value is 2.86%
  • key color value is 17.65%
CMYK:
(17,0,3,18)
C17M0Y3K18 
(17%,0%,3%,18%)
(0.17/0.00/0.03/0.18)	

CMYK percentages

%17.14
%0
%2.86
%17.65

Codes

Color #AED2CC in popluar color models

AED2CC
RGB174210204
HSL170°28.57%75.29%
HSB/HSV170°17.14%82.35%
CMYK17.14%0.00%2.86%
17.65%

Color #AED2CC in popluar number systems.

HEXAED2CC
Decimal174210204
Binary101011101101001011001100
Octal256322314

Shades and tints

Shades of #AED2CC

#AED2CC
(174,210,204)
#9FBFBA
(159,191,186)
#90ACA8
(144,172,168)
#819996
(129,153,150)
#728684
(114,134,132)
#637372
(99,115,114)
#546060
(84,96,96)
#454D4E
(69,77,78)
#363A3C
(54,58,60)
#27272A
(39,39,42)
#181418
(24,20,24)
#000000
(0,0,0)

Tints of #AED2CC

#AED2CC
(174,210,204)
#B5D6D0
(181,214,208)
#BCDAD4
(188,218,212)
#C3DED8
(195,222,216)
#CAE2DC
(202,226,220)
#D1E6E0
(209,230,224)
#D8EAE4
(216,234,228)
#DFEEE8
(223,238,232)
#E6F2EC
(230,242,236)
#EDF6F0
(237,246,240)
#F4FAF4
(244,250,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AED2CC color. Also use rgb(174,210,204) instead hex code.

Text Font Color

.myTextColor { color: #AED2CC; }

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

This text font color is #AED2CC.


Background Color

.myBgColor { background-color: #AED2CC; }

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

This div background color is #AED2CC.


Border color

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

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

This div border color is #AED2CC.


Opacity

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

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

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

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

This text has shadow with #AED2CC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AED2CC on black background.


Color preview on white background

This text has color #AED2CC on white background.



Black color preview on #AED2CC background

This text has black color on #AED2CC background.


White color preview on #AED2CC background

This text has white color on #AED2CC background.