COLOR #AE6CB1

HEX: #AE6CB1
RGB: (174,108,177)

Renk bilgisi

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

RGB renk modeli

#AE6CB1 color RGB value is (174,108,177).

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

RGB bağlantıları ve doygunluk

R 174 of 255 = 68%
G 108 of 255 = 42%
B 177 of 255 = 69%

174
108
177

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

Yüzdelerle RGB renk parçaları

R + G + B =
174 + 108 + 177 = 459 (100%)
R 174 of 459 ~ 37.91%
G 108 of 459 ~ 23.53%
B 177 of 459 ~ 38.56%

%37.91
%23.53
%38.56

CMYK RENK MODELİ

#AE6CB1 rengi CMYK tonu (2,39,0,31).

  • camgöbeği tonu 1.69%
  • eflatun tonu 38.98%
  • sarı tonu 0.00%
  • ana renk tonu 30.59%
CMYK:
(2,39,0,31)
C2M39Y0K31 
(2%,39%,0%,31%)
(0.02/0.39/0.00/0.31)	

CMYK yüzdeleri

%1.69
%38.98
%0
%30.59

Codes

Color #AE6CB1 in popluar color models

AE6CB1
RGB174108177
HSL297°30.67%55.88%
HSB/HSV297°38.98%69.41%
CMYK1.69%38.98%0.00%
30.59%

Color #AE6CB1 in popluar number systems.

HEXAE6CB1
Decimal174108177
Binary10101110110110010110001
Octal256154261

Shades and tints

Shades of #AE6CB1

#AE6CB1
(174,108,177)
#9F63A1
(159,99,161)
#905A91
(144,90,145)
#815181
(129,81,129)
#724871
(114,72,113)
#633F61
(99,63,97)
#543651
(84,54,81)
#452D41
(69,45,65)
#362431
(54,36,49)
#271B21
(39,27,33)
#181211
(24,18,17)
#000000
(0,0,0)

Tints of #AE6CB1

#AE6CB1
(174,108,177)
#B579B8
(181,121,184)
#BC86BF
(188,134,191)
#C393C6
(195,147,198)
#CAA0CD
(202,160,205)
#D1ADD4
(209,173,212)
#D8BADB
(216,186,219)
#DFC7E2
(223,199,226)
#E6D4E9
(230,212,233)
#EDE1F0
(237,225,240)
#F4EEF7
(244,238,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AE6CB1; }

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

This text font color is #AE6CB1.


Background Color

.myBgColor { background-color: #AE6CB1; }

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

This div background color is #AE6CB1.


Border color

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

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

This div border color is #AE6CB1.


Opacity

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

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

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

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

This text has shadow with #AE6CB1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AE6CB1 on black background.


Color preview on white background

This text has color #AE6CB1 on white background.



Black color preview on #AE6CB1 background

This text has black color on #AE6CB1 background.


White color preview on #AE6CB1 background

This text has white color on #AE6CB1 background.