COLOR #AE7ABB

HEX: #AE7ABB
RGB: (174,122,187)

Renk bilgisi

#AE7ABB contains mainly red and blue colors. #AE7ABB ‘ nin web güvenlik rengi #9966CC (ya da #96C) dir.

RGB renk modeli

#AE7ABB color RGB value is (174,122,187).

  • kırmız ton 174;
  • yeşil ton 122;
  • mavi ton 187.
RGB:
(174,122,187)
(68%,48%,73%)

RGB bağlantıları ve doygunluk

R 174 of 255 = 68%
G 122 of 255 = 48%
B 187 of 255 = 73%

174
122
187

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

Yüzdelerle RGB renk parçaları

R + G + B =
174 + 122 + 187 = 483 (100%)
R 174 of 483 ~ 36.02%
G 122 of 483 ~ 25.26%
B 187 of 483 ~ 38.72%

%36.02
%25.26
%38.72

CMYK RENK MODELİ

#AE7ABB rengi CMYK tonu (7,35,0,27).

  • camgöbeği tonu 6.95%
  • eflatun tonu 34.76%
  • sarı tonu 0.00%
  • ana renk tonu 26.67%
CMYK:
(7,35,0,27)
C7M35Y0K27 
(7%,35%,0%,27%)
(0.07/0.35/0.00/0.27)	

CMYK yüzdeleri

%6.95
%34.76
%0
%26.67

Codes

Color #AE7ABB in popluar color models

AE7ABB
RGB174122187
HSL288°32.34%60.59%
HSB/HSV288°34.76%73.33%
CMYK6.95%34.76%0.00%
26.67%

Color #AE7ABB in popluar number systems.

HEXAE7ABB
Decimal174122187
Binary10101110111101010111011
Octal256172273

Shades and tints

Shades of #AE7ABB

#AE7ABB
(174,122,187)
#9F6FAA
(159,111,170)
#906499
(144,100,153)
#815988
(129,89,136)
#724E77
(114,78,119)
#634366
(99,67,102)
#543855
(84,56,85)
#452D44
(69,45,68)
#362233
(54,34,51)
#271722
(39,23,34)
#180C11
(24,12,17)
#000000
(0,0,0)

Tints of #AE7ABB

#AE7ABB
(174,122,187)
#B586C1
(181,134,193)
#BC92C7
(188,146,199)
#C39ECD
(195,158,205)
#CAAAD3
(202,170,211)
#D1B6D9
(209,182,217)
#D8C2DF
(216,194,223)
#DFCEE5
(223,206,229)
#E6DAEB
(230,218,235)
#EDE6F1
(237,230,241)
#F4F2F7
(244,242,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AE7ABB color. Also use rgb(174,122,187) instead hex code.

Text Font Color

.myTextColor { color: #AE7ABB; }

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

This text font color is #AE7ABB.


Background Color

.myBgColor { background-color: #AE7ABB; }

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

This div background color is #AE7ABB.


Border color

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

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

This div border color is #AE7ABB.


Opacity

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

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

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

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

This text has shadow with #AE7ABB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AE7ABB on black background.


Color preview on white background

This text has color #AE7ABB on white background.



Black color preview on #AE7ABB background

This text has black color on #AE7ABB background.


White color preview on #AE7ABB background

This text has white color on #AE7ABB background.