COLOR #AED4DC

HEX: #AED4DC
RGB: (174,212,220)

Renk bilgisi

#AED4DC contains red, green and blue colors in about the same proportion. #AED4DC ‘ nin web güvenlik rengi #99CCCC (ya da #9CC) dir.

RGB renk modeli

#AED4DC color RGB value is (174,212,220).

  • kırmız ton 174;
  • yeşil ton 212;
  • mavi ton 220.
RGB:
(174,212,220)
(68%,83%,86%)

RGB bağlantıları ve doygunluk

R 174 of 255 = 68%
G 212 of 255 = 83%
B 220 of 255 = 86%

174
212
220

R + G + B ~ 79%. #AED4DC is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
174 + 212 + 220 = 606 (100%)
R 174 of 606 ~ 28.71%
G 212 of 606 ~ 34.98%
B 220 of 606 ~ 36.3%

%28.71
%34.98
%36.3

CMYK RENK MODELİ

#AED4DC rengi CMYK tonu (21,4,0,14).

  • camgöbeği tonu 20.91%
  • eflatun tonu 3.64%
  • sarı tonu 0.00%
  • ana renk tonu 13.73%
CMYK:
(21,4,0,14)
C21M4Y0K14 
(21%,4%,0%,14%)
(0.21/0.04/0.00/0.14)	

CMYK yüzdeleri

%20.91
%3.64
%0
%13.73

Codes

Color #AED4DC in popluar color models

AED4DC
RGB174212220
HSL190°39.66%77.25%
HSB/HSV190°20.91%86.27%
CMYK20.91%3.64%0.00%
13.73%

Color #AED4DC in popluar number systems.

HEXAED4DC
Decimal174212220
Binary101011101101010011011100
Octal256324334

Shades and tints

Shades of #AED4DC

#AED4DC
(174,212,220)
#9FC1C8
(159,193,200)
#90AEB4
(144,174,180)
#819BA0
(129,155,160)
#72888C
(114,136,140)
#637578
(99,117,120)
#546264
(84,98,100)
#454F50
(69,79,80)
#363C3C
(54,60,60)
#272928
(39,41,40)
#181614
(24,22,20)
#000000
(0,0,0)

Tints of #AED4DC

#AED4DC
(174,212,220)
#B5D7DF
(181,215,223)
#BCDAE2
(188,218,226)
#C3DDE5
(195,221,229)
#CAE0E8
(202,224,232)
#D1E3EB
(209,227,235)
#D8E6EE
(216,230,238)
#DFE9F1
(223,233,241)
#E6ECF4
(230,236,244)
#EDEFF7
(237,239,247)
#F4F2FA
(244,242,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AED4DC; }

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

This text font color is #AED4DC.


Background Color

.myBgColor { background-color: #AED4DC; }

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

This div background color is #AED4DC.


Border color

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

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

This div border color is #AED4DC.


Opacity

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

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

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

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

This text has shadow with #AED4DC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AED4DC on black background.


Color preview on white background

This text has color #AED4DC on white background.



Black color preview on #AED4DC background

This text has black color on #AED4DC background.


White color preview on #AED4DC background

This text has white color on #AED4DC background.