COLOR #AE77AD

HEX: #AE77AD
RGB: (174,119,173)

Renk bilgisi

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

RGB renk modeli

#AE77AD color RGB value is (174,119,173).

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

RGB bağlantıları ve doygunluk

R 174 of 255 = 68%
G 119 of 255 = 47%
B 173 of 255 = 68%

174
119
173

R + G + B ~ 61%. #AE77AD is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
174 + 119 + 173 = 466 (100%)
R 174 of 466 ~ 37.34%
G 119 of 466 ~ 25.54%
B 173 of 466 ~ 37.12%

%37.34
%25.54
%37.12

CMYK RENK MODELİ

#AE77AD rengi CMYK tonu (0,32,1,32).

  • camgöbeği tonu 0.00%
  • eflatun tonu 31.61%
  • sarı tonu 0.57%
  • ana renk tonu 31.76%
CMYK:
(0,32,1,32)
C0M32Y1K32 
(0%,32%,1%,32%)
(0.00/0.32/0.01/0.32)	

CMYK yüzdeleri

%0
%31.61
%0.57
%31.76

Codes

Color #AE77AD in popluar color models

AE77AD
RGB174119173
HSL301°25.35%57.45%
HSB/HSV301°31.61%68.24%
CMYK0.00%31.61%0.57%
31.76%

Color #AE77AD in popluar number systems.

HEXAE77AD
Decimal174119173
Binary10101110111011110101101
Octal256167255

Shades and tints

Shades of #AE77AD

#AE77AD
(174,119,173)
#9F6D9E
(159,109,158)
#90638F
(144,99,143)
#815980
(129,89,128)
#724F71
(114,79,113)
#634562
(99,69,98)
#543B53
(84,59,83)
#453144
(69,49,68)
#362735
(54,39,53)
#271D26
(39,29,38)
#181317
(24,19,23)
#000000
(0,0,0)

Tints of #AE77AD

#AE77AD
(174,119,173)
#B583B4
(181,131,180)
#BC8FBB
(188,143,187)
#C39BC2
(195,155,194)
#CAA7C9
(202,167,201)
#D1B3D0
(209,179,208)
#D8BFD7
(216,191,215)
#DFCBDE
(223,203,222)
#E6D7E5
(230,215,229)
#EDE3EC
(237,227,236)
#F4EFF3
(244,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AE77AD; }

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

This text font color is #AE77AD.


Background Color

.myBgColor { background-color: #AE77AD; }

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

This div background color is #AE77AD.


Border color

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

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

This div border color is #AE77AD.


Opacity

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

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

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

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

This text has shadow with #AE77AD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AE77AD on black background.


Color preview on white background

This text has color #AE77AD on white background.



Black color preview on #AE77AD background

This text has black color on #AE77AD background.


White color preview on #AE77AD background

This text has white color on #AE77AD background.