COLOR #AED4CB

HEX: #AED4CB
RGB: (174,212,203)

Color info

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

RGB color model

#AED4CB color RGB value is (174,212,203).

  • red value is 174;
  • green value is 212;
  • blue value is 203.
RGB:
(174,212,203)
(68%,83%,80%)

RGB channels and saturation

R 174 of 255 = 68%
G 212 of 255 = 83%
B 203 of 255 = 80%

174
212
203

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

Portions of RGB colors in percentages

R + G + B =
174 + 212 + 203 = 589 (100%)
R 174 of 589 ~ 29.54%
G 212 of 589 ~ 35.99%
B 203 of 589 ~ 34.47%

%29.54
%35.99
%34.47

CMYK color model

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

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

CMYK percentages

%17.92
%0
%4.25
%16.86

Codes

Color #AED4CB in popluar color models

AED4CB
RGB174212203
HSL166°30.65%75.69%
HSB/HSV166°17.92%83.14%
CMYK17.92%0.00%4.25%
16.86%

Color #AED4CB in popluar number systems.

HEXAED4CB
Decimal174212203
Binary101011101101010011001011
Octal256324313

Shades and tints

Shades of #AED4CB

#AED4CB
(174,212,203)
#9FC1B9
(159,193,185)
#90AEA7
(144,174,167)
#819B95
(129,155,149)
#728883
(114,136,131)
#637571
(99,117,113)
#54625F
(84,98,95)
#454F4D
(69,79,77)
#363C3B
(54,60,59)
#272929
(39,41,41)
#181617
(24,22,23)
#000000
(0,0,0)

Tints of #AED4CB

#AED4CB
(174,212,203)
#B5D7CF
(181,215,207)
#BCDAD3
(188,218,211)
#C3DDD7
(195,221,215)
#CAE0DB
(202,224,219)
#D1E3DF
(209,227,223)
#D8E6E3
(216,230,227)
#DFE9E7
(223,233,231)
#E6ECEB
(230,236,235)
#EDEFEF
(237,239,239)
#F4F2F3
(244,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AED4CB color. Also use rgb(174,212,203) instead hex code.

Text Font Color

.myTextColor { color: #AED4CB; }

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

This text font color is #AED4CB.


Background Color

.myBgColor { background-color: #AED4CB; }

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

This div background color is #AED4CB.


Border color

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

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

This div border color is #AED4CB.


Opacity

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

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

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

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

This text has shadow with #AED4CB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AED4CB on black background.


Color preview on white background

This text has color #AED4CB on white background.



Black color preview on #AED4CB background

This text has black color on #AED4CB background.


White color preview on #AED4CB background

This text has white color on #AED4CB background.