COLOR #AED5C5

HEX: #AED5C5
RGB: (174,213,197)

Color info

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

RGB color model

#AED5C5 color RGB value is (174,213,197).

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

RGB channels and saturation

R 174 of 255 = 68%
G 213 of 255 = 84%
B 197 of 255 = 77%

174
213
197

R + G + B ~ 76%. #AED5C5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
174 + 213 + 197 = 584 (100%)
R 174 of 584 ~ 29.79%
G 213 of 584 ~ 36.47%
B 197 of 584 ~ 33.73%

%29.79
%36.47
%33.73

CMYK color model

#AED5C5 color CMYK value is (18,0,8,16).

  • cyan value is 18.31%
  • magenta value is 0.00%
  • yellow value is 7.51%
  • key color value is 16.47%
CMYK:
(18,0,8,16)
C18M0Y8K16 
(18%,0%,8%,16%)
(0.18/0.00/0.08/0.16)	

CMYK percentages

%18.31
%0
%7.51
%16.47

Codes

Color #AED5C5 in popluar color models

AED5C5
RGB174213197
HSL155°31.71%75.88%
HSB/HSV155°18.31%83.53%
CMYK18.31%0.00%7.51%
16.47%

Color #AED5C5 in popluar number systems.

HEXAED5C5
Decimal174213197
Binary101011101101010111000101
Octal256325305

Shades and tints

Shades of #AED5C5

#AED5C5
(174,213,197)
#9FC2B4
(159,194,180)
#90AFA3
(144,175,163)
#819C92
(129,156,146)
#728981
(114,137,129)
#637670
(99,118,112)
#54635F
(84,99,95)
#45504E
(69,80,78)
#363D3D
(54,61,61)
#272A2C
(39,42,44)
#18171B
(24,23,27)
#000000
(0,0,0)

Tints of #AED5C5

#AED5C5
(174,213,197)
#B5D8CA
(181,216,202)
#BCDBCF
(188,219,207)
#C3DED4
(195,222,212)
#CAE1D9
(202,225,217)
#D1E4DE
(209,228,222)
#D8E7E3
(216,231,227)
#DFEAE8
(223,234,232)
#E6EDED
(230,237,237)
#EDF0F2
(237,240,242)
#F4F3F7
(244,243,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AED5C5; }

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

This text font color is #AED5C5.


Background Color

.myBgColor { background-color: #AED5C5; }

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

This div background color is #AED5C5.


Border color

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

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

This div border color is #AED5C5.


Opacity

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

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

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

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

This text has shadow with #AED5C5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AED5C5 on black background.


Color preview on white background

This text has color #AED5C5 on white background.



Black color preview on #AED5C5 background

This text has black color on #AED5C5 background.


White color preview on #AED5C5 background

This text has white color on #AED5C5 background.