COLOR #AEB3DD

HEX: #AEB3DD
RGB: (174,179,221)

Renk bilgisi

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

RGB renk modeli

#AEB3DD color RGB value is (174,179,221).

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

RGB bağlantıları ve doygunluk

R 174 of 255 = 68%
G 179 of 255 = 70%
B 221 of 255 = 87%

174
179
221

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

Yüzdelerle RGB renk parçaları

R + G + B =
174 + 179 + 221 = 574 (100%)
R 174 of 574 ~ 30.31%
G 179 of 574 ~ 31.18%
B 221 of 574 ~ 38.5%

%30.31
%31.18
%38.5

CMYK RENK MODELİ

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

  • camgöbeği tonu 21.27%
  • eflatun tonu 19.00%
  • 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
%19
%0
%13.33

Codes

Color #AEB3DD in popluar color models

AEB3DD
RGB174179221
HSL234°40.87%77.45%
HSB/HSV234°21.27%86.67%
CMYK21.27%19.00%0.00%
13.33%

Color #AEB3DD in popluar number systems.

HEXAEB3DD
Decimal174179221
Binary101011101011001111011101
Octal256263335

Shades and tints

Shades of #AEB3DD

#AEB3DD
(174,179,221)
#9FA3C9
(159,163,201)
#9093B5
(144,147,181)
#8183A1
(129,131,161)
#72738D
(114,115,141)
#636379
(99,99,121)
#545365
(84,83,101)
#454351
(69,67,81)
#36333D
(54,51,61)
#272329
(39,35,41)
#181315
(24,19,21)
#000000
(0,0,0)

Tints of #AEB3DD

#AEB3DD
(174,179,221)
#B5B9E0
(181,185,224)
#BCBFE3
(188,191,227)
#C3C5E6
(195,197,230)
#CACBE9
(202,203,233)
#D1D1EC
(209,209,236)
#D8D7EF
(216,215,239)
#DFDDF2
(223,221,242)
#E6E3F5
(230,227,245)
#EDE9F8
(237,233,248)
#F4EFFB
(244,239,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AEB3DD; }

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

This text font color is #AEB3DD.


Background Color

.myBgColor { background-color: #AEB3DD; }

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

This div background color is #AEB3DD.


Border color

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

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

This div border color is #AEB3DD.


Opacity

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

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

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

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

This text has shadow with #AEB3DD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AEB3DD on black background.


Color preview on white background

This text has color #AEB3DD on white background.



Black color preview on #AEB3DD background

This text has black color on #AEB3DD background.


White color preview on #AEB3DD background

This text has white color on #AEB3DD background.