COLOR #AE8EC7

HEX: #AE8EC7
RGB: (174,142,199)

Renk bilgisi

#AE8EC7 contains red, green and blue colors in about the same proportion. #AE8EC7 ‘ nin web güvenlik rengi #9999CC (ya da #99C) dir.

RGB renk modeli

#AE8EC7 color RGB value is (174,142,199).

  • kırmız ton 174;
  • yeşil ton 142;
  • mavi ton 199.
RGB:
(174,142,199)
(68%,56%,78%)

RGB bağlantıları ve doygunluk

R 174 of 255 = 68%
G 142 of 255 = 56%
B 199 of 255 = 78%

174
142
199

R + G + B ~ 67%. #AE8EC7 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
174 + 142 + 199 = 515 (100%)
R 174 of 515 ~ 33.79%
G 142 of 515 ~ 27.57%
B 199 of 515 ~ 38.64%

%33.79
%27.57
%38.64

CMYK RENK MODELİ

#AE8EC7 rengi CMYK tonu (13,29,0,22).

  • camgöbeği tonu 12.56%
  • eflatun tonu 28.64%
  • sarı tonu 0.00%
  • ana renk tonu 21.96%
CMYK:
(13,29,0,22)
C13M29Y0K22 
(13%,29%,0%,22%)
(0.13/0.29/0.00/0.22)	

CMYK yüzdeleri

%12.56
%28.64
%0
%21.96

Codes

Color #AE8EC7 in popluar color models

AE8EC7
RGB174142199
HSL274°33.73%66.86%
HSB/HSV274°28.64%78.04%
CMYK12.56%28.64%0.00%
21.96%

Color #AE8EC7 in popluar number systems.

HEXAE8EC7
Decimal174142199
Binary101011101000111011000111
Octal256216307

Shades and tints

Shades of #AE8EC7

#AE8EC7
(174,142,199)
#9F82B5
(159,130,181)
#9076A3
(144,118,163)
#816A91
(129,106,145)
#725E7F
(114,94,127)
#63526D
(99,82,109)
#54465B
(84,70,91)
#453A49
(69,58,73)
#362E37
(54,46,55)
#272225
(39,34,37)
#181613
(24,22,19)
#000000
(0,0,0)

Tints of #AE8EC7

#AE8EC7
(174,142,199)
#B598CC
(181,152,204)
#BCA2D1
(188,162,209)
#C3ACD6
(195,172,214)
#CAB6DB
(202,182,219)
#D1C0E0
(209,192,224)
#D8CAE5
(216,202,229)
#DFD4EA
(223,212,234)
#E6DEEF
(230,222,239)
#EDE8F4
(237,232,244)
#F4F2F9
(244,242,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AE8EC7 color. Also use rgb(174,142,199) instead hex code.

Text Font Color

.myTextColor { color: #AE8EC7; }

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

This text font color is #AE8EC7.


Background Color

.myBgColor { background-color: #AE8EC7; }

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

This div background color is #AE8EC7.


Border color

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

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

This div border color is #AE8EC7.


Opacity

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

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

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

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

This text has shadow with #AE8EC7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AE8EC7 on black background.


Color preview on white background

This text has color #AE8EC7 on white background.



Black color preview on #AE8EC7 background

This text has black color on #AE8EC7 background.


White color preview on #AE8EC7 background

This text has white color on #AE8EC7 background.