COLOR #AE7DC7

HEX: #AE7DC7
RGB: (174,125,199)

Renk bilgisi

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

RGB renk modeli

#AE7DC7 color RGB value is (174,125,199).

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

RGB bağlantıları ve doygunluk

R 174 of 255 = 68%
G 125 of 255 = 49%
B 199 of 255 = 78%

174
125
199

R + G + B ~ 65%. #AE7DC7 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
174 + 125 + 199 = 498 (100%)
R 174 of 498 ~ 34.94%
G 125 of 498 ~ 25.1%
B 199 of 498 ~ 39.96%

%34.94
%25.1
%39.96

CMYK RENK MODELİ

#AE7DC7 rengi CMYK tonu (13,37,0,22).

  • camgöbeği tonu 12.56%
  • eflatun tonu 37.19%
  • sarı tonu 0.00%
  • ana renk tonu 21.96%
CMYK:
(13,37,0,22)
C13M37Y0K22 
(13%,37%,0%,22%)
(0.13/0.37/0.00/0.22)	

CMYK yüzdeleri

%12.56
%37.19
%0
%21.96

Codes

Color #AE7DC7 in popluar color models

AE7DC7
RGB174125199
HSL280°39.78%63.53%
HSB/HSV280°37.19%78.04%
CMYK12.56%37.19%0.00%
21.96%

Color #AE7DC7 in popluar number systems.

HEXAE7DC7
Decimal174125199
Binary10101110111110111000111
Octal256175307

Shades and tints

Shades of #AE7DC7

#AE7DC7
(174,125,199)
#9F72B5
(159,114,181)
#9067A3
(144,103,163)
#815C91
(129,92,145)
#72517F
(114,81,127)
#63466D
(99,70,109)
#543B5B
(84,59,91)
#453049
(69,48,73)
#362537
(54,37,55)
#271A25
(39,26,37)
#180F13
(24,15,19)
#000000
(0,0,0)

Tints of #AE7DC7

#AE7DC7
(174,125,199)
#B588CC
(181,136,204)
#BC93D1
(188,147,209)
#C39ED6
(195,158,214)
#CAA9DB
(202,169,219)
#D1B4E0
(209,180,224)
#D8BFE5
(216,191,229)
#DFCAEA
(223,202,234)
#E6D5EF
(230,213,239)
#EDE0F4
(237,224,244)
#F4EBF9
(244,235,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AE7DC7; }

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

This text font color is #AE7DC7.


Background Color

.myBgColor { background-color: #AE7DC7; }

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

This div background color is #AE7DC7.


Border color

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

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

This div border color is #AE7DC7.


Opacity

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

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

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

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

This text has shadow with #AE7DC7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AE7DC7 on black background.


Color preview on white background

This text has color #AE7DC7 on white background.



Black color preview on #AE7DC7 background

This text has black color on #AE7DC7 background.


White color preview on #AE7DC7 background

This text has white color on #AE7DC7 background.