COLOR #AE93C0

HEX: #AE93C0
RGB: (174,147,192)

Renk bilgisi

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

RGB renk modeli

#AE93C0 color RGB value is (174,147,192).

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

RGB bağlantıları ve doygunluk

R 174 of 255 = 68%
G 147 of 255 = 58%
B 192 of 255 = 75%

174
147
192

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

Yüzdelerle RGB renk parçaları

R + G + B =
174 + 147 + 192 = 513 (100%)
R 174 of 513 ~ 33.92%
G 147 of 513 ~ 28.65%
B 192 of 513 ~ 37.43%

%33.92
%28.65
%37.43

CMYK RENK MODELİ

#AE93C0 rengi CMYK tonu (9,23,0,25).

  • camgöbeği tonu 9.38%
  • eflatun tonu 23.44%
  • sarı tonu 0.00%
  • ana renk tonu 24.71%
CMYK:
(9,23,0,25)
C9M23Y0K25 
(9%,23%,0%,25%)
(0.09/0.23/0.00/0.25)	

CMYK yüzdeleri

%9.38
%23.44
%0
%24.71

Codes

Color #AE93C0 in popluar color models

AE93C0
RGB174147192
HSL276°26.32%66.47%
HSB/HSV276°23.44%75.29%
CMYK9.38%23.44%0.00%
24.71%

Color #AE93C0 in popluar number systems.

HEXAE93C0
Decimal174147192
Binary101011101001001111000000
Octal256223300

Shades and tints

Shades of #AE93C0

#AE93C0
(174,147,192)
#9F86AF
(159,134,175)
#90799E
(144,121,158)
#816C8D
(129,108,141)
#725F7C
(114,95,124)
#63526B
(99,82,107)
#54455A
(84,69,90)
#453849
(69,56,73)
#362B38
(54,43,56)
#271E27
(39,30,39)
#181116
(24,17,22)
#000000
(0,0,0)

Tints of #AE93C0

#AE93C0
(174,147,192)
#B59CC5
(181,156,197)
#BCA5CA
(188,165,202)
#C3AECF
(195,174,207)
#CAB7D4
(202,183,212)
#D1C0D9
(209,192,217)
#D8C9DE
(216,201,222)
#DFD2E3
(223,210,227)
#E6DBE8
(230,219,232)
#EDE4ED
(237,228,237)
#F4EDF2
(244,237,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AE93C0; }

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

This text font color is #AE93C0.


Background Color

.myBgColor { background-color: #AE93C0; }

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

This div background color is #AE93C0.


Border color

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

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

This div border color is #AE93C0.


Opacity

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

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

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

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

This text has shadow with #AE93C0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AE93C0 on black background.


Color preview on white background

This text has color #AE93C0 on white background.



Black color preview on #AE93C0 background

This text has black color on #AE93C0 background.


White color preview on #AE93C0 background

This text has white color on #AE93C0 background.