COLOR #AE97D4

HEX: #AE97D4
RGB: (174,151,212)

Renk bilgisi

#AE97D4 contains mainly red and blue colors. #AE97D4 ‘ nin web güvenlik rengi #9999CC (ya da #99C) dir.

RGB renk modeli

#AE97D4 color RGB value is (174,151,212).

  • kırmız ton 174;
  • yeşil ton 151;
  • mavi ton 212.
RGB:
(174,151,212)
(68%,59%,83%)

RGB bağlantıları ve doygunluk

R 174 of 255 = 68%
G 151 of 255 = 59%
B 212 of 255 = 83%

174
151
212

R + G + B ~ 70%. #AE97D4 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
174 + 151 + 212 = 537 (100%)
R 174 of 537 ~ 32.4%
G 151 of 537 ~ 28.12%
B 212 of 537 ~ 39.48%

%32.4
%28.12
%39.48

CMYK RENK MODELİ

#AE97D4 rengi CMYK tonu (18,29,0,17).

  • camgöbeği tonu 17.92%
  • eflatun tonu 28.77%
  • sarı tonu 0.00%
  • ana renk tonu 16.86%
CMYK:
(18,29,0,17)
C18M29Y0K17 
(18%,29%,0%,17%)
(0.18/0.29/0.00/0.17)	

CMYK yüzdeleri

%17.92
%28.77
%0
%16.86

Codes

Color #AE97D4 in popluar color models

AE97D4
RGB174151212
HSL263°41.50%71.18%
HSB/HSV263°28.77%83.14%
CMYK17.92%28.77%0.00%
16.86%

Color #AE97D4 in popluar number systems.

HEXAE97D4
Decimal174151212
Binary101011101001011111010100
Octal256227324

Shades and tints

Shades of #AE97D4

#AE97D4
(174,151,212)
#9F8AC1
(159,138,193)
#907DAE
(144,125,174)
#81709B
(129,112,155)
#726388
(114,99,136)
#635675
(99,86,117)
#544962
(84,73,98)
#453C4F
(69,60,79)
#362F3C
(54,47,60)
#272229
(39,34,41)
#181516
(24,21,22)
#000000
(0,0,0)

Tints of #AE97D4

#AE97D4
(174,151,212)
#B5A0D7
(181,160,215)
#BCA9DA
(188,169,218)
#C3B2DD
(195,178,221)
#CABBE0
(202,187,224)
#D1C4E3
(209,196,227)
#D8CDE6
(216,205,230)
#DFD6E9
(223,214,233)
#E6DFEC
(230,223,236)
#EDE8EF
(237,232,239)
#F4F1F2
(244,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AE97D4 color. Also use rgb(174,151,212) instead hex code.

Text Font Color

.myTextColor { color: #AE97D4; }

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

This text font color is #AE97D4.


Background Color

.myBgColor { background-color: #AE97D4; }

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

This div background color is #AE97D4.


Border color

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

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

This div border color is #AE97D4.


Opacity

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

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

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

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

This text has shadow with #AE97D4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AE97D4 on black background.


Color preview on white background

This text has color #AE97D4 on white background.



Black color preview on #AE97D4 background

This text has black color on #AE97D4 background.


White color preview on #AE97D4 background

This text has white color on #AE97D4 background.