COLOR #AED4C6

HEX: #AED4C6
RGB: (174,212,198)

Renk bilgisi

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

RGB renk modeli

#AED4C6 color RGB value is (174,212,198).

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

RGB bağlantıları ve doygunluk

R 174 of 255 = 68%
G 212 of 255 = 83%
B 198 of 255 = 78%

174
212
198

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

Yüzdelerle RGB renk parçaları

R + G + B =
174 + 212 + 198 = 584 (100%)
R 174 of 584 ~ 29.79%
G 212 of 584 ~ 36.3%
B 198 of 584 ~ 33.9%

%29.79
%36.3
%33.9

CMYK RENK MODELİ

#AED4C6 rengi CMYK tonu (18,0,7,17).

  • camgöbeği tonu 17.92%
  • eflatun tonu 0.00%
  • sarı tonu 6.60%
  • ana renk tonu 16.86%
CMYK:
(18,0,7,17)
C18M0Y7K17 
(18%,0%,7%,17%)
(0.18/0.00/0.07/0.17)	

CMYK yüzdeleri

%17.92
%0
%6.6
%16.86

Codes

Color #AED4C6 in popluar color models

AED4C6
RGB174212198
HSL158°30.65%75.69%
HSB/HSV158°17.92%83.14%
CMYK17.92%0.00%6.60%
16.86%

Color #AED4C6 in popluar number systems.

HEXAED4C6
Decimal174212198
Binary101011101101010011000110
Octal256324306

Shades and tints

Shades of #AED4C6

#AED4C6
(174,212,198)
#9FC1B4
(159,193,180)
#90AEA2
(144,174,162)
#819B90
(129,155,144)
#72887E
(114,136,126)
#63756C
(99,117,108)
#54625A
(84,98,90)
#454F48
(69,79,72)
#363C36
(54,60,54)
#272924
(39,41,36)
#181612
(24,22,18)
#000000
(0,0,0)

Tints of #AED4C6

#AED4C6
(174,212,198)
#B5D7CB
(181,215,203)
#BCDAD0
(188,218,208)
#C3DDD5
(195,221,213)
#CAE0DA
(202,224,218)
#D1E3DF
(209,227,223)
#D8E6E4
(216,230,228)
#DFE9E9
(223,233,233)
#E6ECEE
(230,236,238)
#EDEFF3
(237,239,243)
#F4F2F8
(244,242,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AED4C6; }

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

This text font color is #AED4C6.


Background Color

.myBgColor { background-color: #AED4C6; }

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

This div background color is #AED4C6.


Border color

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

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

This div border color is #AED4C6.


Opacity

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

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

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

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

This text has shadow with #AED4C6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AED4C6 on black background.


Color preview on white background

This text has color #AED4C6 on white background.



Black color preview on #AED4C6 background

This text has black color on #AED4C6 background.


White color preview on #AED4C6 background

This text has white color on #AED4C6 background.