COLOR #AED3CA

HEX: #AED3CA
RGB: (174,211,202)

Color info

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

RGB color model

#AED3CA color RGB value is (174,211,202).

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

RGB channels and saturation

R 174 of 255 = 68%
G 211 of 255 = 83%
B 202 of 255 = 79%

174
211
202

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

Portions of RGB colors in percentages

R + G + B =
174 + 211 + 202 = 587 (100%)
R 174 of 587 ~ 29.64%
G 211 of 587 ~ 35.95%
B 202 of 587 ~ 34.41%

%29.64
%35.95
%34.41

CMYK color model

#AED3CA color CMYK value is (18,0,4,17).

  • cyan value is 17.54%
  • magenta value is 0.00%
  • yellow value is 4.27%
  • key color value is 17.25%
CMYK:
(18,0,4,17)
C18M0Y4K17 
(18%,0%,4%,17%)
(0.18/0.00/0.04/0.17)	

CMYK percentages

%17.54
%0
%4.27
%17.25

Codes

Color #AED3CA in popluar color models

AED3CA
RGB174211202
HSL165°29.60%75.49%
HSB/HSV165°17.54%82.75%
CMYK17.54%0.00%4.27%
17.25%

Color #AED3CA in popluar number systems.

HEXAED3CA
Decimal174211202
Binary101011101101001111001010
Octal256323312

Shades and tints

Shades of #AED3CA

#AED3CA
(174,211,202)
#9FC0B8
(159,192,184)
#90ADA6
(144,173,166)
#819A94
(129,154,148)
#728782
(114,135,130)
#637470
(99,116,112)
#54615E
(84,97,94)
#454E4C
(69,78,76)
#363B3A
(54,59,58)
#272828
(39,40,40)
#181516
(24,21,22)
#000000
(0,0,0)

Tints of #AED3CA

#AED3CA
(174,211,202)
#B5D7CE
(181,215,206)
#BCDBD2
(188,219,210)
#C3DFD6
(195,223,214)
#CAE3DA
(202,227,218)
#D1E7DE
(209,231,222)
#D8EBE2
(216,235,226)
#DFEFE6
(223,239,230)
#E6F3EA
(230,243,234)
#EDF7EE
(237,247,238)
#F4FBF2
(244,251,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AED3CA; }

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

This text font color is #AED3CA.


Background Color

.myBgColor { background-color: #AED3CA; }

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

This div background color is #AED3CA.


Border color

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

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

This div border color is #AED3CA.


Opacity

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

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

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

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

This text has shadow with #AED3CA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AED3CA on black background.


Color preview on white background

This text has color #AED3CA on white background.



Black color preview on #AED3CA background

This text has black color on #AED3CA background.


White color preview on #AED3CA background

This text has white color on #AED3CA background.