COLOR #AEABD6

HEX: #AEABD6
RGB: (174,171,214)

Renk bilgisi

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

RGB renk modeli

#AEABD6 color RGB value is (174,171,214).

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

RGB bağlantıları ve doygunluk

R 174 of 255 = 68%
G 171 of 255 = 67%
B 214 of 255 = 84%

174
171
214

R + G + B ~ 73%. #AEABD6 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
174 + 171 + 214 = 559 (100%)
R 174 of 559 ~ 31.13%
G 171 of 559 ~ 30.59%
B 214 of 559 ~ 38.28%

%31.13
%30.59
%38.28

CMYK RENK MODELİ

#AEABD6 rengi CMYK tonu (19,20,0,16).

  • camgöbeği tonu 18.69%
  • eflatun tonu 20.09%
  • sarı tonu 0.00%
  • ana renk tonu 16.08%
CMYK:
(19,20,0,16)
C19M20Y0K16 
(19%,20%,0%,16%)
(0.19/0.20/0.00/0.16)	

CMYK yüzdeleri

%18.69
%20.09
%0
%16.08

Codes

Color #AEABD6 in popluar color models

AEABD6
RGB174171214
HSL244°34.40%75.49%
HSB/HSV244°20.09%83.92%
CMYK18.69%20.09%0.00%
16.08%

Color #AEABD6 in popluar number systems.

HEXAEABD6
Decimal174171214
Binary101011101010101111010110
Octal256253326

Shades and tints

Shades of #AEABD6

#AEABD6
(174,171,214)
#9F9CC3
(159,156,195)
#908DB0
(144,141,176)
#817E9D
(129,126,157)
#726F8A
(114,111,138)
#636077
(99,96,119)
#545164
(84,81,100)
#454251
(69,66,81)
#36333E
(54,51,62)
#27242B
(39,36,43)
#181518
(24,21,24)
#000000
(0,0,0)

Tints of #AEABD6

#AEABD6
(174,171,214)
#B5B2D9
(181,178,217)
#BCB9DC
(188,185,220)
#C3C0DF
(195,192,223)
#CAC7E2
(202,199,226)
#D1CEE5
(209,206,229)
#D8D5E8
(216,213,232)
#DFDCEB
(223,220,235)
#E6E3EE
(230,227,238)
#EDEAF1
(237,234,241)
#F4F1F4
(244,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AEABD6; }

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

This text font color is #AEABD6.


Background Color

.myBgColor { background-color: #AEABD6; }

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

This div background color is #AEABD6.


Border color

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

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

This div border color is #AEABD6.


Opacity

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

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

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

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

This text has shadow with #AEABD6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AEABD6 on black background.


Color preview on white background

This text has color #AEABD6 on white background.



Black color preview on #AEABD6 background

This text has black color on #AEABD6 background.


White color preview on #AEABD6 background

This text has white color on #AEABD6 background.