COLOR #AEC9DC

HEX: #AEC9DC
RGB: (174,201,220)

Renk bilgisi

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

RGB renk modeli

#AEC9DC color RGB value is (174,201,220).

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

RGB bağlantıları ve doygunluk

R 174 of 255 = 68%
G 201 of 255 = 79%
B 220 of 255 = 86%

174
201
220

R + G + B ~ 78%. #AEC9DC is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
174 + 201 + 220 = 595 (100%)
R 174 of 595 ~ 29.24%
G 201 of 595 ~ 33.78%
B 220 of 595 ~ 36.97%

%29.24
%33.78
%36.97

CMYK RENK MODELİ

#AEC9DC rengi CMYK tonu (21,9,0,14).

  • camgöbeği tonu 20.91%
  • eflatun tonu 8.64%
  • sarı tonu 0.00%
  • ana renk tonu 13.73%
CMYK:
(21,9,0,14)
C21M9Y0K14 
(21%,9%,0%,14%)
(0.21/0.09/0.00/0.14)	

CMYK yüzdeleri

%20.91
%8.64
%0
%13.73

Codes

Color #AEC9DC in popluar color models

AEC9DC
RGB174201220
HSL205°39.66%77.25%
HSB/HSV205°20.91%86.27%
CMYK20.91%8.64%0.00%
13.73%

Color #AEC9DC in popluar number systems.

HEXAEC9DC
Decimal174201220
Binary101011101100100111011100
Octal256311334

Shades and tints

Shades of #AEC9DC

#AEC9DC
(174,201,220)
#9FB7C8
(159,183,200)
#90A5B4
(144,165,180)
#8193A0
(129,147,160)
#72818C
(114,129,140)
#636F78
(99,111,120)
#545D64
(84,93,100)
#454B50
(69,75,80)
#36393C
(54,57,60)
#272728
(39,39,40)
#181514
(24,21,20)
#000000
(0,0,0)

Tints of #AEC9DC

#AEC9DC
(174,201,220)
#B5CDDF
(181,205,223)
#BCD1E2
(188,209,226)
#C3D5E5
(195,213,229)
#CAD9E8
(202,217,232)
#D1DDEB
(209,221,235)
#D8E1EE
(216,225,238)
#DFE5F1
(223,229,241)
#E6E9F4
(230,233,244)
#EDEDF7
(237,237,247)
#F4F1FA
(244,241,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AEC9DC; }

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

This text font color is #AEC9DC.


Background Color

.myBgColor { background-color: #AEC9DC; }

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

This div background color is #AEC9DC.


Border color

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

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

This div border color is #AEC9DC.


Opacity

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

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

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

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

This text has shadow with #AEC9DC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AEC9DC on black background.


Color preview on white background

This text has color #AEC9DC on white background.



Black color preview on #AEC9DC background

This text has black color on #AEC9DC background.


White color preview on #AEC9DC background

This text has white color on #AEC9DC background.