COLOR #AE5E99

HEX: #AE5E99
RGB: (174,94,153)

Renk bilgisi

#AE5E99 contains mainly red and blue colors. #AE5E99 ‘ nin web güvenlik rengi #996699 (ya da #969) dir.

RGB renk modeli

#AE5E99 color RGB value is (174,94,153).

  • kırmız ton 174;
  • yeşil ton 94;
  • mavi ton 153.
RGB:
(174,94,153)
(68%,37%,60%)

RGB bağlantıları ve doygunluk

R 174 of 255 = 68%
G 94 of 255 = 37%
B 153 of 255 = 60%

174
94
153

R + G + B ~ 55%. #AE5E99 is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
174 + 94 + 153 = 421 (100%)
R 174 of 421 ~ 41.33%
G 94 of 421 ~ 22.33%
B 153 of 421 ~ 36.34%

%41.33
%22.33
%36.34

CMYK RENK MODELİ

#AE5E99 rengi CMYK tonu (0,46,12,32).

  • camgöbeği tonu 0.00%
  • eflatun tonu 45.98%
  • sarı tonu 12.07%
  • ana renk tonu 31.76%
CMYK:
(0,46,12,32)
C0M46Y12K32 
(0%,46%,12%,32%)
(0.00/0.46/0.12/0.32)	

CMYK yüzdeleri

%0
%45.98
%12.07
%31.76

Codes

Color #AE5E99 in popluar color models

AE5E99
RGB17494153
HSL316°33.06%52.55%
HSB/HSV316°45.98%68.24%
CMYK0.00%45.98%12.07%
31.76%

Color #AE5E99 in popluar number systems.

HEXAE5E99
Decimal17494153
Binary10101110101111010011001
Octal256136231

Shades and tints

Shades of #AE5E99

#AE5E99
(174,94,153)
#9F568C
(159,86,140)
#904E7F
(144,78,127)
#814672
(129,70,114)
#723E65
(114,62,101)
#633658
(99,54,88)
#542E4B
(84,46,75)
#45263E
(69,38,62)
#361E31
(54,30,49)
#271624
(39,22,36)
#180E17
(24,14,23)
#000000
(0,0,0)

Tints of #AE5E99

#AE5E99
(174,94,153)
#B56CA2
(181,108,162)
#BC7AAB
(188,122,171)
#C388B4
(195,136,180)
#CA96BD
(202,150,189)
#D1A4C6
(209,164,198)
#D8B2CF
(216,178,207)
#DFC0D8
(223,192,216)
#E6CEE1
(230,206,225)
#EDDCEA
(237,220,234)
#F4EAF3
(244,234,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AE5E99 color. Also use rgb(174,94,153) instead hex code.

Text Font Color

.myTextColor { color: #AE5E99; }

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

This text font color is #AE5E99.


Background Color

.myBgColor { background-color: #AE5E99; }

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

This div background color is #AE5E99.


Border color

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

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

This div border color is #AE5E99.


Opacity

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

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

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

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

This text has shadow with #AE5E99 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AE5E99 on black background.


Color preview on white background

This text has color #AE5E99 on white background.



Black color preview on #AE5E99 background

This text has black color on #AE5E99 background.


White color preview on #AE5E99 background

This text has white color on #AE5E99 background.