COLOR #AEB8DA

HEX: #AEB8DA
RGB: (174,184,218)

Renk bilgisi

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

RGB renk modeli

#AEB8DA color RGB value is (174,184,218).

  • kırmız ton 174;
  • yeşil ton 184;
  • mavi ton 218.
RGB:
(174,184,218)
(68%,72%,85%)

RGB bağlantıları ve doygunluk

R 174 of 255 = 68%
G 184 of 255 = 72%
B 218 of 255 = 85%

174
184
218

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

Yüzdelerle RGB renk parçaları

R + G + B =
174 + 184 + 218 = 576 (100%)
R 174 of 576 ~ 30.21%
G 184 of 576 ~ 31.94%
B 218 of 576 ~ 37.85%

%30.21
%31.94
%37.85

CMYK RENK MODELİ

#AEB8DA rengi CMYK tonu (20,16,0,15).

  • camgöbeği tonu 20.18%
  • eflatun tonu 15.60%
  • sarı tonu 0.00%
  • ana renk tonu 14.51%
CMYK:
(20,16,0,15)
C20M16Y0K15 
(20%,16%,0%,15%)
(0.20/0.16/0.00/0.15)	

CMYK yüzdeleri

%20.18
%15.6
%0
%14.51

Codes

Color #AEB8DA in popluar color models

AEB8DA
RGB174184218
HSL226°37.29%76.86%
HSB/HSV226°20.18%85.49%
CMYK20.18%15.60%0.00%
14.51%

Color #AEB8DA in popluar number systems.

HEXAEB8DA
Decimal174184218
Binary101011101011100011011010
Octal256270332

Shades and tints

Shades of #AEB8DA

#AEB8DA
(174,184,218)
#9FA8C7
(159,168,199)
#9098B4
(144,152,180)
#8188A1
(129,136,161)
#72788E
(114,120,142)
#63687B
(99,104,123)
#545868
(84,88,104)
#454855
(69,72,85)
#363842
(54,56,66)
#27282F
(39,40,47)
#18181C
(24,24,28)
#000000
(0,0,0)

Tints of #AEB8DA

#AEB8DA
(174,184,218)
#B5BEDD
(181,190,221)
#BCC4E0
(188,196,224)
#C3CAE3
(195,202,227)
#CAD0E6
(202,208,230)
#D1D6E9
(209,214,233)
#D8DCEC
(216,220,236)
#DFE2EF
(223,226,239)
#E6E8F2
(230,232,242)
#EDEEF5
(237,238,245)
#F4F4F8
(244,244,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AEB8DA color. Also use rgb(174,184,218) instead hex code.

Text Font Color

.myTextColor { color: #AEB8DA; }

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

This text font color is #AEB8DA.


Background Color

.myBgColor { background-color: #AEB8DA; }

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

This div background color is #AEB8DA.


Border color

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

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

This div border color is #AEB8DA.


Opacity

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

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

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

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

This text has shadow with #AEB8DA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AEB8DA on black background.


Color preview on white background

This text has color #AEB8DA on white background.



Black color preview on #AEB8DA background

This text has black color on #AEB8DA background.


White color preview on #AEB8DA background

This text has white color on #AEB8DA background.