COLOR #AEC6D5

HEX: #AEC6D5
RGB: (174,198,213)

Renk bilgisi

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

RGB renk modeli

#AEC6D5 color RGB value is (174,198,213).

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

RGB bağlantıları ve doygunluk

R 174 of 255 = 68%
G 198 of 255 = 78%
B 213 of 255 = 84%

174
198
213

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

Yüzdelerle RGB renk parçaları

R + G + B =
174 + 198 + 213 = 585 (100%)
R 174 of 585 ~ 29.74%
G 198 of 585 ~ 33.85%
B 213 of 585 ~ 36.41%

%29.74
%33.85
%36.41

CMYK RENK MODELİ

#AEC6D5 rengi CMYK tonu (18,7,0,16).

  • camgöbeği tonu 18.31%
  • eflatun tonu 7.04%
  • sarı tonu 0.00%
  • ana renk tonu 16.47%
CMYK:
(18,7,0,16)
C18M7Y0K16 
(18%,7%,0%,16%)
(0.18/0.07/0.00/0.16)	

CMYK yüzdeleri

%18.31
%7.04
%0
%16.47

Codes

Color #AEC6D5 in popluar color models

AEC6D5
RGB174198213
HSL203°31.71%75.88%
HSB/HSV203°18.31%83.53%
CMYK18.31%7.04%0.00%
16.47%

Color #AEC6D5 in popluar number systems.

HEXAEC6D5
Decimal174198213
Binary101011101100011011010101
Octal256306325

Shades and tints

Shades of #AEC6D5

#AEC6D5
(174,198,213)
#9FB4C2
(159,180,194)
#90A2AF
(144,162,175)
#81909C
(129,144,156)
#727E89
(114,126,137)
#636C76
(99,108,118)
#545A63
(84,90,99)
#454850
(69,72,80)
#36363D
(54,54,61)
#27242A
(39,36,42)
#181217
(24,18,23)
#000000
(0,0,0)

Tints of #AEC6D5

#AEC6D5
(174,198,213)
#B5CBD8
(181,203,216)
#BCD0DB
(188,208,219)
#C3D5DE
(195,213,222)
#CADAE1
(202,218,225)
#D1DFE4
(209,223,228)
#D8E4E7
(216,228,231)
#DFE9EA
(223,233,234)
#E6EEED
(230,238,237)
#EDF3F0
(237,243,240)
#F4F8F3
(244,248,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AEC6D5; }

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

This text font color is #AEC6D5.


Background Color

.myBgColor { background-color: #AEC6D5; }

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

This div background color is #AEC6D5.


Border color

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

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

This div border color is #AEC6D5.


Opacity

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

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

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

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

This text has shadow with #AEC6D5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AEC6D5 on black background.


Color preview on white background

This text has color #AEC6D5 on white background.



Black color preview on #AEC6D5 background

This text has black color on #AEC6D5 background.


White color preview on #AEC6D5 background

This text has white color on #AEC6D5 background.