COLOR #AED1C6

HEX: #AED1C6
RGB: (174,209,198)

Color info

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

RGB color model

#AED1C6 color RGB value is (174,209,198).

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

RGB channels and saturation

R 174 of 255 = 68%
G 209 of 255 = 82%
B 198 of 255 = 78%

174
209
198

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

Portions of RGB colors in percentages

R + G + B =
174 + 209 + 198 = 581 (100%)
R 174 of 581 ~ 29.95%
G 209 of 581 ~ 35.97%
B 198 of 581 ~ 34.08%

%29.95
%35.97
%34.08

CMYK color model

#AED1C6 color CMYK value is (17,0,5,18).

  • cyan value is 16.75%
  • magenta value is 0.00%
  • yellow value is 5.26%
  • key color value is 18.04%
CMYK:
(17,0,5,18)
C17M0Y5K18 
(17%,0%,5%,18%)
(0.17/0.00/0.05/0.18)	

CMYK percentages

%16.75
%0
%5.26
%18.04

Codes

Color #AED1C6 in popluar color models

AED1C6
RGB174209198
HSL161°27.56%75.10%
HSB/HSV161°16.75%81.96%
CMYK16.75%0.00%5.26%
18.04%

Color #AED1C6 in popluar number systems.

HEXAED1C6
Decimal174209198
Binary101011101101000111000110
Octal256321306

Shades and tints

Shades of #AED1C6

#AED1C6
(174,209,198)
#9FBEB4
(159,190,180)
#90ABA2
(144,171,162)
#819890
(129,152,144)
#72857E
(114,133,126)
#63726C
(99,114,108)
#545F5A
(84,95,90)
#454C48
(69,76,72)
#363936
(54,57,54)
#272624
(39,38,36)
#181312
(24,19,18)
#000000
(0,0,0)

Tints of #AED1C6

#AED1C6
(174,209,198)
#B5D5CB
(181,213,203)
#BCD9D0
(188,217,208)
#C3DDD5
(195,221,213)
#CAE1DA
(202,225,218)
#D1E5DF
(209,229,223)
#D8E9E4
(216,233,228)
#DFEDE9
(223,237,233)
#E6F1EE
(230,241,238)
#EDF5F3
(237,245,243)
#F4F9F8
(244,249,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AED1C6; }

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

This text font color is #AED1C6.


Background Color

.myBgColor { background-color: #AED1C6; }

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

This div background color is #AED1C6.


Border color

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

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

This div border color is #AED1C6.


Opacity

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

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

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

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

This text has shadow with #AED1C6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AED1C6 on black background.


Color preview on white background

This text has color #AED1C6 on white background.



Black color preview on #AED1C6 background

This text has black color on #AED1C6 background.


White color preview on #AED1C6 background

This text has white color on #AED1C6 background.