COLOR #AE90DD

HEX: #AE90DD
RGB: (174,144,221)

Renk bilgisi

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

RGB renk modeli

#AE90DD color RGB value is (174,144,221).

  • kırmız ton 174;
  • yeşil ton 144;
  • mavi ton 221.
RGB:
(174,144,221)
(68%,56%,87%)

RGB bağlantıları ve doygunluk

R 174 of 255 = 68%
G 144 of 255 = 56%
B 221 of 255 = 87%

174
144
221

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

Yüzdelerle RGB renk parçaları

R + G + B =
174 + 144 + 221 = 539 (100%)
R 174 of 539 ~ 32.28%
G 144 of 539 ~ 26.72%
B 221 of 539 ~ 41%

%32.28
%26.72
%41

CMYK RENK MODELİ

#AE90DD rengi CMYK tonu (21,35,0,13).

  • camgöbeği tonu 21.27%
  • eflatun tonu 34.84%
  • sarı tonu 0.00%
  • ana renk tonu 13.33%
CMYK:
(21,35,0,13)
C21M35Y0K13 
(21%,35%,0%,13%)
(0.21/0.35/0.00/0.13)	

CMYK yüzdeleri

%21.27
%34.84
%0
%13.33

Codes

Color #AE90DD in popluar color models

AE90DD
RGB174144221
HSL263°53.10%71.57%
HSB/HSV263°34.84%86.67%
CMYK21.27%34.84%0.00%
13.33%

Color #AE90DD in popluar number systems.

HEXAE90DD
Decimal174144221
Binary101011101001000011011101
Octal256220335

Shades and tints

Shades of #AE90DD

#AE90DD
(174,144,221)
#9F83C9
(159,131,201)
#9076B5
(144,118,181)
#8169A1
(129,105,161)
#725C8D
(114,92,141)
#634F79
(99,79,121)
#544265
(84,66,101)
#453551
(69,53,81)
#36283D
(54,40,61)
#271B29
(39,27,41)
#180E15
(24,14,21)
#000000
(0,0,0)

Tints of #AE90DD

#AE90DD
(174,144,221)
#B59AE0
(181,154,224)
#BCA4E3
(188,164,227)
#C3AEE6
(195,174,230)
#CAB8E9
(202,184,233)
#D1C2EC
(209,194,236)
#D8CCEF
(216,204,239)
#DFD6F2
(223,214,242)
#E6E0F5
(230,224,245)
#EDEAF8
(237,234,248)
#F4F4FB
(244,244,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AE90DD color. Also use rgb(174,144,221) instead hex code.

Text Font Color

.myTextColor { color: #AE90DD; }

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

This text font color is #AE90DD.


Background Color

.myBgColor { background-color: #AE90DD; }

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

This div background color is #AE90DD.


Border color

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

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

This div border color is #AE90DD.


Opacity

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

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

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

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

This text has shadow with #AE90DD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AE90DD on black background.


Color preview on white background

This text has color #AE90DD on white background.



Black color preview on #AE90DD background

This text has black color on #AE90DD background.


White color preview on #AE90DD background

This text has white color on #AE90DD background.