COLOR #AE7DB5

HEX: #AE7DB5
RGB: (174,125,181)

Renk bilgisi

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

RGB renk modeli

#AE7DB5 color RGB value is (174,125,181).

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

RGB bağlantıları ve doygunluk

R 174 of 255 = 68%
G 125 of 255 = 49%
B 181 of 255 = 71%

174
125
181

R + G + B ~ 63%. #AE7DB5 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
174 + 125 + 181 = 480 (100%)
R 174 of 480 ~ 36.25%
G 125 of 480 ~ 26.04%
B 181 of 480 ~ 37.71%

%36.25
%26.04
%37.71

CMYK RENK MODELİ

#AE7DB5 rengi CMYK tonu (4,31,0,29).

  • camgöbeği tonu 3.87%
  • eflatun tonu 30.94%
  • sarı tonu 0.00%
  • ana renk tonu 29.02%
CMYK:
(4,31,0,29)
C4M31Y0K29 
(4%,31%,0%,29%)
(0.04/0.31/0.00/0.29)	

CMYK yüzdeleri

%3.87
%30.94
%0
%29.02

Codes

Color #AE7DB5 in popluar color models

AE7DB5
RGB174125181
HSL293°27.45%60.00%
HSB/HSV293°30.94%70.98%
CMYK3.87%30.94%0.00%
29.02%

Color #AE7DB5 in popluar number systems.

HEXAE7DB5
Decimal174125181
Binary10101110111110110110101
Octal256175265

Shades and tints

Shades of #AE7DB5

#AE7DB5
(174,125,181)
#9F72A5
(159,114,165)
#906795
(144,103,149)
#815C85
(129,92,133)
#725175
(114,81,117)
#634665
(99,70,101)
#543B55
(84,59,85)
#453045
(69,48,69)
#362535
(54,37,53)
#271A25
(39,26,37)
#180F15
(24,15,21)
#000000
(0,0,0)

Tints of #AE7DB5

#AE7DB5
(174,125,181)
#B588BB
(181,136,187)
#BC93C1
(188,147,193)
#C39EC7
(195,158,199)
#CAA9CD
(202,169,205)
#D1B4D3
(209,180,211)
#D8BFD9
(216,191,217)
#DFCADF
(223,202,223)
#E6D5E5
(230,213,229)
#EDE0EB
(237,224,235)
#F4EBF1
(244,235,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AE7DB5; }

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

This text font color is #AE7DB5.


Background Color

.myBgColor { background-color: #AE7DB5; }

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

This div background color is #AE7DB5.


Border color

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

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

This div border color is #AE7DB5.


Opacity

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

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

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

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

This text has shadow with #AE7DB5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AE7DB5 on black background.


Color preview on white background

This text has color #AE7DB5 on white background.



Black color preview on #AE7DB5 background

This text has black color on #AE7DB5 background.


White color preview on #AE7DB5 background

This text has white color on #AE7DB5 background.