COLOR #AE7DDC

HEX: #AE7DDC
RGB: (174,125,220)

Renk bilgisi

#AE7DDC contains mainly red and blue colors. #AE7DDC ‘ nin web güvenlik rengi #9966CC (ya da #96C) dir.

RGB renk modeli

#AE7DDC color RGB value is (174,125,220).

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

RGB bağlantıları ve doygunluk

R 174 of 255 = 68%
G 125 of 255 = 49%
B 220 of 255 = 86%

174
125
220

R + G + B ~ 68%. #AE7DDC is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
174 + 125 + 220 = 519 (100%)
R 174 of 519 ~ 33.53%
G 125 of 519 ~ 24.08%
B 220 of 519 ~ 42.39%

%33.53
%24.08
%42.39

CMYK RENK MODELİ

#AE7DDC rengi CMYK tonu (21,43,0,14).

  • camgöbeği tonu 20.91%
  • eflatun tonu 43.18%
  • sarı tonu 0.00%
  • ana renk tonu 13.73%
CMYK:
(21,43,0,14)
C21M43Y0K14 
(21%,43%,0%,14%)
(0.21/0.43/0.00/0.14)	

CMYK yüzdeleri

%20.91
%43.18
%0
%13.73

Codes

Color #AE7DDC in popluar color models

AE7DDC
RGB174125220
HSL271°57.58%67.65%
HSB/HSV271°43.18%86.27%
CMYK20.91%43.18%0.00%
13.73%

Color #AE7DDC in popluar number systems.

HEXAE7DDC
Decimal174125220
Binary10101110111110111011100
Octal256175334

Shades and tints

Shades of #AE7DDC

#AE7DDC
(174,125,220)
#9F72C8
(159,114,200)
#9067B4
(144,103,180)
#815CA0
(129,92,160)
#72518C
(114,81,140)
#634678
(99,70,120)
#543B64
(84,59,100)
#453050
(69,48,80)
#36253C
(54,37,60)
#271A28
(39,26,40)
#180F14
(24,15,20)
#000000
(0,0,0)

Tints of #AE7DDC

#AE7DDC
(174,125,220)
#B588DF
(181,136,223)
#BC93E2
(188,147,226)
#C39EE5
(195,158,229)
#CAA9E8
(202,169,232)
#D1B4EB
(209,180,235)
#D8BFEE
(216,191,238)
#DFCAF1
(223,202,241)
#E6D5F4
(230,213,244)
#EDE0F7
(237,224,247)
#F4EBFA
(244,235,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AE7DDC; }

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

This text font color is #AE7DDC.


Background Color

.myBgColor { background-color: #AE7DDC; }

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

This div background color is #AE7DDC.


Border color

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

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

This div border color is #AE7DDC.


Opacity

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

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

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

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

This text has shadow with #AE7DDC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AE7DDC on black background.


Color preview on white background

This text has color #AE7DDC on white background.



Black color preview on #AE7DDC background

This text has black color on #AE7DDC background.


White color preview on #AE7DDC background

This text has white color on #AE7DDC background.