COLOR #AEB5DF

HEX: #AEB5DF
RGB: (174,181,223)

Renk bilgisi

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

RGB renk modeli

#AEB5DF color RGB value is (174,181,223).

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

RGB bağlantıları ve doygunluk

R 174 of 255 = 68%
G 181 of 255 = 71%
B 223 of 255 = 87%

174
181
223

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

Yüzdelerle RGB renk parçaları

R + G + B =
174 + 181 + 223 = 578 (100%)
R 174 of 578 ~ 30.1%
G 181 of 578 ~ 31.31%
B 223 of 578 ~ 38.58%

%30.1
%31.31
%38.58

CMYK RENK MODELİ

#AEB5DF rengi CMYK tonu (22,19,0,13).

  • camgöbeği tonu 21.97%
  • eflatun tonu 18.83%
  • sarı tonu 0.00%
  • ana renk tonu 12.55%
CMYK:
(22,19,0,13)
C22M19Y0K13 
(22%,19%,0%,13%)
(0.22/0.19/0.00/0.13)	

CMYK yüzdeleri

%21.97
%18.83
%0
%12.55

Codes

Color #AEB5DF in popluar color models

AEB5DF
RGB174181223
HSL231°43.36%77.84%
HSB/HSV231°21.97%87.45%
CMYK21.97%18.83%0.00%
12.55%

Color #AEB5DF in popluar number systems.

HEXAEB5DF
Decimal174181223
Binary101011101011010111011111
Octal256265337

Shades and tints

Shades of #AEB5DF

#AEB5DF
(174,181,223)
#9FA5CB
(159,165,203)
#9095B7
(144,149,183)
#8185A3
(129,133,163)
#72758F
(114,117,143)
#63657B
(99,101,123)
#545567
(84,85,103)
#454553
(69,69,83)
#36353F
(54,53,63)
#27252B
(39,37,43)
#181517
(24,21,23)
#000000
(0,0,0)

Tints of #AEB5DF

#AEB5DF
(174,181,223)
#B5BBE1
(181,187,225)
#BCC1E3
(188,193,227)
#C3C7E5
(195,199,229)
#CACDE7
(202,205,231)
#D1D3E9
(209,211,233)
#D8D9EB
(216,217,235)
#DFDFED
(223,223,237)
#E6E5EF
(230,229,239)
#EDEBF1
(237,235,241)
#F4F1F3
(244,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AEB5DF color. Also use rgb(174,181,223) instead hex code.

Text Font Color

.myTextColor { color: #AEB5DF; }

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

This text font color is #AEB5DF.


Background Color

.myBgColor { background-color: #AEB5DF; }

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

This div background color is #AEB5DF.


Border color

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

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

This div border color is #AEB5DF.


Opacity

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

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

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

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

This text has shadow with #AEB5DF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AEB5DF on black background.


Color preview on white background

This text has color #AEB5DF on white background.



Black color preview on #AEB5DF background

This text has black color on #AEB5DF background.


White color preview on #AEB5DF background

This text has white color on #AEB5DF background.