COLOR #AE9DDD

HEX: #AE9DDD
RGB: (174,157,221)

Renk bilgisi

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

RGB renk modeli

#AE9DDD color RGB value is (174,157,221).

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

RGB bağlantıları ve doygunluk

R 174 of 255 = 68%
G 157 of 255 = 62%
B 221 of 255 = 87%

174
157
221

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

Yüzdelerle RGB renk parçaları

R + G + B =
174 + 157 + 221 = 552 (100%)
R 174 of 552 ~ 31.52%
G 157 of 552 ~ 28.44%
B 221 of 552 ~ 40.04%

%31.52
%28.44
%40.04

CMYK RENK MODELİ

#AE9DDD rengi CMYK tonu (21,29,0,13).

  • camgöbeği tonu 21.27%
  • eflatun tonu 28.96%
  • sarı tonu 0.00%
  • ana renk tonu 13.33%
CMYK:
(21,29,0,13)
C21M29Y0K13 
(21%,29%,0%,13%)
(0.21/0.29/0.00/0.13)	

CMYK yüzdeleri

%21.27
%28.96
%0
%13.33

Codes

Color #AE9DDD in popluar color models

AE9DDD
RGB174157221
HSL256°48.48%74.12%
HSB/HSV256°28.96%86.67%
CMYK21.27%28.96%0.00%
13.33%

Color #AE9DDD in popluar number systems.

HEXAE9DDD
Decimal174157221
Binary101011101001110111011101
Octal256235335

Shades and tints

Shades of #AE9DDD

#AE9DDD
(174,157,221)
#9F8FC9
(159,143,201)
#9081B5
(144,129,181)
#8173A1
(129,115,161)
#72658D
(114,101,141)
#635779
(99,87,121)
#544965
(84,73,101)
#453B51
(69,59,81)
#362D3D
(54,45,61)
#271F29
(39,31,41)
#181115
(24,17,21)
#000000
(0,0,0)

Tints of #AE9DDD

#AE9DDD
(174,157,221)
#B5A5E0
(181,165,224)
#BCADE3
(188,173,227)
#C3B5E6
(195,181,230)
#CABDE9
(202,189,233)
#D1C5EC
(209,197,236)
#D8CDEF
(216,205,239)
#DFD5F2
(223,213,242)
#E6DDF5
(230,221,245)
#EDE5F8
(237,229,248)
#F4EDFB
(244,237,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AE9DDD; }

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

This text font color is #AE9DDD.


Background Color

.myBgColor { background-color: #AE9DDD; }

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

This div background color is #AE9DDD.


Border color

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

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

This div border color is #AE9DDD.


Opacity

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

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

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

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

This text has shadow with #AE9DDD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AE9DDD on black background.


Color preview on white background

This text has color #AE9DDD on white background.



Black color preview on #AE9DDD background

This text has black color on #AE9DDD background.


White color preview on #AE9DDD background

This text has white color on #AE9DDD background.