COLOR #AEA1ED

HEX: #AEA1ED
RGB: (174,161,237)

Renk bilgisi

#AEA1ED contains mainly blue color. #AEA1ED ‘ nin web güvenlik rengi #9999FF (ya da #99F) dir.

RGB renk modeli

#AEA1ED color RGB value is (174,161,237).

  • kırmız ton 174;
  • yeşil ton 161;
  • mavi ton 237.
RGB:
(174,161,237)
(68%,63%,93%)

RGB bağlantıları ve doygunluk

R 174 of 255 = 68%
G 161 of 255 = 63%
B 237 of 255 = 93%

174
161
237

R + G + B ~ 75%. #AEA1ED is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
174 + 161 + 237 = 572 (100%)
R 174 of 572 ~ 30.42%
G 161 of 572 ~ 28.15%
B 237 of 572 ~ 41.43%

%30.42
%28.15
%41.43

CMYK RENK MODELİ

#AEA1ED rengi CMYK tonu (27,32,0,7).

  • camgöbeği tonu 26.58%
  • eflatun tonu 32.07%
  • sarı tonu 0.00%
  • ana renk tonu 7.06%
CMYK:
(27,32,0,7)
C27M32Y0K7 
(27%,32%,0%,7%)
(0.27/0.32/0.00/0.07)	

CMYK yüzdeleri

%26.58
%32.07
%0
%7.06

Codes

Color #AEA1ED in popluar color models

AEA1ED
RGB174161237
HSL250°67.86%78.04%
HSB/HSV250°32.07%92.94%
CMYK26.58%32.07%0.00%
7.06%

Color #AEA1ED in popluar number systems.

HEXAEA1ED
Decimal174161237
Binary101011101010000111101101
Octal256241355

Shades and tints

Shades of #AEA1ED

#AEA1ED
(174,161,237)
#9F93D8
(159,147,216)
#9085C3
(144,133,195)
#8177AE
(129,119,174)
#726999
(114,105,153)
#635B84
(99,91,132)
#544D6F
(84,77,111)
#453F5A
(69,63,90)
#363145
(54,49,69)
#272330
(39,35,48)
#18151B
(24,21,27)
#000000
(0,0,0)

Tints of #AEA1ED

#AEA1ED
(174,161,237)
#B5A9EE
(181,169,238)
#BCB1EF
(188,177,239)
#C3B9F0
(195,185,240)
#CAC1F1
(202,193,241)
#D1C9F2
(209,201,242)
#D8D1F3
(216,209,243)
#DFD9F4
(223,217,244)
#E6E1F5
(230,225,245)
#EDE9F6
(237,233,246)
#F4F1F7
(244,241,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AEA1ED color. Also use rgb(174,161,237) instead hex code.

Text Font Color

.myTextColor { color: #AEA1ED; }

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

This text font color is #AEA1ED.


Background Color

.myBgColor { background-color: #AEA1ED; }

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

This div background color is #AEA1ED.


Border color

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

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

This div border color is #AEA1ED.


Opacity

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

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

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

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

This text has shadow with #AEA1ED color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AEA1ED on black background.


Color preview on white background

This text has color #AEA1ED on white background.



Black color preview on #AEA1ED background

This text has black color on #AEA1ED background.


White color preview on #AEA1ED background

This text has white color on #AEA1ED background.