COLOR #AED0C1

HEX: #AED0C1
RGB: (174,208,193)

Color info

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

RGB color model

#AED0C1 color RGB value is (174,208,193).

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

RGB channels and saturation

R 174 of 255 = 68%
G 208 of 255 = 82%
B 193 of 255 = 76%

174
208
193

R + G + B ~ 75%. #AED0C1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
174 + 208 + 193 = 575 (100%)
R 174 of 575 ~ 30.26%
G 208 of 575 ~ 36.17%
B 193 of 575 ~ 33.57%

%30.26
%36.17
%33.57

CMYK color model

#AED0C1 color CMYK value is (16,0,7,18).

  • cyan value is 16.35%
  • magenta value is 0.00%
  • yellow value is 7.21%
  • key color value is 18.43%
CMYK:
(16,0,7,18)
C16M0Y7K18 
(16%,0%,7%,18%)
(0.16/0.00/0.07/0.18)	

CMYK percentages

%16.35
%0
%7.21
%18.43

Codes

Color #AED0C1 in popluar color models

AED0C1
RGB174208193
HSL154°26.56%74.90%
HSB/HSV154°16.35%81.57%
CMYK16.35%0.00%7.21%
18.43%

Color #AED0C1 in popluar number systems.

HEXAED0C1
Decimal174208193
Binary101011101101000011000001
Octal256320301

Shades and tints

Shades of #AED0C1

#AED0C1
(174,208,193)
#9FBEB0
(159,190,176)
#90AC9F
(144,172,159)
#819A8E
(129,154,142)
#72887D
(114,136,125)
#63766C
(99,118,108)
#54645B
(84,100,91)
#45524A
(69,82,74)
#364039
(54,64,57)
#272E28
(39,46,40)
#181C17
(24,28,23)
#000000
(0,0,0)

Tints of #AED0C1

#AED0C1
(174,208,193)
#B5D4C6
(181,212,198)
#BCD8CB
(188,216,203)
#C3DCD0
(195,220,208)
#CAE0D5
(202,224,213)
#D1E4DA
(209,228,218)
#D8E8DF
(216,232,223)
#DFECE4
(223,236,228)
#E6F0E9
(230,240,233)
#EDF4EE
(237,244,238)
#F4F8F3
(244,248,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AED0C1; }

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

This text font color is #AED0C1.


Background Color

.myBgColor { background-color: #AED0C1; }

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

This div background color is #AED0C1.


Border color

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

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

This div border color is #AED0C1.


Opacity

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

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

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

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

This text has shadow with #AED0C1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AED0C1 on black background.


Color preview on white background

This text has color #AED0C1 on white background.



Black color preview on #AED0C1 background

This text has black color on #AED0C1 background.


White color preview on #AED0C1 background

This text has white color on #AED0C1 background.