COLOR #AE96E6

HEX: #AE96E6
RGB: (174,150,230)

Renk bilgisi

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

RGB renk modeli

#AE96E6 color RGB value is (174,150,230).

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

RGB bağlantıları ve doygunluk

R 174 of 255 = 68%
G 150 of 255 = 59%
B 230 of 255 = 90%

174
150
230

R + G + B ~ 72%. #AE96E6 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
174 + 150 + 230 = 554 (100%)
R 174 of 554 ~ 31.41%
G 150 of 554 ~ 27.08%
B 230 of 554 ~ 41.52%

%31.41
%27.08
%41.52

CMYK RENK MODELİ

#AE96E6 rengi CMYK tonu (24,35,0,10).

  • camgöbeği tonu 24.35%
  • eflatun tonu 34.78%
  • sarı tonu 0.00%
  • ana renk tonu 9.80%
CMYK:
(24,35,0,10)
C24M35Y0K10 
(24%,35%,0%,10%)
(0.24/0.35/0.00/0.10)	

CMYK yüzdeleri

%24.35
%34.78
%0
%9.8

Codes

Color #AE96E6 in popluar color models

AE96E6
RGB174150230
HSL258°61.54%74.51%
HSB/HSV258°34.78%90.20%
CMYK24.35%34.78%0.00%
9.80%

Color #AE96E6 in popluar number systems.

HEXAE96E6
Decimal174150230
Binary101011101001011011100110
Octal256226346

Shades and tints

Shades of #AE96E6

#AE96E6
(174,150,230)
#9F89D2
(159,137,210)
#907CBE
(144,124,190)
#816FAA
(129,111,170)
#726296
(114,98,150)
#635582
(99,85,130)
#54486E
(84,72,110)
#453B5A
(69,59,90)
#362E46
(54,46,70)
#272132
(39,33,50)
#18141E
(24,20,30)
#000000
(0,0,0)

Tints of #AE96E6

#AE96E6
(174,150,230)
#B59FE8
(181,159,232)
#BCA8EA
(188,168,234)
#C3B1EC
(195,177,236)
#CABAEE
(202,186,238)
#D1C3F0
(209,195,240)
#D8CCF2
(216,204,242)
#DFD5F4
(223,213,244)
#E6DEF6
(230,222,246)
#EDE7F8
(237,231,248)
#F4F0FA
(244,240,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AE96E6; }

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

This text font color is #AE96E6.


Background Color

.myBgColor { background-color: #AE96E6; }

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

This div background color is #AE96E6.


Border color

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

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

This div border color is #AE96E6.


Opacity

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

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

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

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

This text has shadow with #AE96E6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AE96E6 on black background.


Color preview on white background

This text has color #AE96E6 on white background.



Black color preview on #AE96E6 background

This text has black color on #AE96E6 background.


White color preview on #AE96E6 background

This text has white color on #AE96E6 background.