COLOR #AEC1D6

HEX: #AEC1D6
RGB: (174,193,214)

Renk bilgisi

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

RGB renk modeli

#AEC1D6 color RGB value is (174,193,214).

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

RGB bağlantıları ve doygunluk

R 174 of 255 = 68%
G 193 of 255 = 76%
B 214 of 255 = 84%

174
193
214

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

Yüzdelerle RGB renk parçaları

R + G + B =
174 + 193 + 214 = 581 (100%)
R 174 of 581 ~ 29.95%
G 193 of 581 ~ 33.22%
B 214 of 581 ~ 36.83%

%29.95
%33.22
%36.83

CMYK RENK MODELİ

#AEC1D6 rengi CMYK tonu (19,10,0,16).

  • camgöbeği tonu 18.69%
  • eflatun tonu 9.81%
  • sarı tonu 0.00%
  • ana renk tonu 16.08%
CMYK:
(19,10,0,16)
C19M10Y0K16 
(19%,10%,0%,16%)
(0.19/0.10/0.00/0.16)	

CMYK yüzdeleri

%18.69
%9.81
%0
%16.08

Codes

Color #AEC1D6 in popluar color models

AEC1D6
RGB174193214
HSL212°32.79%76.08%
HSB/HSV212°18.69%83.92%
CMYK18.69%9.81%0.00%
16.08%

Color #AEC1D6 in popluar number systems.

HEXAEC1D6
Decimal174193214
Binary101011101100000111010110
Octal256301326

Shades and tints

Shades of #AEC1D6

#AEC1D6
(174,193,214)
#9FB0C3
(159,176,195)
#909FB0
(144,159,176)
#818E9D
(129,142,157)
#727D8A
(114,125,138)
#636C77
(99,108,119)
#545B64
(84,91,100)
#454A51
(69,74,81)
#36393E
(54,57,62)
#27282B
(39,40,43)
#181718
(24,23,24)
#000000
(0,0,0)

Tints of #AEC1D6

#AEC1D6
(174,193,214)
#B5C6D9
(181,198,217)
#BCCBDC
(188,203,220)
#C3D0DF
(195,208,223)
#CAD5E2
(202,213,226)
#D1DAE5
(209,218,229)
#D8DFE8
(216,223,232)
#DFE4EB
(223,228,235)
#E6E9EE
(230,233,238)
#EDEEF1
(237,238,241)
#F4F3F4
(244,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AEC1D6; }

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

This text font color is #AEC1D6.


Background Color

.myBgColor { background-color: #AEC1D6; }

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

This div background color is #AEC1D6.


Border color

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

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

This div border color is #AEC1D6.


Opacity

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

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

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

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

This text has shadow with #AEC1D6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AEC1D6 on black background.


Color preview on white background

This text has color #AEC1D6 on white background.



Black color preview on #AEC1D6 background

This text has black color on #AEC1D6 background.


White color preview on #AEC1D6 background

This text has white color on #AEC1D6 background.