COLOR #AEB4DD

HEX: #AEB4DD
RGB: (174,180,221)

Renk bilgisi

#AEB4DD contains red, green and blue colors in about the same proportion. #AEB4DD ‘ nin web güvenlik rengi #99CCCC (ya da #9CC) dir.

RGB renk modeli

#AEB4DD color RGB value is (174,180,221).

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

RGB bağlantıları ve doygunluk

R 174 of 255 = 68%
G 180 of 255 = 71%
B 221 of 255 = 87%

174
180
221

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

Yüzdelerle RGB renk parçaları

R + G + B =
174 + 180 + 221 = 575 (100%)
R 174 of 575 ~ 30.26%
G 180 of 575 ~ 31.3%
B 221 of 575 ~ 38.43%

%30.26
%31.3
%38.43

CMYK RENK MODELİ

#AEB4DD rengi CMYK tonu (21,19,0,13).

  • camgöbeği tonu 21.27%
  • eflatun tonu 18.55%
  • sarı tonu 0.00%
  • ana renk tonu 13.33%
CMYK:
(21,19,0,13)
C21M19Y0K13 
(21%,19%,0%,13%)
(0.21/0.19/0.00/0.13)	

CMYK yüzdeleri

%21.27
%18.55
%0
%13.33

Codes

Color #AEB4DD in popluar color models

AEB4DD
RGB174180221
HSL232°40.87%77.45%
HSB/HSV232°21.27%86.67%
CMYK21.27%18.55%0.00%
13.33%

Color #AEB4DD in popluar number systems.

HEXAEB4DD
Decimal174180221
Binary101011101011010011011101
Octal256264335

Shades and tints

Shades of #AEB4DD

#AEB4DD
(174,180,221)
#9FA4C9
(159,164,201)
#9094B5
(144,148,181)
#8184A1
(129,132,161)
#72748D
(114,116,141)
#636479
(99,100,121)
#545465
(84,84,101)
#454451
(69,68,81)
#36343D
(54,52,61)
#272429
(39,36,41)
#181415
(24,20,21)
#000000
(0,0,0)

Tints of #AEB4DD

#AEB4DD
(174,180,221)
#B5BAE0
(181,186,224)
#BCC0E3
(188,192,227)
#C3C6E6
(195,198,230)
#CACCE9
(202,204,233)
#D1D2EC
(209,210,236)
#D8D8EF
(216,216,239)
#DFDEF2
(223,222,242)
#E6E4F5
(230,228,245)
#EDEAF8
(237,234,248)
#F4F0FB
(244,240,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AEB4DD; }

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

This text font color is #AEB4DD.


Background Color

.myBgColor { background-color: #AEB4DD; }

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

This div background color is #AEB4DD.


Border color

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

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

This div border color is #AEB4DD.


Opacity

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

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

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

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

This text has shadow with #AEB4DD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AEB4DD on black background.


Color preview on white background

This text has color #AEB4DD on white background.



Black color preview on #AEB4DD background

This text has black color on #AEB4DD background.


White color preview on #AEB4DD background

This text has white color on #AEB4DD background.