COLOR #AED0CB

HEX: #AED0CB
RGB: (174,208,203)

Color info

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

RGB color model

#AED0CB color RGB value is (174,208,203).

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

RGB channels and saturation

R 174 of 255 = 68%
G 208 of 255 = 82%
B 203 of 255 = 80%

174
208
203

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

Portions of RGB colors in percentages

R + G + B =
174 + 208 + 203 = 585 (100%)
R 174 of 585 ~ 29.74%
G 208 of 585 ~ 35.56%
B 203 of 585 ~ 34.7%

%29.74
%35.56
%34.7

CMYK color model

#AED0CB color CMYK value is (16,0,2,18).

  • cyan value is 16.35%
  • magenta value is 0.00%
  • yellow value is 2.40%
  • key color value is 18.43%
CMYK:
(16,0,2,18)
C16M0Y2K18 
(16%,0%,2%,18%)
(0.16/0.00/0.02/0.18)	

CMYK percentages

%16.35
%0
%2.4
%18.43

Codes

Color #AED0CB in popluar color models

AED0CB
RGB174208203
HSL171°26.56%74.90%
HSB/HSV171°16.35%81.57%
CMYK16.35%0.00%2.40%
18.43%

Color #AED0CB in popluar number systems.

HEXAED0CB
Decimal174208203
Binary101011101101000011001011
Octal256320313

Shades and tints

Shades of #AED0CB

#AED0CB
(174,208,203)
#9FBEB9
(159,190,185)
#90ACA7
(144,172,167)
#819A95
(129,154,149)
#728883
(114,136,131)
#637671
(99,118,113)
#54645F
(84,100,95)
#45524D
(69,82,77)
#36403B
(54,64,59)
#272E29
(39,46,41)
#181C17
(24,28,23)
#000000
(0,0,0)

Tints of #AED0CB

#AED0CB
(174,208,203)
#B5D4CF
(181,212,207)
#BCD8D3
(188,216,211)
#C3DCD7
(195,220,215)
#CAE0DB
(202,224,219)
#D1E4DF
(209,228,223)
#D8E8E3
(216,232,227)
#DFECE7
(223,236,231)
#E6F0EB
(230,240,235)
#EDF4EF
(237,244,239)
#F4F8F3
(244,248,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AED0CB; }

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

This text font color is #AED0CB.


Background Color

.myBgColor { background-color: #AED0CB; }

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

This div background color is #AED0CB.


Border color

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

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

This div border color is #AED0CB.


Opacity

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

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

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

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

This text has shadow with #AED0CB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AED0CB on black background.


Color preview on white background

This text has color #AED0CB on white background.



Black color preview on #AED0CB background

This text has black color on #AED0CB background.


White color preview on #AED0CB background

This text has white color on #AED0CB background.