COLOR #AE77A7

HEX: #AE77A7
RGB: (174,119,167)

Renk bilgisi

#AE77A7 contains red, green and blue colors in about the same proportion. #AE77A7 ‘ nin web güvenlik rengi #996699 (ya da #969) dir.

RGB renk modeli

#AE77A7 color RGB value is (174,119,167).

  • kırmız ton 174;
  • yeşil ton 119;
  • mavi ton 167.
RGB:
(174,119,167)
(68%,47%,65%)

RGB bağlantıları ve doygunluk

R 174 of 255 = 68%
G 119 of 255 = 47%
B 167 of 255 = 65%

174
119
167

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

Yüzdelerle RGB renk parçaları

R + G + B =
174 + 119 + 167 = 460 (100%)
R 174 of 460 ~ 37.83%
G 119 of 460 ~ 25.87%
B 167 of 460 ~ 36.3%

%37.83
%25.87
%36.3

CMYK RENK MODELİ

#AE77A7 rengi CMYK tonu (0,32,4,32).

  • camgöbeği tonu 0.00%
  • eflatun tonu 31.61%
  • sarı tonu 4.02%
  • ana renk tonu 31.76%
CMYK:
(0,32,4,32)
C0M32Y4K32 
(0%,32%,4%,32%)
(0.00/0.32/0.04/0.32)	

CMYK yüzdeleri

%0
%31.61
%4.02
%31.76

Codes

Color #AE77A7 in popluar color models

AE77A7
RGB174119167
HSL308°25.35%57.45%
HSB/HSV308°31.61%68.24%
CMYK0.00%31.61%4.02%
31.76%

Color #AE77A7 in popluar number systems.

HEXAE77A7
Decimal174119167
Binary10101110111011110100111
Octal256167247

Shades and tints

Shades of #AE77A7

#AE77A7
(174,119,167)
#9F6D98
(159,109,152)
#906389
(144,99,137)
#81597A
(129,89,122)
#724F6B
(114,79,107)
#63455C
(99,69,92)
#543B4D
(84,59,77)
#45313E
(69,49,62)
#36272F
(54,39,47)
#271D20
(39,29,32)
#181311
(24,19,17)
#000000
(0,0,0)

Tints of #AE77A7

#AE77A7
(174,119,167)
#B583AF
(181,131,175)
#BC8FB7
(188,143,183)
#C39BBF
(195,155,191)
#CAA7C7
(202,167,199)
#D1B3CF
(209,179,207)
#D8BFD7
(216,191,215)
#DFCBDF
(223,203,223)
#E6D7E7
(230,215,231)
#EDE3EF
(237,227,239)
#F4EFF7
(244,239,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AE77A7 color. Also use rgb(174,119,167) instead hex code.

Text Font Color

.myTextColor { color: #AE77A7; }

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

This text font color is #AE77A7.


Background Color

.myBgColor { background-color: #AE77A7; }

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

This div background color is #AE77A7.


Border color

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

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

This div border color is #AE77A7.


Opacity

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

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

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

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

This text has shadow with #AE77A7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AE77A7 on black background.


Color preview on white background

This text has color #AE77A7 on white background.



Black color preview on #AE77A7 background

This text has black color on #AE77A7 background.


White color preview on #AE77A7 background

This text has white color on #AE77A7 background.