COLOR #AE96D6

HEX: #AE96D6
RGB: (174,150,214)

Renk bilgisi

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

RGB renk modeli

#AE96D6 color RGB value is (174,150,214).

  • kırmız ton 174;
  • yeşil ton 150;
  • mavi ton 214.
RGB:
(174,150,214)
(68%,59%,84%)

RGB bağlantıları ve doygunluk

R 174 of 255 = 68%
G 150 of 255 = 59%
B 214 of 255 = 84%

174
150
214

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

Yüzdelerle RGB renk parçaları

R + G + B =
174 + 150 + 214 = 538 (100%)
R 174 of 538 ~ 32.34%
G 150 of 538 ~ 27.88%
B 214 of 538 ~ 39.78%

%32.34
%27.88
%39.78

CMYK RENK MODELİ

#AE96D6 rengi CMYK tonu (19,30,0,16).

  • camgöbeği tonu 18.69%
  • eflatun tonu 29.91%
  • sarı tonu 0.00%
  • ana renk tonu 16.08%
CMYK:
(19,30,0,16)
C19M30Y0K16 
(19%,30%,0%,16%)
(0.19/0.30/0.00/0.16)	

CMYK yüzdeleri

%18.69
%29.91
%0
%16.08

Codes

Color #AE96D6 in popluar color models

AE96D6
RGB174150214
HSL263°43.84%71.37%
HSB/HSV263°29.91%83.92%
CMYK18.69%29.91%0.00%
16.08%

Color #AE96D6 in popluar number systems.

HEXAE96D6
Decimal174150214
Binary101011101001011011010110
Octal256226326

Shades and tints

Shades of #AE96D6

#AE96D6
(174,150,214)
#9F89C3
(159,137,195)
#907CB0
(144,124,176)
#816F9D
(129,111,157)
#72628A
(114,98,138)
#635577
(99,85,119)
#544864
(84,72,100)
#453B51
(69,59,81)
#362E3E
(54,46,62)
#27212B
(39,33,43)
#181418
(24,20,24)
#000000
(0,0,0)

Tints of #AE96D6

#AE96D6
(174,150,214)
#B59FD9
(181,159,217)
#BCA8DC
(188,168,220)
#C3B1DF
(195,177,223)
#CABAE2
(202,186,226)
#D1C3E5
(209,195,229)
#D8CCE8
(216,204,232)
#DFD5EB
(223,213,235)
#E6DEEE
(230,222,238)
#EDE7F1
(237,231,241)
#F4F0F4
(244,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AE96D6 color. Also use rgb(174,150,214) instead hex code.

Text Font Color

.myTextColor { color: #AE96D6; }

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

This text font color is #AE96D6.


Background Color

.myBgColor { background-color: #AE96D6; }

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

This div background color is #AE96D6.


Border color

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

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

This div border color is #AE96D6.


Opacity

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

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

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

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

This text has shadow with #AE96D6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AE96D6 on black background.


Color preview on white background

This text has color #AE96D6 on white background.



Black color preview on #AE96D6 background

This text has black color on #AE96D6 background.


White color preview on #AE96D6 background

This text has white color on #AE96D6 background.