COLOR #AED6CC

HEX: #AED6CC
RGB: (174,214,204)

Renk bilgisi

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

RGB renk modeli

#AED6CC color RGB value is (174,214,204).

  • kırmız ton 174;
  • yeşil ton 214;
  • mavi ton 204.
RGB:
(174,214,204)
(68%,84%,80%)

RGB bağlantıları ve doygunluk

R 174 of 255 = 68%
G 214 of 255 = 84%
B 204 of 255 = 80%

174
214
204

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

Yüzdelerle RGB renk parçaları

R + G + B =
174 + 214 + 204 = 592 (100%)
R 174 of 592 ~ 29.39%
G 214 of 592 ~ 36.15%
B 204 of 592 ~ 34.46%

%29.39
%36.15
%34.46

CMYK RENK MODELİ

#AED6CC rengi CMYK tonu (19,0,5,16).

  • camgöbeği tonu 18.69%
  • eflatun tonu 0.00%
  • sarı tonu 4.67%
  • ana renk tonu 16.08%
CMYK:
(19,0,5,16)
C19M0Y5K16 
(19%,0%,5%,16%)
(0.19/0.00/0.05/0.16)	

CMYK yüzdeleri

%18.69
%0
%4.67
%16.08

Codes

Color #AED6CC in popluar color models

AED6CC
RGB174214204
HSL165°32.79%76.08%
HSB/HSV165°18.69%83.92%
CMYK18.69%0.00%4.67%
16.08%

Color #AED6CC in popluar number systems.

HEXAED6CC
Decimal174214204
Binary101011101101011011001100
Octal256326314

Shades and tints

Shades of #AED6CC

#AED6CC
(174,214,204)
#9FC3BA
(159,195,186)
#90B0A8
(144,176,168)
#819D96
(129,157,150)
#728A84
(114,138,132)
#637772
(99,119,114)
#546460
(84,100,96)
#45514E
(69,81,78)
#363E3C
(54,62,60)
#272B2A
(39,43,42)
#181818
(24,24,24)
#000000
(0,0,0)

Tints of #AED6CC

#AED6CC
(174,214,204)
#B5D9D0
(181,217,208)
#BCDCD4
(188,220,212)
#C3DFD8
(195,223,216)
#CAE2DC
(202,226,220)
#D1E5E0
(209,229,224)
#D8E8E4
(216,232,228)
#DFEBE8
(223,235,232)
#E6EEEC
(230,238,236)
#EDF1F0
(237,241,240)
#F4F4F4
(244,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AED6CC color. Also use rgb(174,214,204) instead hex code.

Text Font Color

.myTextColor { color: #AED6CC; }

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

This text font color is #AED6CC.


Background Color

.myBgColor { background-color: #AED6CC; }

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

This div background color is #AED6CC.


Border color

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

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

This div border color is #AED6CC.


Opacity

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

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

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

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

This text has shadow with #AED6CC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AED6CC on black background.


Color preview on white background

This text has color #AED6CC on white background.



Black color preview on #AED6CC background

This text has black color on #AED6CC background.


White color preview on #AED6CC background

This text has white color on #AED6CC background.