COLOR #AE93C8

HEX: #AE93C8
RGB: (174,147,200)

Renk bilgisi

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

RGB renk modeli

#AE93C8 color RGB value is (174,147,200).

  • kırmız ton 174;
  • yeşil ton 147;
  • mavi ton 200.
RGB:
(174,147,200)
(68%,58%,78%)

RGB bağlantıları ve doygunluk

R 174 of 255 = 68%
G 147 of 255 = 58%
B 200 of 255 = 78%

174
147
200

R + G + B ~ 68%. #AE93C8 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
174 + 147 + 200 = 521 (100%)
R 174 of 521 ~ 33.4%
G 147 of 521 ~ 28.21%
B 200 of 521 ~ 38.39%

%33.4
%28.21
%38.39

CMYK RENK MODELİ

#AE93C8 rengi CMYK tonu (13,27,0,22).

  • camgöbeği tonu 13.00%
  • eflatun tonu 26.50%
  • sarı tonu 0.00%
  • ana renk tonu 21.57%
CMYK:
(13,27,0,22)
C13M27Y0K22 
(13%,27%,0%,22%)
(0.13/0.27/0.00/0.22)	

CMYK yüzdeleri

%13
%26.5
%0
%21.57

Codes

Color #AE93C8 in popluar color models

AE93C8
RGB174147200
HSL271°32.52%68.04%
HSB/HSV271°26.50%78.43%
CMYK13.00%26.50%0.00%
21.57%

Color #AE93C8 in popluar number systems.

HEXAE93C8
Decimal174147200
Binary101011101001001111001000
Octal256223310

Shades and tints

Shades of #AE93C8

#AE93C8
(174,147,200)
#9F86B6
(159,134,182)
#9079A4
(144,121,164)
#816C92
(129,108,146)
#725F80
(114,95,128)
#63526E
(99,82,110)
#54455C
(84,69,92)
#45384A
(69,56,74)
#362B38
(54,43,56)
#271E26
(39,30,38)
#181114
(24,17,20)
#000000
(0,0,0)

Tints of #AE93C8

#AE93C8
(174,147,200)
#B59CCD
(181,156,205)
#BCA5D2
(188,165,210)
#C3AED7
(195,174,215)
#CAB7DC
(202,183,220)
#D1C0E1
(209,192,225)
#D8C9E6
(216,201,230)
#DFD2EB
(223,210,235)
#E6DBF0
(230,219,240)
#EDE4F5
(237,228,245)
#F4EDFA
(244,237,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AE93C8 color. Also use rgb(174,147,200) instead hex code.

Text Font Color

.myTextColor { color: #AE93C8; }

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

This text font color is #AE93C8.


Background Color

.myBgColor { background-color: #AE93C8; }

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

This div background color is #AE93C8.


Border color

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

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

This div border color is #AE93C8.


Opacity

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

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

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

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

This text has shadow with #AE93C8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AE93C8 on black background.


Color preview on white background

This text has color #AE93C8 on white background.



Black color preview on #AE93C8 background

This text has black color on #AE93C8 background.


White color preview on #AE93C8 background

This text has white color on #AE93C8 background.