COLOR #AE87B1

HEX: #AE87B1
RGB: (174,135,177)

Renk bilgisi

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

RGB renk modeli

#AE87B1 color RGB value is (174,135,177).

  • kırmız ton 174;
  • yeşil ton 135;
  • mavi ton 177.
RGB:
(174,135,177)
(68%,53%,69%)

RGB bağlantıları ve doygunluk

R 174 of 255 = 68%
G 135 of 255 = 53%
B 177 of 255 = 69%

174
135
177

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

Yüzdelerle RGB renk parçaları

R + G + B =
174 + 135 + 177 = 486 (100%)
R 174 of 486 ~ 35.8%
G 135 of 486 ~ 27.78%
B 177 of 486 ~ 36.42%

%35.8
%27.78
%36.42

CMYK RENK MODELİ

#AE87B1 rengi CMYK tonu (2,24,0,31).

  • camgöbeği tonu 1.69%
  • eflatun tonu 23.73%
  • sarı tonu 0.00%
  • ana renk tonu 30.59%
CMYK:
(2,24,0,31)
C2M24Y0K31 
(2%,24%,0%,31%)
(0.02/0.24/0.00/0.31)	

CMYK yüzdeleri

%1.69
%23.73
%0
%30.59

Codes

Color #AE87B1 in popluar color models

AE87B1
RGB174135177
HSL296°21.21%61.18%
HSB/HSV296°23.73%69.41%
CMYK1.69%23.73%0.00%
30.59%

Color #AE87B1 in popluar number systems.

HEXAE87B1
Decimal174135177
Binary101011101000011110110001
Octal256207261

Shades and tints

Shades of #AE87B1

#AE87B1
(174,135,177)
#9F7BA1
(159,123,161)
#906F91
(144,111,145)
#816381
(129,99,129)
#725771
(114,87,113)
#634B61
(99,75,97)
#543F51
(84,63,81)
#453341
(69,51,65)
#362731
(54,39,49)
#271B21
(39,27,33)
#180F11
(24,15,17)
#000000
(0,0,0)

Tints of #AE87B1

#AE87B1
(174,135,177)
#B591B8
(181,145,184)
#BC9BBF
(188,155,191)
#C3A5C6
(195,165,198)
#CAAFCD
(202,175,205)
#D1B9D4
(209,185,212)
#D8C3DB
(216,195,219)
#DFCDE2
(223,205,226)
#E6D7E9
(230,215,233)
#EDE1F0
(237,225,240)
#F4EBF7
(244,235,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AE87B1 color. Also use rgb(174,135,177) instead hex code.

Text Font Color

.myTextColor { color: #AE87B1; }

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

This text font color is #AE87B1.


Background Color

.myBgColor { background-color: #AE87B1; }

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

This div background color is #AE87B1.


Border color

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

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

This div border color is #AE87B1.


Opacity

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

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

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

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

This text has shadow with #AE87B1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AE87B1 on black background.


Color preview on white background

This text has color #AE87B1 on white background.



Black color preview on #AE87B1 background

This text has black color on #AE87B1 background.


White color preview on #AE87B1 background

This text has white color on #AE87B1 background.