COLOR #AE71AB

HEX: #AE71AB
RGB: (174,113,171)

Renk bilgisi

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

RGB renk modeli

#AE71AB color RGB value is (174,113,171).

  • kırmız ton 174;
  • yeşil ton 113;
  • mavi ton 171.
RGB:
(174,113,171)
(68%,44%,67%)

RGB bağlantıları ve doygunluk

R 174 of 255 = 68%
G 113 of 255 = 44%
B 171 of 255 = 67%

174
113
171

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

Yüzdelerle RGB renk parçaları

R + G + B =
174 + 113 + 171 = 458 (100%)
R 174 of 458 ~ 37.99%
G 113 of 458 ~ 24.67%
B 171 of 458 ~ 37.34%

%37.99
%24.67
%37.34

CMYK RENK MODELİ

#AE71AB rengi CMYK tonu (0,35,2,32).

  • camgöbeği tonu 0.00%
  • eflatun tonu 35.06%
  • sarı tonu 1.72%
  • ana renk tonu 31.76%
CMYK:
(0,35,2,32)
C0M35Y2K32 
(0%,35%,2%,32%)
(0.00/0.35/0.02/0.32)	

CMYK yüzdeleri

%0
%35.06
%1.72
%31.76

Codes

Color #AE71AB in popluar color models

AE71AB
RGB174113171
HSL303°27.35%56.27%
HSB/HSV303°35.06%68.24%
CMYK0.00%35.06%1.72%
31.76%

Color #AE71AB in popluar number systems.

HEXAE71AB
Decimal174113171
Binary10101110111000110101011
Octal256161253

Shades and tints

Shades of #AE71AB

#AE71AB
(174,113,171)
#9F679C
(159,103,156)
#905D8D
(144,93,141)
#81537E
(129,83,126)
#72496F
(114,73,111)
#633F60
(99,63,96)
#543551
(84,53,81)
#452B42
(69,43,66)
#362133
(54,33,51)
#271724
(39,23,36)
#180D15
(24,13,21)
#000000
(0,0,0)

Tints of #AE71AB

#AE71AB
(174,113,171)
#B57DB2
(181,125,178)
#BC89B9
(188,137,185)
#C395C0
(195,149,192)
#CAA1C7
(202,161,199)
#D1ADCE
(209,173,206)
#D8B9D5
(216,185,213)
#DFC5DC
(223,197,220)
#E6D1E3
(230,209,227)
#EDDDEA
(237,221,234)
#F4E9F1
(244,233,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AE71AB color. Also use rgb(174,113,171) instead hex code.

Text Font Color

.myTextColor { color: #AE71AB; }

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

This text font color is #AE71AB.


Background Color

.myBgColor { background-color: #AE71AB; }

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

This div background color is #AE71AB.


Border color

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

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

This div border color is #AE71AB.


Opacity

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

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

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

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

This text has shadow with #AE71AB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AE71AB on black background.


Color preview on white background

This text has color #AE71AB on white background.



Black color preview on #AE71AB background

This text has black color on #AE71AB background.


White color preview on #AE71AB background

This text has white color on #AE71AB background.