COLOR #AE7AB6

HEX: #AE7AB6
RGB: (174,122,182)

Renk bilgisi

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

RGB renk modeli

#AE7AB6 color RGB value is (174,122,182).

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

RGB bağlantıları ve doygunluk

R 174 of 255 = 68%
G 122 of 255 = 48%
B 182 of 255 = 71%

174
122
182

R + G + B ~ 62%. #AE7AB6 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
174 + 122 + 182 = 478 (100%)
R 174 of 478 ~ 36.4%
G 122 of 478 ~ 25.52%
B 182 of 478 ~ 38.08%

%36.4
%25.52
%38.08

CMYK RENK MODELİ

#AE7AB6 rengi CMYK tonu (4,33,0,29).

  • camgöbeği tonu 4.40%
  • eflatun tonu 32.97%
  • sarı tonu 0.00%
  • ana renk tonu 28.63%
CMYK:
(4,33,0,29)
C4M33Y0K29 
(4%,33%,0%,29%)
(0.04/0.33/0.00/0.29)	

CMYK yüzdeleri

%4.4
%32.97
%0
%28.63

Codes

Color #AE7AB6 in popluar color models

AE7AB6
RGB174122182
HSL292°29.13%59.61%
HSB/HSV292°32.97%71.37%
CMYK4.40%32.97%0.00%
28.63%

Color #AE7AB6 in popluar number systems.

HEXAE7AB6
Decimal174122182
Binary10101110111101010110110
Octal256172266

Shades and tints

Shades of #AE7AB6

#AE7AB6
(174,122,182)
#9F6FA6
(159,111,166)
#906496
(144,100,150)
#815986
(129,89,134)
#724E76
(114,78,118)
#634366
(99,67,102)
#543856
(84,56,86)
#452D46
(69,45,70)
#362236
(54,34,54)
#271726
(39,23,38)
#180C16
(24,12,22)
#000000
(0,0,0)

Tints of #AE7AB6

#AE7AB6
(174,122,182)
#B586BC
(181,134,188)
#BC92C2
(188,146,194)
#C39EC8
(195,158,200)
#CAAACE
(202,170,206)
#D1B6D4
(209,182,212)
#D8C2DA
(216,194,218)
#DFCEE0
(223,206,224)
#E6DAE6
(230,218,230)
#EDE6EC
(237,230,236)
#F4F2F2
(244,242,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AE7AB6; }

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

This text font color is #AE7AB6.


Background Color

.myBgColor { background-color: #AE7AB6; }

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

This div background color is #AE7AB6.


Border color

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

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

This div border color is #AE7AB6.


Opacity

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

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

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

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

This text has shadow with #AE7AB6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AE7AB6 on black background.


Color preview on white background

This text has color #AE7AB6 on white background.



Black color preview on #AE7AB6 background

This text has black color on #AE7AB6 background.


White color preview on #AE7AB6 background

This text has white color on #AE7AB6 background.