COLOR #AEBBDF

HEX: #AEBBDF
RGB: (174,187,223)

Renk bilgisi

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

RGB renk modeli

#AEBBDF color RGB value is (174,187,223).

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

RGB bağlantıları ve doygunluk

R 174 of 255 = 68%
G 187 of 255 = 73%
B 223 of 255 = 87%

174
187
223

R + G + B ~ 76%. #AEBBDF is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
174 + 187 + 223 = 584 (100%)
R 174 of 584 ~ 29.79%
G 187 of 584 ~ 32.02%
B 223 of 584 ~ 38.18%

%29.79
%32.02
%38.18

CMYK RENK MODELİ

#AEBBDF rengi CMYK tonu (22,16,0,13).

  • camgöbeği tonu 21.97%
  • eflatun tonu 16.14%
  • sarı tonu 0.00%
  • ana renk tonu 12.55%
CMYK:
(22,16,0,13)
C22M16Y0K13 
(22%,16%,0%,13%)
(0.22/0.16/0.00/0.13)	

CMYK yüzdeleri

%21.97
%16.14
%0
%12.55

Codes

Color #AEBBDF in popluar color models

AEBBDF
RGB174187223
HSL224°43.36%77.84%
HSB/HSV224°21.97%87.45%
CMYK21.97%16.14%0.00%
12.55%

Color #AEBBDF in popluar number systems.

HEXAEBBDF
Decimal174187223
Binary101011101011101111011111
Octal256273337

Shades and tints

Shades of #AEBBDF

#AEBBDF
(174,187,223)
#9FAACB
(159,170,203)
#9099B7
(144,153,183)
#8188A3
(129,136,163)
#72778F
(114,119,143)
#63667B
(99,102,123)
#545567
(84,85,103)
#454453
(69,68,83)
#36333F
(54,51,63)
#27222B
(39,34,43)
#181117
(24,17,23)
#000000
(0,0,0)

Tints of #AEBBDF

#AEBBDF
(174,187,223)
#B5C1E1
(181,193,225)
#BCC7E3
(188,199,227)
#C3CDE5
(195,205,229)
#CAD3E7
(202,211,231)
#D1D9E9
(209,217,233)
#D8DFEB
(216,223,235)
#DFE5ED
(223,229,237)
#E6EBEF
(230,235,239)
#EDF1F1
(237,241,241)
#F4F7F3
(244,247,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AEBBDF; }

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

This text font color is #AEBBDF.


Background Color

.myBgColor { background-color: #AEBBDF; }

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

This div background color is #AEBBDF.


Border color

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

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

This div border color is #AEBBDF.


Opacity

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

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

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

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

This text has shadow with #AEBBDF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AEBBDF on black background.


Color preview on white background

This text has color #AEBBDF on white background.



Black color preview on #AEBBDF background

This text has black color on #AEBBDF background.


White color preview on #AEBBDF background

This text has white color on #AEBBDF background.