COLOR #AED0C6

HEX: #AED0C6
RGB: (174,208,198)

Color info

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

RGB color model

#AED0C6 color RGB value is (174,208,198).

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

RGB channels and saturation

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

174
208
198

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

Portions of RGB colors in percentages

R + G + B =
174 + 208 + 198 = 580 (100%)
R 174 of 580 ~ 30%
G 208 of 580 ~ 35.86%
B 198 of 580 ~ 34.14%

%30
%35.86
%34.14

CMYK color model

#AED0C6 color CMYK value is (16,0,5,18).

  • cyan value is 16.35%
  • magenta value is 0.00%
  • yellow value is 4.81%
  • key color value is 18.43%
CMYK:
(16,0,5,18)
C16M0Y5K18 
(16%,0%,5%,18%)
(0.16/0.00/0.05/0.18)	

CMYK percentages

%16.35
%0
%4.81
%18.43

Codes

Color #AED0C6 in popluar color models

AED0C6
RGB174208198
HSL162°26.56%74.90%
HSB/HSV162°16.35%81.57%
CMYK16.35%0.00%4.81%
18.43%

Color #AED0C6 in popluar number systems.

HEXAED0C6
Decimal174208198
Binary101011101101000011000110
Octal256320306

Shades and tints

Shades of #AED0C6

#AED0C6
(174,208,198)
#9FBEB4
(159,190,180)
#90ACA2
(144,172,162)
#819A90
(129,154,144)
#72887E
(114,136,126)
#63766C
(99,118,108)
#54645A
(84,100,90)
#455248
(69,82,72)
#364036
(54,64,54)
#272E24
(39,46,36)
#181C12
(24,28,18)
#000000
(0,0,0)

Tints of #AED0C6

#AED0C6
(174,208,198)
#B5D4CB
(181,212,203)
#BCD8D0
(188,216,208)
#C3DCD5
(195,220,213)
#CAE0DA
(202,224,218)
#D1E4DF
(209,228,223)
#D8E8E4
(216,232,228)
#DFECE9
(223,236,233)
#E6F0EE
(230,240,238)
#EDF4F3
(237,244,243)
#F4F8F8
(244,248,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AED0C6; }

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

This text font color is #AED0C6.


Background Color

.myBgColor { background-color: #AED0C6; }

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

This div background color is #AED0C6.


Border color

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

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

This div border color is #AED0C6.


Opacity

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

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

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

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

This text has shadow with #AED0C6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AED0C6 on black background.


Color preview on white background

This text has color #AED0C6 on white background.



Black color preview on #AED0C6 background

This text has black color on #AED0C6 background.


White color preview on #AED0C6 background

This text has white color on #AED0C6 background.